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
/
BookChapterRequest.html
192 lines (170 loc) · 6.51 KB
/
BookChapterRequest.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>ILLiad - Book Chapter Request</title>
<#INCLUDE filename="include_head.html">
</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="BookChapterRequest">
<input type="hidden" name="ILLiadForm" value="BookChapterRequest">
<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>
<h2 class="page-header">Book Chapter Request</h2>
<section name="bookchapter-info">
<div class="form-group col-md-12">
<label for="PhotoJournalTitle">
<span class="field">
<span class="<#ERROR name='ERRORPhotoJournalTitle'>">
Book Title
<span class="req">(required)</span>
</span>
</br>
<span class="small-notes">
Please do not abbreviate unless your citation is abbreviated
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoJournalTitle" id="PhotoJournalTitle" value="<#PARAM name='PhotoJournalTitle'>" required>
</div>
<div class="form-group col-md-12">
<label for="PhotoItemAuthor">
<span class="field">
<span class="<#ERROR name='ERRORPhotoItemAuthor'>">
Book Author/Editor
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoItemAuthor" id="PhotoItemAuthor" value="<#PARAM name='PhotoItemAuthor'>">
</div>
<div class="form-group col-md-12">
<label for="PhotoArticleTitle">
<span class="field">
<span class="<#ERROR name='ERRORPhotoArticleTitle'>">
Chapter Title
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoArticleTitle" id="PhotoArticleTitle" value="<#PARAM name='PhotoArticleTitle'>">
</div>
<div class="form-group col-md-12">
<label for="PhotoArticleAuthor">
<span class="field">
<span class="<#ERROR name='ERRORPhotoArticleAuthor'>">
Chapter Author
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoArticleAuthor" id="PhotoArticleAuthor" value="<#PARAM name='PhotoArticleAuthor'>">
</div>
<div class="form-group col-md-12">
<label for="PhotoItemPlace">
<span class="field">
<span class="<#ERROR name='ERRORPhotoItemPlace'>">
Place of Publication
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoItemPlace" id="PhotoItemPlace" value="<#PARAM name='PhotoItemPlace'>">
</div>
<div class="form-group col-md-12">
<label for="PhotoItemPublisher">
<span class="field">
<span class="<#ERROR name='ERRORPhotoItemPublisher'>">
Publisher
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoItemPublisher" id="PhotoItemPublisher" value="<#PARAM name='PhotoItemPublisher'>">
</div>
<div class="form-group col-md-12">
<label for="PhotoJournalYear">
<span class="field">
<span class="<#ERROR name='ERRORPhotoJournalYear'>">
Year
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoJournalYear" id="PhotoJournalYear" value="<#PARAM name='PhotoJournalYear'>">
</div>
<div class="form-group col-md-12">
<label for="PhotoItemEdition">
<span class="field">
<span class="<#ERROR name='ERRORPhotoItemEdition'>">
Edition
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoItemEdition" id="PhotoItemEdition" value="<#PARAM name='PhotoItemEdition'>">
</div>
<div class="form-group col-md-12">
<label for="PhotoJournalInclusivePages">
<span class="field">
<span class="<#ERROR name='ERRORPhotoJournalInclusivePages'>">
Inclusive Pages
</span>
</span>
</label>
<input type="text" class="form-control" name="PhotoJournalInclusivePages" id="PhotoJournalInclusivePages" value="<#PARAM name='PhotoJournalInclusivePages'>">
</div>
<div class="form-group col-md-12">
<label for="ISSN">
<span class="field">
<span class="<#ERROR name='ERRORISSN'>">
ISBN (International Standard Book Number)
</span>
<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-12">
<label for="CallNumber">
<span class="field">
<span class="<#ERROR name='ERRORCallNumber'>">
Call Number
</span>
</span>
</label>
<input type="text" class="form-control" name="CallNumber" id="CallNumber" value="<#PARAM name='CallNumber'>">
</div>
<div class="form-group col-md-12">
<label for="ESPNumber">
<span class="field">
<span class="<#ERROR name='ERRORESPNumber'>">
OCLC or Docline UI Number
</span>
</span>
</label>
<input type="text" class="form-control" name="ESPNumber" id="ESPNumber" value="<#PARAM name='ESPNumber'>">
</div>-->
<div class="form-group col-md-9">
<label for="Notes">
<span class="field">
<span class="<#ERROR name='ERRORNotes'>">
Notes
</span><br>
<span class="small-notes">Put any information here that may help us find the item, as well as any other pertinent information.</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>