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
/
Copy pathFirstTime.html
75 lines (59 loc) · 4.72 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Pragma" content="no-cache">
<title>ILLiad - First Time User Registration</title>
<#INCLUDE filename="include_head.html">
</head>
<body>
<#INCLUDE filename="include_header.html">
<div id="status" class="container">
By pressing the button below, you acknowledge and agree to all of the terms and conditions below.
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 below.
</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">
<#FORMSTATE>
<div class="info-block">
<h2 class="page-header">First Time User Registration for ILLiad</h2>
<div>To request an item, you must first identify yourself to the library's ILLiad system. To do this you fill out a registration form using your Web browser.</div>
<div>Registration has three purposes:</div>
<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 email and regular mail addresses on file with ILLiad enables us to notify you promptly and deliver materials accurately.</li>
<li>By specifying a Username and Password of your choosing, you will have secure access to information about your requests. You will also be able to review the list of items you have requested in the past.</li>
</ul>
</div>
<div class="info-block">
<h2 class="page-header">About your Username and Password</h2>
<div>During registration, you will be asked to choose a Username and Password. You will use this Username and Password when logging on to the ILLiad system in the future.</div>
<div><strong>Username</strong></div>
<div>Choose anything you like, such as your name, abbreviations, or an alphanumeric code.</div>
<div><strong>Password</strong></div>
<div>Choose anything you like. We recommend that you follow good security practice and choose a password that is different from those you use to access other systems.</div>
<div>ILLiad will encrypt your password, so it will remain secure. Only you will know your password.</div>
</div>
<div class="info-block">
<h2 class="page-header">Important Copyright Information</h2>
<div>WARNING CONCERNING COPYRIGHT RESTRICTIONS</div>
<div>The copyright law of the United States (Title 17, United States Code) governs the making of articles or other reproductions of copyrighted materials.</div>
<div>Under certain conditions specified in the law, libraries and archives are authorized to furnish an article or other reproduction. One of these specified conditions is that
the article 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, an article
or reproduction for purposes in excess of "fair use", that user may be liable for copyright infringement.
</div>
<div>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.</div>
</div>
<h2 class="page-header">ILLiad FAQ (Frequently Asked Questions)</h2>
<div class="mt-3">Before registering, you may wish to read the ILLiad <a href="<#ACTION action='10' form='12'>">FAQ</a>. The FAQ may answer other questions you have about the ILLiad interlibrary loan system.</div>
<div class="mb-4">By pressing this button 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.</div>
<button class="btn btn-primary" type="submit" name="SubmitButton" value="First Time Users Click Here">First Time Users Click Here</button>
</form>
</main>
<#INCLUDE filename="include_footer.html">
</div>
</body>
</html>