-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLogon2.html
84 lines (73 loc) · 2.52 KB
/
Logon2.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
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<title>ILLiad Logon</title>
<!--LOGON2.HTML-->
<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]-->
<style>
@font-face { font-family: Chronicle; src: url('Chronicle Text G4 Roman.oft'); }
.transbox {font-family: Chronicle; font-size: 75px; text-color:white; border-bottom:none;}
</style>
</head>
<body onload="document.Logon.Username.focus()" id="type-a">
<!--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-->
</br></br>
<div style="clear:both;"></div>
</div>
<div id="content-wrap">
<div id="content">
<form action="<#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>Welcome to ILLiad Interlibrary Loan</h3>
<!--<div style="color:C00;"><p><b>The Username/Password is incorrect.Please Try again.</b></p></div>-->
<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>
<p>If you do not know or have forgotten your username and password see <a href="http://library.udayton.edu/faqs/howto/connect_remotely2.php">Roesch Library Help</a></center>
<br><br>
<div id="footer">
Copyright ? 1998-2006 <a href="http://www.atlas-sys.com">Atlas Systems, Inc.</a> All Rights Reserved.
</div>
</div>
</div>
</div>
</body>
</html>