|
Lines 128-133
Link Here
|
| 128 |
<input type="text" name="date" id="date" size="50"/> |
128 |
<input type="text" name="date" id="date" size="50"/> |
| 129 |
</li> |
129 |
</li> |
| 130 |
|
130 |
|
|
|
131 |
<li> |
| 132 |
<label for="toc_request">Table of contents:</label> |
| 133 |
<input type="checkbox" name="toc_request" value="1"/> |
| 134 |
</li> |
| 135 |
|
| 131 |
<li> |
136 |
<li> |
| 132 |
<label for="pages">Pages:</label> |
137 |
<label for="pages">Pages:</label> |
| 133 |
<input type="text" name="pages" id="pages" size="50"/> |
138 |
<input type="text" name="pages" id="pages" size="50"/> |
|
Lines 249-254
Link Here
|
| 249 |
<th>Volume</th> |
254 |
<th>Volume</th> |
| 250 |
<th>Issue</th> |
255 |
<th>Issue</th> |
| 251 |
<th>Date</th> |
256 |
<th>Date</th> |
|
|
257 |
<th>TOC</th> |
| 252 |
<th>Pages</th> |
258 |
<th>Pages</th> |
| 253 |
<th>Chapters</th> |
259 |
<th>Chapters</th> |
| 254 |
<th>Patron notes</th> |
260 |
<th>Patron notes</th> |
|
Lines 268-273
Link Here
|
| 268 |
<td>[% ar.volume | html %]</td> |
274 |
<td>[% ar.volume | html %]</td> |
| 269 |
<td>[% ar.issue | html %]</td> |
275 |
<td>[% ar.issue | html %]</td> |
| 270 |
<td>[% ar.date | html %]</td> |
276 |
<td>[% ar.date | html %]</td> |
|
|
277 |
<td>[% IF ar.toc_request %]Yes[% END %]</td> |
| 271 |
<td>[% ar.pages | html %]</td> |
278 |
<td>[% ar.pages | html %]</td> |
| 272 |
<td>[% ar.chapters | html %]</td> |
279 |
<td>[% ar.chapters | html %]</td> |
| 273 |
<td>[% ar.patron_notes | html %]</td> |
280 |
<td>[% ar.patron_notes | html %]</td> |