|
Lines 99-105
Link Here
|
| 99 |
([% lateorder.basket.bookseller.id | html %]) |
99 |
([% lateorder.basket.bookseller.id | html %]) |
| 100 |
</td> |
100 |
</td> |
| 101 |
<td> |
101 |
<td> |
| 102 |
<strong>[% lateorder.biblio.title | html %]</strong> |
102 |
<span class="title">[% INCLUDE 'biblio-title.inc' biblio=lateorder.biblio link=1 %]</span> |
| 103 |
[% IF ( lateorder.biblio.author ) %]<br/><em>Author:</em> [% lateorder.biblio.author | html %][% END %] |
103 |
[% IF ( lateorder.biblio.author ) %]<br/><em>Author:</em> [% lateorder.biblio.author | html %][% END %] |
| 104 |
[% IF ( lateorder.biblio.biblioitem.publishercode ) %] |
104 |
[% IF ( lateorder.biblio.biblioitem.publishercode ) %] |
| 105 |
<br/><em>Published by:</em> [% lateorder.biblio.biblioitem.publishercode | html %] |
105 |
<br/><em>Published by:</em> [% lateorder.biblio.biblioitem.publishercode | html %] |
| 106 |
- |
|
|