|
Lines 210-225
h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
Link Here
|
| 210 |
<fieldset class="rows"> |
210 |
<fieldset class="rows"> |
| 211 |
<legend>Bibliographic information</legend> |
211 |
<legend>Bibliographic information</legend> |
| 212 |
<ol> |
212 |
<ol> |
| 213 |
<li><span class="label">Title:</span>[% title |html %]</li> |
213 |
[% IF ( title ) %] |
| 214 |
<li><span class="label">Author:</span>[% author |html %]</li> |
214 |
<li> |
| 215 |
<li><span class="label">Copyright date:</span>[% copyrightdate |html %]</li> |
215 |
<span class="label">Title:</span> |
| 216 |
<li><span class="label">ISBN or ISSN or other standard number:</span>[% isbn |html %]</li> |
216 |
[% title |html %] |
| 217 |
<li><span class="label">Publisher:</span>[% publishercode |html %]</li> |
217 |
</li> |
| 218 |
<li><span class="label">Publication place:</span>[% place |html %]</li> |
218 |
[% END %] |
| 219 |
<li><span class="label">Collection title:</span>[% collectiontitle |html %]</li> |
219 |
[% IF ( author ) %] |
| 220 |
<li><span class="label">Document type:</span> |
220 |
<li> |
| 221 |
[% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', itemtype, 0 ) %] |
221 |
<span class="label">Author:</span> |
| 222 |
</li> |
222 |
[% author |html %] |
|
|
223 |
</li> |
| 224 |
[% END %] |
| 225 |
[% IF ( copyrightdate ) %] |
| 226 |
<li> |
| 227 |
<span class="label">Copyright date:</span> |
| 228 |
[% copyrightdate |html %] |
| 229 |
</li> |
| 230 |
[% END %] |
| 231 |
[% IF ( isbn ) %] |
| 232 |
<li> |
| 233 |
<span class="label">ISBN or ISSN or other standard number:</span> |
| 234 |
[% isbn |html %] |
| 235 |
</li> |
| 236 |
[% END %] |
| 237 |
[% IF ( publishercode ) %] |
| 238 |
<li> |
| 239 |
<span class="label">Publisher:</span> |
| 240 |
[% publishercode |html %] |
| 241 |
</li> |
| 242 |
[% END %] |
| 243 |
[% IF ( place ) %] |
| 244 |
<li> |
| 245 |
<span class="label">Publication place:</span> |
| 246 |
[% place |html %] |
| 247 |
</li> |
| 248 |
[% END %] |
| 249 |
[% IF ( collectiontitle ) %] |
| 250 |
<li> |
| 251 |
<span class="label">Collection title:</span> |
| 252 |
[% collectiontitle |html %] |
| 253 |
</li> |
| 254 |
[% END %] |
| 255 |
[% IF ( itemtype ) %] |
| 256 |
<li> |
| 257 |
<span class="label">Document type:</span> |
| 258 |
[% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', itemtype, 0 ) %] |
| 259 |
</li> |
| 260 |
[% END %] |
| 223 |
[% IF ( patron_reason_loop ) %] |
261 |
[% IF ( patron_reason_loop ) %] |
| 224 |
<li><span class="label">Reason for suggestion: </span> |
262 |
<li><span class="label">Reason for suggestion: </span> |
| 225 |
[% FOREACH patron_reason_loo IN patron_reason_loop %] |
263 |
[% FOREACH patron_reason_loo IN patron_reason_loop %] |
|
Lines 227-233
h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o
Link Here
|
| 227 |
[% END %] |
265 |
[% END %] |
| 228 |
</li> |
266 |
</li> |
| 229 |
[% END %] |
267 |
[% END %] |
| 230 |
<li><span class="label">Notes:</span>[% note |html %]</li> |
268 |
[% IF ( note ) %] |
|
|
269 |
<li> |
| 270 |
<span class="label">Notes:</span> |
| 271 |
[% note |html %] |
| 272 |
</li> |
| 273 |
[% END %] |
| 231 |
</ol> |
274 |
</ol> |
| 232 |
</fieldset> |
275 |
</fieldset> |
| 233 |
<fieldset class="rows"> <legend>Suggestion management</legend> |
276 |
<fieldset class="rows"> <legend>Suggestion management</legend> |
| 234 |
- |
|
|