Lines 298-312
function placeHold () {
Link Here
|
298 |
<ol> |
298 |
<ol> |
299 |
<li><label class="required" for="addshelf">List name:</label><input id="addshelf" type="text" name="addshelf" size="25" /></li> |
299 |
<li><label class="required" for="addshelf">List name:</label><input id="addshelf" type="text" name="addshelf" size="25" /></li> |
300 |
<li><span class="label">Owner: </span><input type="hidden" name="owner" id="owner" value="[% loggedinuser %]" />[% loggedinusername %]</li> |
300 |
<li><span class="label">Owner: </span><input type="hidden" name="owner" id="owner" value="[% loggedinuser %]" />[% loggedinusername %]</li> |
301 |
<li><label for="sortfield" >Sort this list by: </label> |
301 |
<li><label for="sortfield" >Sort this list by: </label> |
302 |
<select name="sortfield" id="sortfield"> |
302 |
<select name="sortfield" id="sortfield"> |
303 |
[% IF ( sort_title ) %]<option value="title" selected="selected">Title</option>[% ELSE %]<option value="title">Title</option>[% END %] |
303 |
<option value="title">Title</option> |
304 |
[% IF ( sort_author ) %]<option value="author" selected="selected">Author</option>[% ELSE %]<option value="author">Author</option>[% END %] |
304 |
<option value="author">Author</option> |
305 |
[% IF ( sort_copyrightdate ) %]<option value="copyrightdate" selected="selected">Copyrightdate</option>[% ELSE %]<option value="copyrightdate">Copyrightdate</option>[% END %] |
305 |
<option value="copyrightdate">Copyrightdate</option> |
306 |
[% IF ( sort_itemcallnumber ) %]<option value="itemcallnumber" selected="selected">Call number</option>[% ELSE %]<option value="itemcallnumber">Call number</option>[% END %] |
306 |
<option value="itemcallnumber">Call number</option> |
307 |
</select></li> |
307 |
</select></li> |
308 |
<li><label for="category">Category: </label> |
308 |
<li><label for="category">Category: </label> |
309 |
<select name="category" id="category"> |
309 |
<select name="category" id="category"> |
310 |
<option value="1">Private</option> |
310 |
<option value="1">Private</option> |
311 |
<option value="2">Public</option> |
311 |
<option value="2">Public</option> |
312 |
</select></li> |
312 |
</select></li> |
Lines 324-333
function placeHold () {
Link Here
|
324 |
<li><label for="owner">Owner: </label><input type="hidden" id="owner" name="owner" value="[% IF ( owner ) %][% ownername %][% ELSE %][% loggedinusername %][% END %]" />[% IF ( owner ) %][% ownername %][% ELSE %][% loggedinusername %][% END %]</li> |
324 |
<li><label for="owner">Owner: </label><input type="hidden" id="owner" name="owner" value="[% IF ( owner ) %][% ownername %][% ELSE %][% loggedinusername %][% END %]" />[% IF ( owner ) %][% ownername %][% ELSE %][% loggedinusername %][% END %]</li> |
325 |
<li><label for="sortfield" >Sort this list by: </label> |
325 |
<li><label for="sortfield" >Sort this list by: </label> |
326 |
<select name="sortfield"> |
326 |
<select name="sortfield"> |
327 |
[% IF ( sort_title ) %]<option value="title" selected="selected">Title</option>[% ELSE %]<option value="title">Title</option>[% END %] |
327 |
[% IF ( sortfield == "title" ) %]<option value="title" selected="selected">Title</option>[% ELSE %]<option value="title">Title</option>[% END %] |
328 |
[% IF ( sort_author ) %]<option value="author" selected="selected">Author</option>[% ELSE %]<option value="author">Author</option>[% END %] |
328 |
[% IF ( sortfield == "author" ) %]<option value="author" selected="selected">Author</option>[% ELSE %]<option value="author">Author</option>[% END %] |
329 |
[% IF ( sort_copyrightdate ) %]<option value="copyrightdate" selected="selected">Copyrightdate</option>[% ELSE %]<option value="copyrightdate">Copyrightdate</option>[% END %] |
329 |
[% IF ( sortfield == "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 %] |
330 |
[% IF ( sortfield == "itemcallnumber" ) %]<option value="itemcallnumber" selected="selected">Call number</option>[% ELSE %]<option value="itemcallnumber">Call number</option>[% END %] |
331 |
</select></li> |
331 |
</select></li> |
332 |
<li><label for="category">Category: </label> |
332 |
<li><label for="category">Category: </label> |
333 |
<select id="category" name="category"> |
333 |
<select id="category" name="category"> |
Lines 392-398
function placeHold () {
Link Here
|
392 |
[% IF ( shelveslooppri.toggle ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] |
392 |
[% IF ( shelveslooppri.toggle ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] |
393 |
<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> |
394 |
<td>[% shelveslooppri.count %] item(s)</td> |
394 |
<td>[% shelveslooppri.count %] item(s)</td> |
395 |
<td>[% IF ( shelveslooppri.authorsort ) %]Author[% ELSIF ( shelveslooppri.yearsort ) %]Year[% ELSIF (shelveslooppri.itemcallnumbersort) %]Call number[% ELSE %]Title[% END %]</td> |
395 |
<td>[% IF ( shelveslooppri.sortfield == "author" ) %]Author[% ELSIF ( shelveslooppri.sortfield == "copyrightdate" ) %]Year[% ELSIF (shelveslooppri.sortfield == "itemcallnumber") %]Call number[% ELSE %]Title[% END %]</td> |
396 |
<td>[% IF ( shelveslooppri.viewcategory1 ) %]Private[% END %] |
396 |
<td>[% IF ( shelveslooppri.viewcategory1 ) %]Private[% END %] |
397 |
[% IF ( shelveslooppri.viewcategory2 ) %]Public[% END %] |
397 |
[% IF ( shelveslooppri.viewcategory2 ) %]Public[% END %] |
398 |
</td> |
398 |
</td> |
Lines 445-451
function placeHold () {
Link Here
|
445 |
<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> |
446 |
<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> |
447 |
<td>[% shelvesloo.count %] item(s)</td> |
447 |
<td>[% shelvesloo.count %] item(s)</td> |
448 |
<td>[% IF ( shelvesloo.authorsort ) %]Author[% ELSIF ( shelvesloo.yearsort ) %]Year[% ELSIF (shelvesloo.itemcallnumbersort) %]Call number[% ELSE %]Title[% END %]</td> |
448 |
<td>[% IF ( shelvesloo.sortfield == "author" ) %]Author[% ELSIF ( shelvesloo.sortfield == "copyrightdate" ) %]Year[% ELSIF (shelvesloo.sortfield == "itemcallnumber") %]Call number[% ELSE %]Title[% END %]</td> |
449 |
<td>[% IF ( shelvesloo.viewcategory1 ) %]Private[% END %] |
449 |
<td>[% IF ( shelvesloo.viewcategory1 ) %]Private[% END %] |
450 |
[% IF ( shelvesloo.viewcategory2 ) %]Public[% END %] |
450 |
[% IF ( shelvesloo.viewcategory2 ) %]Public[% END %] |
451 |
</td> |
451 |
</td> |