|
Lines 189-196
Link Here
|
| 189 |
[% FOREACH trsfitemloo IN trsfitemloop %] |
189 |
[% FOREACH trsfitemloo IN trsfitemloop %] |
| 190 |
<tr> |
190 |
<tr> |
| 191 |
<td class="tf-title"> |
191 |
<td class="tf-title"> |
| 192 |
[% INCLUDE 'biblio-view-menu.inc' biblionumber = trsfitemloo.item.biblionumber %] |
192 |
[% INCLUDE 'biblio-title.inc' biblio=trsfitemloo.item.biblio link=1 %] |
| 193 |
[% INCLUDE 'biblio-title.inc' biblio=trsfitemloo.item.biblio %] |
|
|
| 194 |
</a> |
193 |
</a> |
| 195 |
</td> |
194 |
</td> |
| 196 |
<td class="tf-author">[% trsfitemloo.item.biblio.author | html %]</td> |
195 |
<td class="tf-author">[% trsfitemloo.item.biblio.author | html %]</td> |
| 197 |
- |
|
|