|
Lines 563-569
Link Here
|
| 563 |
<li><a href="#otherholdings">Other holdings [% ' ( ' _ (otheritemloop.size || 0) _ ' )' | html %]</a></li> |
563 |
<li><a href="#otherholdings">Other holdings [% ' ( ' _ (otheritemloop.size || 0) _ ' )' | html %]</a></li> |
| 564 |
[% END %] |
564 |
[% END %] |
| 565 |
[% IF ( MARCNOTES || notes || ( SyndeticsEnabled && SyndeticsSummary && SYNDETICS_SUMMARY )) %] |
565 |
[% IF ( MARCNOTES || notes || ( SyndeticsEnabled && SyndeticsSummary && SYNDETICS_SUMMARY )) %] |
| 566 |
<li id="tab_descriptions"> <a href="#descriptions">Title notes ( [% MARCNOTES.size %] )</a></li> |
566 |
[% SET title_notes_count = 0 %] |
|
|
567 |
[% IF MARCNOTES %] |
| 568 |
[% SET title_notes_count = MARCNOTES.size %] |
| 569 |
[% ELSIF notes %] |
| 570 |
[% SET title_notes_count = 1 %] |
| 571 |
[% END %] |
| 572 |
[% IF SYNDETICS_SUMMARY %][% SET title_notes_count = title_notes_count + 1 %][% END %] |
| 573 |
<li id="tab_descriptions"> <a href="#descriptions">Title notes ( [% title_notes_count %] )</a></li> |
| 567 |
[% END %] |
574 |
[% END %] |
| 568 |
[% IF ( SYNDETICS_TOC ) %] |
575 |
[% IF ( SYNDETICS_TOC ) %] |
| 569 |
<li id="tab_toc"> <a href="#toc">TOC</a></li> |
576 |
<li id="tab_toc"> <a href="#toc">TOC</a></li> |
| 570 |
- |
|
|