new virtual shelves changes, keyed by biblionumber -- approved
[koha.git] / koha-tmpl / opac-tmpl / prog / en / opac-shelves.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryName" --> Catalog -- <!-- TMPL_IF Name="viewshelf" -->Contents of <!-- TMPL_VAR Name="shelfname" --><!-- TMPL_ELSE -->My Virtual Shelves<!-- /TMPL_IF --><!-- TMPL_INCLUDE name="doc-head-close.inc" -->
2 <!-- TMPL_IF NAME="OpacNav" --> <body id="withnav">
3 <!--TMPL_ELSE-->
4 <body>
5 <!-- /TMPL_IF -->
6 <!-- TMPL_INCLUDE name="masthead.inc" -->
7 <!-- TMPL_INCLUDE name="usermenu.inc" -->
8 <!-- TMPL_INCLUDE name="navigation.inc" -->
9 <div id="main_wrapper">
10 <div id="main" class="searchresults">
11 <div class="content-block">
12 <!-- TMPL_IF Name="viewshelf" -->
13 <h3><a href="/cgi-bin/koha/opac-shelves.pl">Virtual Shelves</a> <img src="<!-- TMPL_VAR NAME="themelang" -->/images/caret.gif" width="16" height="16" alt="&gt;" border="0" /> <!-- TMPL_IF NAME="itemsloop" --><em><!-- TMPL_VAR Name="shelfname" --></em><!-- TMPL_ELSE -->The Virtual Shelf <em><!-- TMPL_VAR Name="shelfname" --></em> is empty<!-- /TMPL_IF --></h3>
14 <form class="inline" action="/cgi-bin/koha/opac-shelves.pl" method="post" name="myform">
15     <table>
16         <!-- TMPL_IF name="manageshelf" --><tr>
17       <th><a href="/cgi-bin/koha/opac-shelves.pl" onclick="CheckAll(); return false;"><img src="<!-- TMPL_VAR NAME="themelang" -->/images/checkall.gif" height="18" width="18" alt="Check All" title="Check All" border="0" /></a></th><th colspan="2">&nbsp;</th>
18     </tr><!-- /TMPL_IF -->
19     <!-- TMPL_IF NAME="itemsloop" -->
20     <!-- TMPL_LOOP Name="itemsloop" -->
21       <tr>
22           <!-- TMPL_IF name="manageshelf" --><td><input type="checkbox" name="REM-<!-- TMPL_VAR Name="itemnumber" -->" /></td><!-- /TMPL_IF -->
23       <td><!-- TMPL_IF NAME="AmazonContent" --><a class="p1" href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><img src="<!-- TMPL_IF NAME="isbn" -->http://images.amazon.com/images/P/<!-- TMPL_VAR name="isbn" -->.01.TZZZZZZZ.jpg<!-- TMPL_ELSE -->http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif<!-- /TMPL_IF -->" alt="image" class="thumbnail" /></a><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
24           <td><a class="title" href="opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR Name="title" --> <!-- TMPL_VAR NAME="subtitle" --></a> <!-- TMPL_IF NAME="author" -->by <a href="/search?q=au:<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="author" --></a><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --> <p> <!-- TMPL_IF name="publicationyear" --> - <!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
25             <!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
26             <!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
27             <!-- TMPL_IF name="pages" --> <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
28             <!-- TMPL_IF name="notes" --> : <!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
29             <!-- TMPL_IF name="size" --> <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
30             <!-- TMPL_IF name="timestamp" --> <i>(modified on <!-- TMPL_VAR name="timestamp" -->)</i><!-- /TMPL_IF --></p>
31         <p><!-- TMPL_UNLESS NAME="norequests" --><!-- TMPL_IF NAME="opacuserlogin" --><a class="reserve" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->">Place Reserve</a><!-- /TMPL_IF --><!-- /TMPL_UNLESS --><img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="ccode" -->.gif" alt="<!-- TMPL_VAR NAME="ccode" -->" title="<!-- TMPL_VAR NAME="ccode" -->" /><a href="/search?q=callnum:<!-- TMPL_VAR NAME="classification" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="classification" --></a></p>
32 </td>
33     </tr>
34     <!-- /TMPL_LOOP -->
35     <!-- TMPL_ELSE -->
36     <tr><td colspan="5">This Virtual Shelf is empty.</td></tr>
37     <!-- /TMPL_IF -->
38   </table>
39   <!-- TMPL_IF name="manageshelf" --><!-- TMPL_IF NAME="itemsloop" --><a href="/cgi-bin/koha/opac-shelves.pl" onclick="CheckAll(); return false;"><img src="<!-- TMPL_VAR NAME="themelang" -->/images/checkall.gif" height="18" width="18" alt="Check All" title="Check All" border="0" /></a><input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR Name="shelfnumber" -->" />
40   <input type="hidden" name="modifyshelfcontents" value="1" />
41   <input type="hidden" name="viewshelf" value="<!-- TMPL_VAR NAME="shelfnumber" -->" /><input type="submit" value="Remove Selected Items" class="icon delete" onclick="return confirmDelete('Are you sure you want to remove these items from the list?')" /><!-- /TMPL_IF --><!-- /TMPL_IF --></form><!-- TMPL_IF name="manageshelf" --> <form class="inline" method="get" action="/cgi-bin/koha/opac-shelves.pl"><input type="hidden" name="op" value="modif" /><input type="hidden" value="<!-- TMPL_VAR NAME="shelfnumber" -->" name="shelf" /><input type="submit" value="Rename this Shelf" class="icon edit" /></form> <!-- TMPL_UNLESS NAME="itemsloop" --><form class="inline" method="get" action="/cgi-bin/koha/opac-shelves.pl"><input type="hidden" name="DEL-<!-- TMPL_VAR NAME="shelfnumber" -->" /><input type="hidden" name="shelves" value="1" /><input type="submit" class="icon delete" value="Delete this Virtual Shelf" onclick="return confirmDelete('Are you sure you want to delete this Virtual Shelf?')" /></form><!-- /TMPL_UNLESS -->
42 <br /><br /><!-- TMPL_IF name="manageshelf" -->
43 <form action="/cgi-bin/koha/opac-shelves.pl" method="post">
44   <table>
45     <tr><th colspan="2">Add an Item to this Virtual Shelf by Barcode</th></tr>
46     <tr>
47       <td><label for="addbarcode">Barcode:</label></td>
48       <td><input name="addbarcode" type="text" id="addbarcode" size="14" maxlength="14" /><input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelfnumber" -->" /><input type="hidden" name="viewshelf" value="<!-- TMPL_VAR NAME="shelfnumber" -->" /><input type="hidden" name="modifyshelfcontents" value="1" /><input type="submit" value="Save" class="submit" /></td>
49     </tr>
50   </table>
51 </form><!-- /TMPL_IF -->
52 <!-- /TMPL_IF -->
53 <form class="inline" method="get" action="opac-shelves.pl"><input type="submit" class="icon back" value="Back to Virtual Shelves" /></form> <form class="inline" action="opac-shelves.pl" method="get"><input type="hidden" value="1" name="shelves" /><input type="submit" value="Add or Remove Virtual Shelves" class="icon add" /></form>
54 <!-- TMPL_ELSE -->
55   <!-- TMPL_IF Name="shelves" -->
56     <!-- TMPL_IF Name="status1" -->
57       <p class="error"><!-- TMPL_VAR Name="string1" --></p>
58     <!-- /TMPL_IF -->
59     <!-- TMPL_LOOP Name="paramsloop" -->
60       <!-- TMPL_IF Name="status" -->
61         <p class="error"><!-- TMPL_VAR Name="string" --></p>
62       <!-- /TMPL_IF -->
63     <!-- /TMPL_LOOP -->
64 <div id="center">
65 <form method="post" action="/cgi-bin/koha/opac-shelves.pl">
66     <input type="hidden" name="shelves" value="1">
67     <div class="form"><table>
68     <caption>Create a New a Virtual Shelf</caption>
69     <tr><th><label for="addshelf">List Name:</label> </th><td> <input id="addshelf" type="text" name="addshelf" size="60"><input type="hidden" name="owner" id="owner" value="<!-- TMPL_VAR name="loggedinuser" -->"></td></tr>
70 </table></div>
71
72                 <p><input type="hidden" name="category" value="1" /><input type="submit" value="Add New Shelf" class="icon add"></p>
73           </form>
74         </div>    
75     
76     <div id="right"><!-- TMPL_IF NAME="shelveslooppriv" -->
77     <form method="post" action="/cgi-bin/koha/opac-shelves.pl" name="mainform">
78           <input type="hidden" name="shelves" value="1" />
79           <table>
80           <caption>Delete Virtual Shelves</caption>
81             <tr><th>&nbsp;</th><th>Virtual Shelf Name</th><th>Contents</th></tr>
82             <!-- TMPL_LOOP Name="shelveslooppriv" -->
83     
84             <tr>
85               <td>
86               <!-- TMPL_IF NAME="shelfbookcount" --> <input type="checkbox" name="DEL-<!-- TMPL_VAR Name="shelf" -->" disabled="disabled" readonly="readonly" /><!--TMPL_ELSE--><input type="checkbox" name="DEL-<!-- TMPL_VAR Name="shelf" -->" /><!-- /TMPL_IF --> </td><td><a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=<!-- TMPL_VAR Name="shelf" -->"><!-- TMPL_VAR Name="shelfname" --></a></td><td><!-- TMPL_VAR Name="shelfbookcount" --> item(s)<!-- TMPL_IF NAME="shelfbookcount" --><sup>*</sup><!-- /TMPL_IF --></td></tr>
87     
88             <!-- /TMPL_LOOP -->
89           </table><p><sup>*</sup>All items must be removed from Virtual Shelves prior to deletion.</p>
90     <input type="submit" value="Delete Selected Lists" onclick="return confirmDelete('Are you sure you want to delete this list?')" class="icon delete" /> </form>
91     <!-- /TMPL_IF -->
92     <p><form class="inline" action="opac-shelves.pl" method="get"><input type="submit" class="icon back" value="Back to Virtual Shelves" /></form></p>
93 </div>
94   <!-- TMPL_ELSE -->
95   <!-- TMPL_IF name="edit" -->
96     <form method="post">
97       <input type="hidden" name="op" value="modifsave">
98       <input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelfnumber" -->">
99       <div class="form"><table>
100       <caption>Rename Virtual Shelf <em><!-- TMPL_VAR name="shelfname"--></em></caption>
101       <tr><th><label for="shelfname">List Name: </label></th><td><input type="text" id="shelfname" name="shelfname" size="60" value="<!-- TMPL_VAR name="shelfname"-->" /></td></tr>
102       </table>
103       <p><input type="hidden" name="category" value="1" /><input type="submit" value="Save Changes" class="submit"></p></div>
104
105     </form>
106 <!-- /TMPL_IF -->
107
108 <h2>Virtual Shelves</h2>
109
110 <ul class="link-tabs">
111 <!-- TMPL_IF name="showprivateshelves" -->
112 <li id="privateshelves_tab" class="on">
113 <!-- TMPL_ELSE --> 
114 <li id="privateshelves_tab" class="off">
115 <!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves" onclick="changeView('privateshelves'); return false;">Your Virtual Shelves</a> </li>
116 <!-- TMPL_IF name="showpublicshelves" --> 
117 <li id="publicshelves_tab" class="on">
118 <!-- TMPL_ELSE --> 
119 <li id="publicshelves_tab" class="off">
120 <!-- /TMPL_IF -->
121 <a href="/cgi-bin/koha/opac-shelves.pl?display=publicshelves" onclick="changeView('publicshelves'); return false;">Public Virtual Shelves</a></li>
122   
123 </ul>
124 <!-- TMPL_IF name="showprivateshelves" -->
125 <div id="privateshelves" style="display:block;">
126 <!-- TMPL_ELSE --> 
127 <div id="privateshelves" style="display:none;">
128 <!-- /TMPL_IF -->
129 <!-- TMPL_IF NAME="loggedinusername" -->
130 <table>
131 <tr><th>List Name</th><th>Contents</th><th>&nbsp;</th></tr>
132 <!-- TMPL_IF NAME="shelveslooppriv" --><!-- TMPL_LOOP Name="shelveslooppriv" -->
133 <!-- TMPL_IF name="color" --> <tr class="highlight"><!--TMPL_ELSE--><tr><!-- /TMPL_IF --><td><a href="opac-shelves.pl?viewshelf=<!-- TMPL_VAR Name="shelf" -->"><!-- TMPL_VAR Name="shelfname" --></a></td><td><!-- TMPL_VAR Name="shelfbookcount" --> item(s)</td><td><!-- TMPL_IF name="mine" --><a href="opac-shelves.pl?op=modif&amp;shelf=<!-- TMPL_VAR NAME="shelf" -->">Rename</a><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td></tr><!-- /TMPL_LOOP --><!-- TMPL_ELSE --><tr><td colspan="4">Click below to create a new Virtual Shelf!</td></tr><!-- /TMPL_IF --></table>
134 <p><form action="opac-shelves.pl" method="get"><input type="hidden" value="1" name="shelves" /><input type="submit" value="Add or Remove Virtual Shelves" class="icon add" /></form></p>
135 <!-- TMPL_ELSE -->
136   <p><a href="/cgi-bin/koha/opac-user.pl">Log in</a> to create your own private Virtual Shelf</p>
137 <!-- /TMPL_IF -->
138
139 </div>
140
141 <!-- TMPL_IF name="showpublicshelves" --><div id="publicshelves" style="display:block;"> 
142 <!-- TMPL_ELSE -->
143 <div id="publicshelves" style="display:none;">
144 <!-- /TMPL_IF --><table>
145 <tr><th>List Name</th><th>Contents</th></tr>
146 <!-- TMPL_LOOP Name="shelvesloop" -->
147 <!-- TMPL_IF name="color" --> <tr class="highlight"><!--TMPL_ELSE--><tr><!-- /TMPL_IF --><td><a href="opac-shelves.pl?viewshelf=<!-- TMPL_VAR Name="shelf" -->"><!-- TMPL_VAR Name="shelfname" --></a></td><td><!-- TMPL_VAR Name="shelfbookcount" --> item(s)</td></tr>
148       <!-- /TMPL_LOOP -->
149     </table></div>
150
151   <!-- /TMPL_IF -->
152 <!-- /TMPL_IF -->
153
154 </div>
155 </div>
156 </div>
157
158 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->