-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGenericRequestArticle-Faculty.html
160 lines (145 loc) · 12.4 KB
/
GenericRequestArticle-Faculty.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<html>
<head>
<title>ILLiad - Article Request Deliver to Office</title>
<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-b">
<div id="wrap">
<#INCLUDE filename="include_header_request.html">
<div id="content-wrap">
<#INCLUDE filename="include_menu.html">
<div id="content">
<form action="illiad.dll" method="post" name="GenericRequestArticle-Faculty" class="f-wrap-request2">
<input type="hidden" name="ILLiadForm" value="GenericRequestArticle-Faculty">
<input type="hidden" name="Username" value="<#PARAM name="Username">">
<input type="hidden" name="SessionID" value="<#PARAM name="SessionID">">
<input name="RequestType" type="hidden" id="RequestType" value="Article">
<input type="hidden" name="citedin" value="Faculty">
<input name="DocumentType" type="hidden" id="DocumentType" value="Article">
<div class="req"><b>*</b> Indicates required field</div>
<fieldset>
<h2>Roesch Owned Article Requests</h2>
<div style="color:C00; font-size:14px; font-weight:bold;">The Roesch 2U facility is available to Faculty only.</div>
<p>Only fill out this form if the article is a title that is owned by Roesch Library.</p>
<!--<#STATUS>-->
<h3>Describe the item you want</h3>
<label for="PhotoJournalTitle">
<span class="field">
<span class="req">*</span>
<span class="<#ERROR name="ERRORPhotoJournalTitle">"><b>Title (Journal, Conference Proceedings, Anthology)</b></span><br />
<span class="note">Please do not abbreviate unless your citation is abbreviated</span>
</span>
<textarea id="PhotoJournalTitle" name="PhotoJournalTitle" rows="2" cols="40" class="f-name" tabindex="1"><#PARAM name="PhotoJournalTitle"></textarea><br />
</label> <!--END OF PhotoJournalTitle-->
<label for="PhotoJournalVolume">
<span class="field">
<span class="<#ERROR name="ERRORPhotoJournalVolume">"><b>Volume</b></span>
</span>
<input id="PhotoJournalVolume" name="PhotoJournalVolume" type="text" size="40" class="f-name" tabindex="2" value="<#PARAM name="PhotoJournalVolume">"><br />
</label> <!--END OF PhotoJournalVolume-->
<label for="PhotoJournalIssue">
<span class="field">
<span class="<#ERROR name="ERRORPhotoJournalIssue">"><b>Issue Number or Designation</b></span>
</span>
<input id="PhotoJournalIssue" name="PhotoJournalIssue" type="text" size="40" class="f-name" tabindex="3" value="<#PARAM name="PhotoJournalIssue">"><br />
</label> <!--END OF PhotoJournalIssue-->
<label for="PhotoJournalMonth">
<span class="field">
<span class="<#ERROR name="ERRORPhotoJournalMonth">"><b>Month</b></span>
</span>
<input id="PhotoJournalMonth" name="PhotoJournalMonth" type="text" size="40" class="f-name" tabindex="4" value="<#PARAM name="PhotoJournalMonth">"><br />
</label> <!--END OF PhotoJournalMonth-->
<label for="PhotoJournalYear">
<span class="field">
<span class="req">*</span>
<span class="<#ERROR name="ERRORPhotoJournalYear">"><b>Year</b></span>
</span>
<input id="PhotoJournalYear" name="PhotoJournalYear" type="text" size="40" class="f-name" tabindex="5" value="<#PARAM name="PhotoJournalYear">"><br />
</label> <!--END OF PhotoJournalYear-->
<label for="PhotoJournalInclusivePages">
<span class="field">
<span class="req">*</span>
<span class="<#ERROR name="ERRORPhotoJournalInclusivePages">"><b>Inclusive Pages</b></span>
</span>
<input id="PhotoJournalInclusivePages" name="PhotoJournalInclusivePages" type="text" size="40" class="f-name" tabindex="6" value="<#PARAM name="PhotoJournalInclusivePages">"><br />
</label> <!--END OF PhotoJournalInclusivePages-->
<label for="ISSN">
<span class="field">
<span class="<#ERROR name="ERRORISSN">"><b>ISSN/ISBN (International Standard Serial/Book Number)</b></span><br />
<span class="note">If given will speed request processing</span>
</span>
<input id="ISSN" name="ISSN" type="text" size="20" class="f-name" tabindex="7" value="<#PARAM name="ISSN">"><br />
</label> <!--END OF ISSN-->
<label for="CallNumber">
<span class="field">
<span class="<#ERROR name="ERRORCallNumber">"><b>Call Number</b></span>
</span>
<input id="CallNumber" name="CallNumber" type="text" size="20" class="f-name" tabindex="8" value="<#PARAM name="CallNumber">"><br />
</label> <!--END OF CallNumber-->
<label for="ESPNumber">
<span class="field">
<span class="<#ERROR name="ERRORESPNumber">"><b>OCLC or Docline UI Number</b></span>
</span>
<input id="ESPNumber" name="ESPNumber" type="text" size="20" class="f-name" tabindex="9" value="<#PARAM name="ESPNumber">"><br />
</label> <!--END OF ESPNumber-->
<label for="PhotoArticleAuthor">
<span class="field">
<span class="<#ERROR name="ERRORPhotoArticleAuthor">"><b>Article Author</b></span>
</span>
<input id="PhotoArticleAuthor" name="PhotoArticleAuthor" type="text" size="40" class="f-name" tabindex="10" value="<#PARAM name="PhotoArticleAuthor">"><br />
</label><!--END OF PhotoArticleAuthor-->
<label for="PhotoArticleTitle">
<span class="field">
<span class="req">*</span>
<span class="<#ERROR name="ERRORPhotoArticleTitle">"><b>Article Title</b></span>
</span>
<textarea id="PhotoArticleTitle" name="PhotoArticleTitle" rows="2" cols="40" class="f-name" tabindex="11"><#PARAM name="PhotoArticleTitle"></textarea><br />
</label> <!--END OF PhotoArticleTitle-->
<!--<label for="NotWantedAfter">
<span class="field">
<span class="req">*</span>
<span class="<#ERROR name="ERRORNotWantedAfter">"><b>Not Wanted After Date</b></span><br />
<span class="note">(MM/DD/YYYY)</span>
</span>
<input id="NotWantedAfter" name="NotWantedAfter" type="text" size="40" class="f-name" tabindex="12" value="<#PARAM name="NotWantedAfter">"><br />
</label> END OF NotWantedAfter-->
<label for="AcceptNonEnglish">
<span class="field">
<span class="<#ERROR name="ERRORAcceptNonEnglish">"><b>Will you accept the item in a language other than English?</b></span><br />
<span class="note">If yes, specify acceptable languages in the notes field.</span>
</span>
<select id="AcceptNonEnglish" name="AcceptNonEnglish" size="1" class="f-name" tabindex="13">
<option selected><#PARAM name="AcceptNonEnglish"></option>
<option>No</option>
<option>Yes</option>
</select><br />
</label> <!--END OF AcceptNonEnglish-->
<!--label for="AccountNo">
<span class="field">
<span class="<#ERROR name="ERRORAccountNo">"><b>Account Number</b></span>
</span>
<select id="AccountNo" name="AccountNo" size="1" class="f-name" tabindex="14">
<#OPTION name="ValidAccounts">
</select><br />
</label></!-->
<label for="Notes">
<span class="field">
<span class="<#ERROR name="ERRORNotes">"><b>Notes</b></span><br />
<span class="note">Put any information here that may help us find the item, as well as any other pertinent information.</span>
</span>
<textarea id="Notes" name="Notes" rows="2" cols="40" class="f-name" tabindex="15"><#PARAM name="Notes"></textarea><br />
</label> <!--END OF Notes-->
<#INCLUDE filename="include_request_cited.html">
<#INCLUDE filename="include_request_buttons.html">
</fieldset>
</form>
<#INCLUDE filename="include_footer.html">
</div>
</div>
</div>
</body>
</html>