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 98-103
Link Here
|
98 |
<input class="text_filter" type="text" placeholder="Title"> |
100 |
<input class="text_filter" type="text" placeholder="Title"> |
99 |
</span> |
101 |
</span> |
100 |
</td> |
102 |
</td> |
|
|
103 |
<td class="hq-author"> |
104 |
<span class="filter_column filter_text"> |
105 |
<input class="text_filter" type="text" placeholder="Author"> |
106 |
</span> |
107 |
</td> |
108 |
<td class="hq-pubdetails"> |
109 |
<span class="filter_column filter_text"> |
110 |
<input class="text_filter" type="text" placeholder="Author"> |
111 |
</span> |
112 |
</td> |
101 |
<td class="hq-holdingbranch"> |
113 |
<td class="hq-holdingbranch"> |
102 |
<span class="filter_column filter_text"> |
114 |
<span class="filter_column filter_text"> |
103 |
<input class="text_filter" type="text" placeholder="Current library"> |
115 |
<input class="text_filter" type="text" placeholder="Current library"> |
Lines 177-185
Link Here
|
177 |
[% INCLUDE 'biblio-title.inc' biblio=itemsloo.biblio link = 1 %] |
189 |
[% INCLUDE 'biblio-title.inc' biblio=itemsloo.biblio link = 1 %] |
178 |
</p> |
190 |
</p> |
179 |
<div class="hq-biblionumber content_hidden">[% itemsloo.biblionumber | html %]</div> |
191 |
<div class="hq-biblionumber content_hidden">[% itemsloo.biblionumber | html %]</div> |
180 |
<div class="hq-author">[% itemsloo.biblio.author | html %]</div> |
192 |
</td> |
181 |
[% IF ( itemsloo.biblio.biblioitem.editionstatement ) %]<div class="hq-editionstatement">[% itemsloo.biblio.biblioitem.editionstatement | html %]</div>[% END %] |
193 |
<td class="hq-author">[% itemsloo.biblio.author | html %]</td> |
|
|
194 |
<td class="hq-pubdetails"> |
182 |
<div class="hq-pubdata"> |
195 |
<div class="hq-pubdata"> |
|
|
196 |
[% IF ( itemsloo.biblio.biblioitem.editionstatement ) %]<div class="hq-editionstatement">[% itemsloo.biblio.biblioitem.editionstatement | html %]</div>[% END %] |
183 |
[% IF ( itemsloo.biblio.biblioitem.publishercode ) %][% itemsloo.biblio.biblioitem.publishercode | html %][% END %] |
197 |
[% IF ( itemsloo.biblio.biblioitem.publishercode ) %][% itemsloo.biblio.biblioitem.publishercode | html %][% END %] |
184 |
|
198 |
|
185 |
[% IF ( itemsloo.biblio.biblioitem.publicationyear ) %] |
199 |
[% IF ( itemsloo.biblio.biblioitem.publicationyear ) %] |
186 |
- |
|
|