Lines 176-181
Link Here
|
176 |
<input type="text" name="date" id="date" size="50"/> |
176 |
<input type="text" name="date" id="date" size="50"/> |
177 |
</li> |
177 |
</li> |
178 |
|
178 |
|
|
|
179 |
<li> |
180 |
<label for="toc_request">Table of contents:</label> |
181 |
<input type="checkbox" name="toc_request" value="1"/> |
182 |
</li> |
183 |
|
179 |
<li> |
184 |
<li> |
180 |
<label for="pages">Pages:</label> |
185 |
<label for="pages">Pages:</label> |
181 |
<input type="text" name="pages" id="pages" size="50"/> |
186 |
<input type="text" name="pages" id="pages" size="50"/> |
Lines 297-302
Link Here
|
297 |
<th>Volume</th> |
302 |
<th>Volume</th> |
298 |
<th>Issue</th> |
303 |
<th>Issue</th> |
299 |
<th>Date</th> |
304 |
<th>Date</th> |
|
|
305 |
<th>TOC</th> |
300 |
<th>Pages</th> |
306 |
<th>Pages</th> |
301 |
<th>Chapters</th> |
307 |
<th>Chapters</th> |
302 |
<th>Patron notes</th> |
308 |
<th>Patron notes</th> |
Lines 316-321
Link Here
|
316 |
<td>[% ar.volume | html %]</td> |
322 |
<td>[% ar.volume | html %]</td> |
317 |
<td>[% ar.issue | html %]</td> |
323 |
<td>[% ar.issue | html %]</td> |
318 |
<td>[% ar.date | html %]</td> |
324 |
<td>[% ar.date | html %]</td> |
|
|
325 |
<td>[% IF ar.toc_request %]Yes[% END %]</td> |
319 |
<td>[% ar.pages | html %]</td> |
326 |
<td>[% ar.pages | html %]</td> |
320 |
<td>[% ar.chapters | html %]</td> |
327 |
<td>[% ar.chapters | html %]</td> |
321 |
<td>[% ar.patron_notes | html %]</td> |
328 |
<td>[% ar.patron_notes | html %]</td> |