Lines 77-82
Link Here
|
77 |
<thead> |
77 |
<thead> |
78 |
<tr> |
78 |
<tr> |
79 |
<th class="hq-title anti-the">Title</th> |
79 |
<th class="hq-title anti-the">Title</th> |
|
|
80 |
<th class="hq-author">Author</th> |
81 |
<th class="hq-pubdetails">Publication details</th> |
80 |
<th class="hq-holdingbranch">Current library</th> |
82 |
<th class="hq-holdingbranch">Current library</th> |
81 |
<th class="hq-homebranch">Home library</th> |
83 |
<th class="hq-homebranch">Home library</th> |
82 |
<th class="hq-collection">Collection</th> |
84 |
<th class="hq-collection">Collection</th> |
Lines 97-102
Link Here
|
97 |
<input class="text_filter" type="text" placeholder="Title"> |
99 |
<input class="text_filter" type="text" placeholder="Title"> |
98 |
</span> |
100 |
</span> |
99 |
</td> |
101 |
</td> |
|
|
102 |
<td class="hq-author"> |
103 |
<span class="filter_column filter_text"> |
104 |
<input class="text_filter" type="text" placeholder="Author"> |
105 |
</span> |
106 |
</td> |
107 |
<td class="hq-pubdetails"> |
108 |
<span class="filter_column filter_text"> |
109 |
<input class="text_filter" type="text" placeholder="Author"> |
110 |
</span> |
111 |
</td> |
100 |
<td class="hq-holdingbranch"> |
112 |
<td class="hq-holdingbranch"> |
101 |
<span class="filter_column filter_text"> |
113 |
<span class="filter_column filter_text"> |
102 |
<input class="text_filter" type="text" placeholder="Current library"> |
114 |
<input class="text_filter" type="text" placeholder="Current library"> |
Lines 171-179
Link Here
|
171 |
[% INCLUDE 'biblio-title.inc' biblio=itemsloo.biblio link = 1 %] |
183 |
[% INCLUDE 'biblio-title.inc' biblio=itemsloo.biblio link = 1 %] |
172 |
</p> |
184 |
</p> |
173 |
<div class="hq-biblionumber content_hidden">[% itemsloo.biblionumber | html %]</div> |
185 |
<div class="hq-biblionumber content_hidden">[% itemsloo.biblionumber | html %]</div> |
174 |
<div class="hq-author">[% itemsloo.biblio.author | html %]</div> |
186 |
</td> |
175 |
[% IF ( itemsloo.biblio.biblioitem.editionstatement ) %]<div class="hq-editionstatement">[% itemsloo.biblio.biblioitem.editionstatement | html %]</div>[% END %] |
187 |
<td class="hq-author">[% itemsloo.biblio.author | html %]</td> |
|
|
188 |
<td class="hq-pubdetails"> |
176 |
<div class="hq-pubdata"> |
189 |
<div class="hq-pubdata"> |
|
|
190 |
[% IF ( itemsloo.biblio.biblioitem.editionstatement ) %]<div class="hq-editionstatement">[% itemsloo.biblio.biblioitem.editionstatement | html %]</div>[% END %] |
177 |
[% IF ( itemsloo.biblio.biblioitem.publishercode ) %][% itemsloo.biblio.biblioitem.publishercode | html %][% END %] |
191 |
[% IF ( itemsloo.biblio.biblioitem.publishercode ) %][% itemsloo.biblio.biblioitem.publishercode | html %][% END %] |
178 |
|
192 |
|
179 |
[% IF ( itemsloo.biblio.biblioitem.publicationyear ) %] |
193 |
[% IF ( itemsloo.biblio.biblioitem.publicationyear ) %] |
180 |
- |
|
|