Lines 210-215
function placeHold () {
Link Here
|
210 |
<th>Title</th> |
210 |
<th>Title</th> |
211 |
<th>Author</th> |
211 |
<th>Author</th> |
212 |
<th>Date added</th> |
212 |
<th>Date added</th> |
|
|
213 |
<th>Call number</th> |
213 |
<th> </th> |
214 |
<th> </th> |
214 |
</tr> |
215 |
</tr> |
215 |
[% FOREACH itemsloo IN itemsloop %] |
216 |
[% FOREACH itemsloo IN itemsloop %] |
Lines 238-243
function placeHold () {
Link Here
|
238 |
<td>[% itemsloo.author %]</td> |
239 |
<td>[% itemsloo.author %]</td> |
239 |
<td>[% itemsloo.dateadded %]</td> |
240 |
<td>[% itemsloo.dateadded %]</td> |
240 |
<td> |
241 |
<td> |
|
|
242 |
[% FOREACH result IN itemsloo.ITEM_RESULTS %][% result.itemcallnumber %][% UNLESS loop.last %], [% END %][% END %] |
243 |
</td> |
244 |
<td> |
241 |
[% UNLESS ( itemsloo.notforloan ) %] |
245 |
[% UNLESS ( itemsloo.notforloan ) %] |
242 |
<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% itemsloo.biblionumber %]">Holds</a> |
246 |
<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% itemsloo.biblionumber %]">Holds</a> |
243 |
[% END %] |
247 |
[% END %] |
Lines 299-304
function placeHold () {
Link Here
|
299 |
[% IF ( sort_title ) %]<option value="title" selected="selected">Title</option>[% ELSE %]<option value="title">Title</option>[% END %] |
303 |
[% IF ( sort_title ) %]<option value="title" selected="selected">Title</option>[% ELSE %]<option value="title">Title</option>[% END %] |
300 |
[% IF ( sort_author ) %]<option value="author" selected="selected">Author</option>[% ELSE %]<option value="author">Author</option>[% END %] |
304 |
[% IF ( sort_author ) %]<option value="author" selected="selected">Author</option>[% ELSE %]<option value="author">Author</option>[% END %] |
301 |
[% IF ( sort_copyrightdate ) %]<option value="copyrightdate" selected="selected">Copyrightdate</option>[% ELSE %]<option value="copyrightdate">Copyrightdate</option>[% END %] |
305 |
[% IF ( sort_copyrightdate ) %]<option value="copyrightdate" selected="selected">Copyrightdate</option>[% ELSE %]<option value="copyrightdate">Copyrightdate</option>[% END %] |
|
|
306 |
[% IF ( sort_itemcallnumber ) %]<option value="itemcallnumber" selected="selected">Call number</option>[% ELSE %]<option value="itemcallnumber">Call number</option>[% END %] |
302 |
</select></li> |
307 |
</select></li> |
303 |
<li><label for="category">Category: </label> |
308 |
<li><label for="category">Category: </label> |
304 |
<select name="category" id="category"> |
309 |
<select name="category" id="category"> |
Lines 322-327
function placeHold () {
Link Here
|
322 |
[% IF ( sort_title ) %]<option value="title" selected="selected">Title</option>[% ELSE %]<option value="title">Title</option>[% END %] |
327 |
[% IF ( sort_title ) %]<option value="title" selected="selected">Title</option>[% ELSE %]<option value="title">Title</option>[% END %] |
323 |
[% IF ( sort_author ) %]<option value="author" selected="selected">Author</option>[% ELSE %]<option value="author">Author</option>[% END %] |
328 |
[% IF ( sort_author ) %]<option value="author" selected="selected">Author</option>[% ELSE %]<option value="author">Author</option>[% END %] |
324 |
[% IF ( sort_copyrightdate ) %]<option value="copyrightdate" selected="selected">Copyrightdate</option>[% ELSE %]<option value="copyrightdate">Copyrightdate</option>[% END %] |
329 |
[% IF ( sort_copyrightdate ) %]<option value="copyrightdate" selected="selected">Copyrightdate</option>[% ELSE %]<option value="copyrightdate">Copyrightdate</option>[% END %] |
|
|
330 |
[% IF ( sort_itemcallnumber ) %]<option value="itemcallnumber" selected="selected">Call number</option>[% ELSE %]<option value="itemcallnumber">Call number</option>[% END %] |
325 |
</select></li> |
331 |
</select></li> |
326 |
<li><label for="category">Category: </label> |
332 |
<li><label for="category">Category: </label> |
327 |
<select id="category" name="category"> |
333 |
<select id="category" name="category"> |
Lines 386-392
function placeHold () {
Link Here
|
386 |
[% IF ( shelveslooppri.toggle ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] |
392 |
[% IF ( shelveslooppri.toggle ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] |
387 |
<td><a href="shelves.pl?[% IF ( shelveslooppri.showprivateshelves ) %]display=privateshelves&[% END %]viewshelf=[% shelveslooppri.shelf %]&shelfoff=[% shelfoff %]">[% shelveslooppri.shelfname |html %]</a></td> |
393 |
<td><a href="shelves.pl?[% IF ( shelveslooppri.showprivateshelves ) %]display=privateshelves&[% END %]viewshelf=[% shelveslooppri.shelf %]&shelfoff=[% shelfoff %]">[% shelveslooppri.shelfname |html %]</a></td> |
388 |
<td>[% shelveslooppri.count %] item(s)</td> |
394 |
<td>[% shelveslooppri.count %] item(s)</td> |
389 |
<td>[% IF ( shelveslooppri.authorsort ) %]Author[% ELSIF ( shelveslooppri.yearsort ) %]Year[% ELSE %]Title[% END %]</td> |
395 |
<td>[% IF ( shelveslooppri.authorsort ) %]Author[% ELSIF ( shelveslooppri.yearsort ) %]Year[% ELSIF (shelveslooppri.itemcallnumbersort) %]Call number[% ELSE %]Title[% END %]</td> |
390 |
<td>[% IF ( shelveslooppri.viewcategory1 ) %]Private[% END %] |
396 |
<td>[% IF ( shelveslooppri.viewcategory1 ) %]Private[% END %] |
391 |
[% IF ( shelveslooppri.viewcategory2 ) %]Public[% END %] |
397 |
[% IF ( shelveslooppri.viewcategory2 ) %]Public[% END %] |
392 |
</td> |
398 |
</td> |
Lines 439-445
function placeHold () {
Link Here
|
439 |
<td><a href="shelves.pl?viewshelf=[% shelvesloo.shelf %]">[% shelvesloo.shelfname |html %]</a></td> |
445 |
<td><a href="shelves.pl?viewshelf=[% shelvesloo.shelf %]">[% shelvesloo.shelfname |html %]</a></td> |
440 |
<td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% shelvesloo.owner %]">[% shelvesloo.ownername %]</td> |
446 |
<td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% shelvesloo.owner %]">[% shelvesloo.ownername %]</td> |
441 |
<td>[% shelvesloo.count %] item(s)</td> |
447 |
<td>[% shelvesloo.count %] item(s)</td> |
442 |
<td>[% IF ( shelvesloo.authorsort ) %]Author[% ELSIF ( shelvesloo.yearsort ) %]Year[% ELSE %]Title[% END %]</td> |
448 |
<td>[% IF ( shelvesloo.authorsort ) %]Author[% ELSIF ( shelvesloo.yearsort ) %]Year[% ELSIF (shelvesloo.itemcallnumbersort) %]Call number[% ELSE %]Title[% END %]</td> |
443 |
<td>[% IF ( shelvesloo.viewcategory1 ) %]Private[% END %] |
449 |
<td>[% IF ( shelvesloo.viewcategory1 ) %]Private[% END %] |
444 |
[% IF ( shelvesloo.viewcategory2 ) %]Public[% END %] |
450 |
[% IF ( shelvesloo.viewcategory2 ) %]Public[% END %] |
445 |
</td> |
451 |
</td> |