Lines 234-240
Link Here
|
234 |
</a> |
234 |
</a> |
235 |
</p> |
235 |
</p> |
236 |
|
236 |
|
237 |
<p> |
237 |
<div> |
238 |
<div class="ar-biblionumber content_hidden">[% ar.biblionumber | html %]</div> |
238 |
<div class="ar-biblionumber content_hidden">[% ar.biblionumber | html %]</div> |
239 |
<div class="ar-author">[% ar.biblio.author | html %]</div> |
239 |
<div class="ar-author">[% ar.biblio.author | html %]</div> |
240 |
<div class="ar-pubdata"> |
240 |
<div class="ar-pubdata"> |
Lines 256-262
Link Here
|
256 |
<span>ISBN: [% ar.biblio.biblioitem.isbn | html %]</span> |
256 |
<span>ISBN: [% ar.biblio.biblioitem.isbn | html %]</span> |
257 |
[% END %] |
257 |
[% END %] |
258 |
</div> |
258 |
</div> |
259 |
</p> |
259 |
</div> |
260 |
</td> |
260 |
</td> |
261 |
<td class="ar-request"> |
261 |
<td class="ar-request"> |
262 |
[% IF ar.toc_request %] <p><strong>Include TOC</strong> </p> [% END %] |
262 |
[% IF ar.toc_request %] <p><strong>Include TOC</strong> </p> [% END %] |
Lines 341-347
Link Here
|
341 |
</a> |
341 |
</a> |
342 |
</p> |
342 |
</p> |
343 |
|
343 |
|
344 |
<p> |
344 |
<div> |
345 |
<div class="ar-biblionumber content_hidden">[% ar.biblionumber | html %]</div> |
345 |
<div class="ar-biblionumber content_hidden">[% ar.biblionumber | html %]</div> |
346 |
<div class="ar-author">[% ar.biblio.author | html %]</div> |
346 |
<div class="ar-author">[% ar.biblio.author | html %]</div> |
347 |
<div class="ar-pubdata"> |
347 |
<div class="ar-pubdata"> |
Lines 363-369
Link Here
|
363 |
<span>ISBN: [% ar.biblio.biblioitem.isbn | html %]</span> |
363 |
<span>ISBN: [% ar.biblio.biblioitem.isbn | html %]</span> |
364 |
[% END %] |
364 |
[% END %] |
365 |
</div> |
365 |
</div> |
366 |
</p> |
366 |
</div> |
367 |
</td> |
367 |
</td> |
368 |
<td class="ar-request"> |
368 |
<td class="ar-request"> |
369 |
[% IF ar.toc_request %] <p><strong>Include TOC</strong> </p> [% END %] |
369 |
[% IF ar.toc_request %] <p><strong>Include TOC</strong> </p> [% END %] |
Lines 445-451
Link Here
|
445 |
[% INCLUDE 'biblio-title.inc' biblio=ar.biblio link = 1%] |
445 |
[% INCLUDE 'biblio-title.inc' biblio=ar.biblio link = 1%] |
446 |
</p> |
446 |
</p> |
447 |
|
447 |
|
448 |
<p> |
448 |
<div> |
449 |
<div class="ar-biblionumber content_hidden">[% ar.biblionumber | html %]</div> |
449 |
<div class="ar-biblionumber content_hidden">[% ar.biblionumber | html %]</div> |
450 |
<div class="ar-author">[% ar.biblio.author | html %]</div> |
450 |
<div class="ar-author">[% ar.biblio.author | html %]</div> |
451 |
<div class="ar-pubdata"> |
451 |
<div class="ar-pubdata"> |
Lines 467-473
Link Here
|
467 |
<span>ISBN: [% ar.biblio.biblioitem.isbn | html %]</span> |
467 |
<span>ISBN: [% ar.biblio.biblioitem.isbn | html %]</span> |
468 |
[% END %] |
468 |
[% END %] |
469 |
</div> |
469 |
</div> |
470 |
</p> |
470 |
</div> |
471 |
</td> |
471 |
</td> |
472 |
<td class="ar-request"> |
472 |
<td class="ar-request"> |
473 |
[% IF ar.toc_request %] <p><strong>Include TOC</strong> </p> [% END %] |
473 |
[% IF ar.toc_request %] <p><strong>Include TOC</strong> </p> [% END %] |
474 |
- |
|
|