This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Logon.html
101 lines (84 loc) · 4.76 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
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>ILLiad - Logon</title>
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-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="apple-touch-icon" href="iphone-icon.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="css/illiad.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/cookieconsent.min.css" />
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="js/webAlerts.js"></script>
<script src="js/cookieconsent.min.js" data-cfasync="false"></script>
<script src="js/atlasCookieConsent.js"></script>
</head>
<body>
<header id="header" class="head">
<div style="background-color:#900">
<a href="https://lib.ua.edu">
<img src="https://www.lib.ua.edu/wp-content/uploads/ualib-logo-capstone-ill-2.png" style="width:307px;height:auto;" alt="University of Alabama Libraries"/></a>
</div>
</header>
<div class="alerts-bar">
<div class="container" id="webAlerts"></div>
</div>
<div class="container">
<main id="content" aria-label="Content">
<form action="illiad.dll" method="post" name="Logon">
<input type="hidden" name="ILLiadForm" value="Logon">
<div class="logon-directions">
<div>Use your MyBama username and password to login.</div>
<div>Then press the Logon to ILLiad button to continue.</div>
</div>
<div class="logon-field form-group col-md-8">
<label for="username">
Username
</label>
<input type="text" class="form-control" name="username" id="username" value="">
</div>
<div class="logon-field form-group col-md-8">
<label for="password">
Password
</label>
<input type="password" class="form-control" name="password" id="password" autocomplete="off">
</div>
<button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Logon to ILLiad">Logon to ILLiad</button>
</form>
<!-- > <div class="forgot-password-link">
<a href="illiad.dll?Action=10&Form=84">
<span aria-hidden="true" class="fas fa-question-circle"></span> Forgot Password?
</a>
</div> -->
<div class="first-time-link">
<a href="http://library.ua.edu/">
<span aria-hidden="true" class="fas fa-user-plus"></span> UA Libraries
</a>
</div>
<div class="first-time-link">
<a href="https://www.lib.ua.edu/using-the-library/interlibrary-loan/">
<span aria-hidden="true" class="fas fa-user-plus"></span> ILL Home
</a>
</div>
<div class="first-time-link">
<a href="mailto:[email protected]" >
<span aria-hidden="true" class="fas fa-user-plus"></span> email the ILL staff
</a>
</div>
</main>
<footer class="foot">
<div>Powered by <a href="illiad.dll?Action=10&Form=1">ILLiad</a></div>
<div>© 2022 <a href="http://www.atlas-sys.com"> Atlas Systems, Inc.</a> All Rights Reserved.</div>
<div><a href="illiad.dll?Action=10&Form=3">Site Map </a></div>
<div style="display:flex;align-items:center;justify-content:center;"><img src="https://www.lib.ua.edu/wp-content/uploads/OCLC-Express-Badge-70w.png"></div>
</footer>
</div>
</body>
</html>