Lines 553-559
function verify_images() {
Link Here
|
553 |
<li><strong>Dewey:</strong> [% dewey %]</li> |
553 |
<li><strong>Dewey:</strong> [% dewey %]</li> |
554 |
[% END %] |
554 |
[% END %] |
555 |
[% IF ( urlS ) %] |
555 |
[% IF ( urlS ) %] |
556 |
<li><strong>url:</strong> |
556 |
<li><strong>URL:</strong> |
557 |
[% FOREACH url IN urlS %] |
557 |
[% FOREACH url IN urlS %] |
558 |
<a href="[% url.url %]">[% url.url %]</a> |
558 |
<a href="[% url.url %]">[% url.url %]</a> |
559 |
[% END %] |
559 |
[% END %] |
Lines 640-646
function verify_images() {
Link Here
|
640 |
<th>Last seen</th> |
640 |
<th>Last seen</th> |
641 |
<th>Barcode</th> |
641 |
<th>Barcode</th> |
642 |
[% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %] |
642 |
[% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %] |
643 |
[% IF ( itemdata_uri ) %]<th>url</th>[% END %] |
643 |
[% IF ( itemdata_uri ) %]<th>URL</th>[% END %] |
644 |
[% IF ( itemdata_copynumber ) %]<th>Copy number</th>[% END %] |
644 |
[% IF ( itemdata_copynumber ) %]<th>Copy number</th>[% END %] |
645 |
[% IF ( itemdata_stocknumber ) %]<th>Inventory number</th>[% END %] |
645 |
[% IF ( itemdata_stocknumber ) %]<th>Inventory number</th>[% END %] |
646 |
[% IF materials %]<th>Materials specified</th>[% END %] |
646 |
[% IF materials %]<th>Materials specified</th>[% END %] |