-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArticleRequest.html
267 lines (240 loc) · 11.3 KB
/
ArticleRequest.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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>ILL | Scan Request</title>
<#INCLUDE filename="include_head.html">
<script type="text/javascript" src="js/DOIPMIDResolver_LK.js?v=1.0" defer></script>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip({ boundary: 'window' })
})
</script>
</head>
<body>
<#INCLUDE filename="include_header.html">
<#INCLUDE filename="include_menu.html">
<div class="container">
<main id="content" aria-label="Content">
<form action="illiad.dll" method="post" name="ArticleRequest">
<input type="hidden" name="ILLiadForm" value="ArticleRequest">
<input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>">
<input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>">
<input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
<#FORMSTATE>
<fieldset>
<div class="form-header col">
<h2>Scan Request</h2>
<h6 class="form-notes">Use this form to request a portion of a work: Journal Article, Book Chapter, Paper in a Conference Proceedings, Scan from Microfilm, etc.</span>
</div>
<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#doi-resolver" aria-expanded="false" aria-controls="doi-resolver">
<i class="fas fa-star pr-1"></i>Autofill Citation Information with a DOI or PubMed ID
</button>
<section name="doi-resolver" id="doi-resolver" class="collapse">
<div class="form-group col-md-9">
<label for="DOI">
<span class="field">
<span class="<#ERROR name='DOI'>">
DOI
</span>
<a data-toggle="tooltip" data-placement="right" title="A Digital Object Identifier (DOI) is a string of numbers, letters and symbols used to uniquely identify an article or document, and to provide it with a permanent web address. This DOI resolver will take a DOI unique identifier number and complete the citation information on this article request form. If you have already imported the citation from a database or Primo search, there is no need to look up the citation with the identifiers." class="fa fa-question-circle"></a>
</span>
</label>
<input type="text" class="form-control" name="DOI" id="DOI" value="<#PARAM name='DOI'>">
<button type="button" id="doibutton" class="btn btn-primary btn-md c-doi" onclick="resolveDOI()">Look Up Citation Information by DOI
</button>
<br>
<span class="note text-danger" id="doierrormessage"></span>
</div>
<div class="form-group col-md-9">
<label for="PMID">
<span class="field">
<span class="<#ERROR name='ERRORPMID'>">
PubMed ID
</span>
<a data-toggle="tooltip" data-placement="right" title="This PMID resolver will take a PubMed unique identifier number and complete the citation information on this article request form. If you have already imported the citation from a database or Primo search, there is no need to look up the citation with the identifiers." class="fa fa-question-circle"></a>
</span>
</label>
<input type="text" class="form-control" name="PMID" id="PMID" value="<#PARAM name='PMID'>">
<button type="button" id="pmidbutton" class="btn btn-primary btn-md c-doi" onclick="resolvePMID()">Look Up Citation Information by PMID</button><br>
<span class="note text-danger" id="pmiderrormessage"></span>
</div>
<div aria-live="polite">
<div id="oaloading" style="display:none">
<div class="spinner-border text-warning" role="status"><span class="sr-only">Looking up full text access...</span></div>
<span class="note">Looking up full text access...</span>
</div>
<div id="openaccessdiv" style="display:none">
<span class="note">*The article is available through a library subscription or open access. If the link is NOT correct, please continue to submit your request.</span><br/>
<button type="button" class="btn btn-primary btn-md c-open" id="openaccessbutton">View/Download Full Text <span aria-hidden="true" class="fas fa-file-alt"></span></button><br/>
<button class="btn btn-secondary btn-md" type="reset" id="buttonReset" name="ResetButton" value="Clear Form">Reset form</button>
</div>
</div>
</section>
<section name="article-info">
<h4 class="col">Article/Chapter Information</h4>
<div class="form-group col-md-9">
<label for="PhotoArticleTitle">
<span class="field">
<span class="<#ERROR name='ERRORPhotoArticleTitle'>">
Title of Article, Chapter, Paper, etc.
<span class="req">*</span>
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>" required>
</div>
<div class="form-group col-md-9">
<label for="PhotoArticleAuthor">
<span class="field">
<span class="<#ERROR name='ERRORPhotoArticleAuthor'>">
Author of Article, Chapter, Paper, etc.
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">
</div>
<div class="form-group col-md-9">
<label for="DOI">
<span class="field">
<span class="<#ERROR name='DOI'>">
DOI
</span>
<a data-toggle="tooltip" data-placement="right" title="A Digital Object Identifier (DOI) is a string of numbers, letters and symbols used to uniquely identify an article or document, and to provide it with a permanent web address." class="fa fa-question-circle"></a>
<br>
<span class="small-notes">
If given will speed request processing
</span>
</span>
</label>
<input type="text" class="form-control" name="DOI" id="DOI" value="<#PARAM name='DOI'>">
</div>
<h4 class="col">Journal/Book Information</h4>
<div class="form-group col-md-9">
<label for="PhotoJournalTitle">
<span class="field">
<span class="<#ERROR name='ERRORPhotoJournalTitle'>">
Title of Journal, Book, etc. in which article or chapter appears.
<span class="req">*</span>
</span>
</span>
<br>
</label>
<input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>
</div>
<div class="row">
<div class="form-group col-md-3">
<label for="PhotoJournalVolume">
<span class="field">
<span class="<#ERROR name='ERRORPhotoJournalVolume'>">
Volume
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoJournalVolume" id="PhotoJournalVolume" value="<#PARAM name='PhotoJournalVolume'>">
</div>
<div class="form-group col-md-3">
<label for="PhotoJournalIssue">
<span class="field">
<span class="<#ERROR name='ERRORPhotoJournalIssue'>">
Issue Number
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoJournalIssue" id="PhotoJournalIssue" value="<#PARAM name='PhotoJournalIssue'>">
</div>
</div>
<div class="row">
<div class="form-group col-md-3">
<label for="PhotoJournalYear">
<span class="field">
<span class="<#ERROR name='ERRORPhotoJournalYear'>">
Year of publication
<span class="req">*</span>
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>" required>
</div>
<div class="form-group col-md-3">
<label for="PhotoJournalMonth">
<span class="field">
<span class="<#ERROR name='ERRORPhotoJournalMonth'>">
Month of publication
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoJournalMonth" id="PhotoJournalMonth" value="<#PARAM name='PhotoJournalMonth'>">
</div>
</div>
<div class="form-group col-md-9">
<label for="PhotoJournalInclusivePages">
<span class="field">
<span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">
Inclusive Pages
<span class="req">*</span>
</span>
<br>
<span class="small-notes">
Also include any End Notes, Plates, etc.
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>" required>
</div>
<div class="form-group col-md-9">
<label for="ISSN">
<span class="field">
<span class="<#ERROR name='ERRORISSN'>">
ISSN/ISBN
</span><a data-toggle="tooltip" data-placement="right" title="International Standard Serial/Book Number" class="fa fa-question-circle"></a>
<br>
<span class="small-notes">
If given will speed request processing
</span>
</span>
</label>
<input type="text" class="form-control" name="ISSN" id="ISSN" value="<#PARAM name='ISSN'>">
</div>
<!--<div class="form-group col-md-9">
<label for="NotWantedAfter">
<span class="field">
<span class="<#ERROR name='ERRORNotWantedAfter'>">
Not Wanted After Date
</span>
</span>
</label>
<input type="text" class="form-control" name="NotWantedAfter" id="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
<span class="small-notes">
(MM/DD/YYYY)
</span>
</div>-->
<div class="form-group col-md-9">
<label for="CitedIn">
<span class="field">
<span class="<#ERROR name='ERRORCitedIn'>">
Where did you find this item cited?
</span>
</span>
</label>
<textarea class="form-control" id="CitedIn" name="CitedIn" rows="1" cols="40" placeholder="Examples: WorldCat, CINHAL, PsycInfo, etc."><#PARAM name='ERRORCitedIn'></textarea>
</div>
<div class="form-group col-md-9">
<label for="Notes">
<span class="field">
<span class="<#ERROR name='ERRORNotes'>">
Notes
</span>
</span>
</label>
<textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea><br>
</div>
</section>
<#INCLUDE filename="include_request_cited.html">
<#INCLUDE filename="include_request_buttons.html">
</fieldset>
</form>
</main>
<#INCLUDE filename="include_footer.html">
</div>
</body>
</html>