|
Lines 101-106
Link Here
|
| 101 |
<th class="anti-the">Title</th> |
101 |
<th class="anti-the">Title</th> |
| 102 |
<th>Item type</th> |
102 |
<th>Item type</th> |
| 103 |
<th>Call number</th> |
103 |
<th>Call number</th> |
|
|
104 |
<th>Vol info</th> |
| 104 |
<th>Date</th> |
105 |
<th>Date</th> |
| 105 |
[% IF ( OPACMySummaryHTML ) %] |
106 |
[% IF ( OPACMySummaryHTML ) %] |
| 106 |
<th class="NoSort noExport">Links</th> |
107 |
<th class="NoSort noExport">Links</th> |
|
Lines 167-172
Link Here
|
| 167 |
<span class="tdlabel">Call number:</span> |
168 |
<span class="tdlabel">Call number:</span> |
| 168 |
[% issue.itemcallnumber | html %] |
169 |
[% issue.itemcallnumber | html %] |
| 169 |
</td> |
170 |
</td> |
|
|
171 |
<td> |
| 172 |
[% IF issue.enumchron %] |
| 173 |
[% issue.enumchron %] |
| 174 |
[% END %] |
| 175 |
</td> |
| 170 |
[% IF issue.returndate %] |
176 |
[% IF issue.returndate %] |
| 171 |
<td data-order="[% issue.returndate | html %]"> |
177 |
<td data-order="[% issue.returndate | html %]"> |
| 172 |
<span class="tdlabel">Check-in date:</span> |
178 |
<span class="tdlabel">Check-in date:</span> |
| 173 |
- |
|
|