This repository has been archived by the owner on Sep 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLogon.html
executable file
·60 lines (58 loc) · 2.12 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
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<title>ILLiad Logon</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<link rel="stylesheet" type="text/css" href="css/mobile.css" media="only screen and (max-device-width: 480px)" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<link rel="apple-touch-icon" href="iphone-icon.png" />
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="css/ie6_or_less.css" />
<![endif]-->
</head>
<body 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>
<div id="content-wrap">
<div id="content">
<form action="illiad.dll" method="post" name="Logon" class="f-wrap-1">
<input type="hidden" name="ILLiadForm" value="Logon">
<div id="logonform">
<fieldset>
<h3>ILLiad Logon</h3>
<label for="username">
<span class="field">
<b>Username</b>
</span>
<input id="username" name="Username" type="text" class="f-name" /><br />
</label>
<label for="password">
<span class="field">
<b>Password</b>
</span>
<input id="password" name="Password" type="password" class="f-name" /><br />
</label>
<div class="f-submit-wrap">
<input type="submit" name="SubmitButton" value="Logon to ILLiad" class="f-submit" /><br />
</div>
</fieldset>
</div>
</form>
<a href="illiad.dll?Action=10&Form=84">Forgot Password?</a><br />
<a href="illiad.dll?Action=10&Form=79">First Time Users</a>
<div id="footer">
Copyright © 2015 <a href="http://www.atlas-sys.com">Atlas Systems, Inc.</a> All Rights Reserved.
</div>
</div>
</div>
</div>
</body>
</html>