-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFirstTime.html
75 lines (65 loc) · 4.25 KB
/
FirstTime.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
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<title>ILLiad Logon</title>
<!-- Form Number 79-->
<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]-->
</head>
<body id="type-a">
<div id="wrap">
<div id="header"> <span id="site-name">ILLiad</span>
<div id="status">
By pressing the button below, you acknowledge and agree to all of the terms and conditions below.<br />
Please pay particular attention to the copyright statement and the ILLiad FAQ.<br />
<!--After reading this information, you can press the "First Time Users Click Here" button below.-->
</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>First Time User Registration for Interlibrary Loan</h3>
<p>
To request an item through Interlibrary Loan, you must first identify yourself to the library's ILLiad system. To do this you fill out a registration form using your Web browser.<br />
Registration has two purposes:
</p>
<ul>
<li>Entering your personal information into the ILLiad system means you will not have to supply the information again when making future requests.</li>
<li>Having your e-mail and regular mail addresses on file with Interlibrary Loan enables us to notify you promptly and deliver materials accurately when your request arrives in the library.</li>
</ul>
<h2>Important Copyright Information</h2>
<p>WARNING CONCERNING COPYRIGHT RESTRICTIONS</p>
<p>The copyright law of the United States (Title 17, United States Code) governs the making of photocopies or other reproductions of copyrighted materials.</p>
<p>Under certain conditions specified in the law, libraries and archives are authorized to furnish a photocopy or other reproduction. One of these specified conditions is that the
photocopy or reproduction is not to be "used for any purpose other than private study, scholarship, or research". If a user makes a request for, or later uses,
a photocopy or reproduction for purposes in excess of "fair use", that user may be liable for copyright infringement.</p>
<p>This institution reserves the right to refuse to accept a copying order if, in its judgment, fulfillment of the order would involve violation of copyright law.</p>
<hr />
<h2>ILLiad FAQ (Frequently Asked Questions)</h2>
<p>Before registering, you may wish to read the ILLiad FAQ which may answer other questions you have about the ILLiad interlibrary loan system.</p>
<p>Click <u><b><a href="FAQ.html" target="_self">here</a></b></u> to view our ILLiad FAQ.</p>
<p>By clicking below and logging in, you acknowledge and agree to all of the terms and conditions above. Please pay particular attention to the copyright statement and the ILLiad FAQ.
<!--After reading this information, you can press the "First Time Users Click Here" button to continue.-->
</p>
<div class="f-submit-wrap">
<p>Click <b><u><a href="Logon3.html">here</a></u></b> to login with your University of Dayton username and password. <br> After logging in, you will confirm your contact information.</p>
<!--following input button removed in preference for directing patrons to log in and not create an account <input type="submit" name="SubmitButton" value="First Time Users Click Here" class="f-submit" tabindex="12" /><br />-->
</div>
</fieldset>
</div>
</form>
<div id="footer">
Copyright © 1996, 1998 <a href="http://www.vtip.org">Virginia Tech Intellectual Properties, Inc.</a> All Rights Reserved.<br />
Copyright © 1998, 1999, 2000 <a href="http://www.atlas-sys.com">Atlas Systems, Inc.</a> All Rights Reserved.
</div>
</div>
</div>
</div>
</body>
</html>