-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogup.htm
69 lines (56 loc) · 3.07 KB
/
logup.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>DePaul University Libraries: EZproxy</title>
<meta charset="UTF-8">
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="Fri, 01 Jan 1999 1:00:00 GMT" />
<meta http-equiv="Last-Modified" content="0" />
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="public/main.css" media="screen" />
</head>
<body>
<!--<div id="libbanner" ><a href="https://library.depaul.edu/"><img src="/public/libheader_full.jpg" alt="DePaul University Libraries" width="756" height="60" border="0" /></a></div>
-->
<!--start header -->
<div class="head">
<div class="unit size5of5 dpu-logo">
<a class="unit logo-short" href="https://www.depaul.edu/Pages/default.aspx"></a>
<a class="unit h1 site-title-long" href="https://library.depaul.edu/">University Library</a>
</div>
</div>
<div style="margin:15px;">
<h1>DePaul University Libraries: EZproxy</h1>
<br />
<div class="lib_warning_alert">
<p>Your account is not authorized to access this resource, which is restricted by license to current DePaul students, faculty and staff. Please log in using the initial portion of your BlueKey username (<strong><i>username only, without @depaul.edu</i></strong>) to access DePaul Library resources. This is the same password you use when you register for classes online.</p>
<br>
<p>Example: If your DePaul e-mail is <span class="mono">[email protected]</span>, please sign in
with your username <span class="mono">bluedemon</span>.</p>
<br />
<p>Please use our <a href="https://library.depaul.edu/get-help/ask-a-librarian/Pages/default.aspx">Ask a Librarian</a> service if you have any questions or encounter further problems. </p>
</div>
<form action="^L" method="post">
<input type="hidden" name="url" value="^U">
<br />
<label for="user">Username</label>
<input type="text" id="user" name="user" SIZE="8" MAXLENGTH="8" /><br />
<label for="pass">Password</label>
<input type="password" id="pass" name="pass" SIZE="20" MAXLENGTH="32" /><br />
<label for"submit"></label>
<input type="submit" id="submit" name="submit" value="Login" />
<br />
</form>
<p>Please use our <a href="https://library.depaul.edu/get-help/ask-a-librarian/Pages/default.aspx">Ask a Librarian</a> service if you have any questions or encounter problems with the Library's research databases.</p>
<br /><br />
</div>
<div id="footer" > Administrative Offices<br/>
2350 N. Kenmore Ave.<br/>
Chicago, IL 60614<br/>
(773) 325-7862 <br/><br/>
© 2001-2018 DePaul University Libraries <br/>
<a href="https://www.depaul.edu/Pages/disclaimer.aspx">Disclaimer</a> | <a href="https://www.depaul.edu/Pages/contact-us.aspx">Contact Us</a> | <a href="https://emergencyplan.depaul.edu/Pages/default.aspx">Emergency Plan</a> | <a href="https://www.depaul.edu/Pages/consumer-info.aspx">Consumer Information</a> | <a href="https://go.depaul.edu/privacy">Privacy Statement</a>
</div>
</body>
</html>