-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLogon.html
127 lines (107 loc) · 5.86 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Interlibrary Loan | Logon</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NCT04Q06NS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NCT04Q06NS');
</script>
<!-- end gtag -->
<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>
<!-- <script>
function myFunction() {
var x = document.getElementById("forgot-password-text");
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
}
</script> -->
</head>
<body>
<div id="bclib-header">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs">
<a href="https://library.bc.edu" title="Go to Boston College Libraries" class="bclib-header-logo">
<img src="https://library.bc.edu/images/title_295x30_transparent_whitetext2.png" id="bctitle" alt="Boston College Library Logo">
<p>Boston College Libraries</p>
</a>
</div>
<div class="col-md-8 col-sm-6 col-xs-6 col-xxs">
<ul class="bclib-header-links">
<li><a href="https://www.bc.edu/bc-web/about/mission.html">Mission</a></li>
<li><a href="https://library.bc.edu/feedback"><span class="fa fa-commenting-o" aria-hidden="true"></span> Ask Us</a></li>
</ul>
</div>
</div>
</div>
</div>
<header class="head">
<div><a href="#content" accesskey="S" onclick="$('#content').focus();" class="offscreen">Skip to Main Content</a></div>
<h1 id="illiad-title">Interlibrary Loan</h1>
</header>
<div class="alerts-bar">
<div class="container" id="webAlerts"></div>
</div>
<div class="container">
<main id="content" aria-label="Content">
<div class="logon-wrapper col-md-4">
<form action="illiad.dll" method="post" name="Logon">
<input type="hidden" name="ILLiadForm" value="Logon">
<!-- <div class="logon-directions">
<div>Enter your user information below.</div>
<div>Then press the Logon to ILLiad button to continue.</div>
</div> -->
<div class="logon-field form-group">
<label for="username">
BC Username
</label>
<input type="text" class="form-control" name="username" id="username" value="">
</div>
<div class="logon-field form-group">
<label for="password">
BC Password
</label>
<input type="password" class="form-control" name="password" id="password" autocomplete="off">
</div>
<div class="logon-field form-group">
<button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Logon to ILLiad">Logon to ILL</button>
</div>
</form>
<!-- <div class="forgot-password-link">
<a href="#forgot-password-text" onclick="myFunction()">
<span aria-hidden="true" class="fas fa-question-circle"></span> Forgot Password?
</a>
<div id="forgot-password-text" style="display:none;">
Your password hint is: Your BC Password.
</div>
</div> -->
</div>
</main>
<footer class="foot">
<div>Maintained by Boston College Libraries | Copyright © 2023 Trustees of Boston College | <a href="https://www.bc.edu/content/bc-web/sites/legal.html">Legal</a></div>
</footer>
</div>
</body>
</html>