-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLogon.html
91 lines (78 loc) · 2.82 KB
/
Logon.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<title>Interlibrary Loan Logon Screen</title>
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="css/ie6_or_less.css" />
<![endif]-->
</head>
<body onload="document.Logon.Username.focus()" id="type-a">
<!--<div id="wrap">
<div id="header">
<span id="site-name">ILLiad</span>
<div id="status">Enter your user information below.<br />
Then press the Logon to ILLiad button to continue.
</div>
</div>-->
<!--START HEADER-->
<div class="mobile_logo" style="
background-color: #004B8E;
height: 148px;
widgth: 100%;
">
<div class="header-background" style="
background: url(css/images/illiad-header-2.jpg) no-repeat ;
">
<div class="transbox" >
<p>Interlibrary Loan</p>
</div>
</div>
</div>
<!--end HEADER-->
<div style="clear:both;"></div>
<!--</div> -->
<div id="content-wrap">
<div id="content">
<div id="status">Enter your University of Dayton username and password below.</br>
Then press the Logon to ILLiad button to continue.
</div>
<form action="illiad.dll" method="post" name="Logon" class="f-wrap-1">
<input type="hidden" name="ILLiadForm" value="Logon">
<div id="logonform">
<div class="req"><b>*</b> Indicates required field</div>
<fieldset>
<h3>ILLiad Logon</h3>
<label for="username">
<span class="field">
<span class="req">*</span>
<b>Username</b>
</span>
<input id="username" name="Username" type="text" class="f-name" tabindex="1" /><br />
</label>
<label for="password">
<span class="field">
<span class="req">*</span>
<b>Password</b>
</span>
<input id="password" name="Password" type="password" class="f-name" tabindex="2" /><br />
</label>
<div class="f-submit-wrap">
<input type="submit" name="SubmitButton" value="Logon to ILLiad" class="f-submit" tabindex="12" /><br />
</div>
</fieldset>
</div>
</form>
<div>
<p>If you have forgotten your username or password please contact the UD IT Help Desk at <a href="tel:1-937-229-3888">937-229-3888</a> or click <u><a href="https://www.udayton.edu/udit/accounts_access/password.php"> UDit password information</a></u> for more information. For library assistance, please click <u><a href="https://www.udayton.edu/libraries/help.php">here</a></u>.</center>
<br><br>
<a href="FirstTime.html">First Time Users</a>
</div>
<div id="footer">
Copyright © 1998-2015 <a href="http://www.atlas-sys.com">Atlas Systems, Inc.</a> All Rights Reserved.
</div>
</div>
</div>
</body>
</html>