|
Lines 60-65
Link Here
|
| 60 |
<th>ISSN</th> |
60 |
<th>ISSN</th> |
| 61 |
<th class="anti-the">Title</th> |
61 |
<th class="anti-the">Title</th> |
| 62 |
<th> Notes </th> |
62 |
<th> Notes </th> |
|
|
63 |
<th>Vendor</th> |
| 63 |
<th>Library</th> |
64 |
<th>Library</th> |
| 64 |
<th>Call number</th> |
65 |
<th>Call number</th> |
| 65 |
<th class="title-string">Expiration date</th> |
66 |
<th class="title-string">Expiration date</th> |
|
Lines 78-83
Link Here
|
| 78 |
[% IF (sub.internalnotes) %]([% sub.internalnotes %])[% END %] |
79 |
[% IF (sub.internalnotes) %]([% sub.internalnotes %])[% END %] |
| 79 |
</td> |
80 |
</td> |
| 80 |
<td> |
81 |
<td> |
|
|
82 |
[% IF (sub.vendorname) %][% sub.vendorname %][% END %] |
| 83 |
</td> |
| 84 |
<td> |
| 81 |
[% IF (sub.branchcode) %][% Branches.GetName( sub.branchcode ) %][% END %] |
85 |
[% IF (sub.branchcode) %][% Branches.GetName( sub.branchcode ) %][% END %] |
| 82 |
</td> |
86 |
</td> |
| 83 |
<td> |
87 |
<td> |
| 84 |
- |
|
|