new virtual shelves changes, keyed by biblionumber
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / virtualshelves / addbybiblionumber.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Add to Virtual Shelf</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4
5 <h1>Add 
6     <i><!-- TMPL_VAR NAME="title" --></i>
7     <!-- TMPL_IF NAME="author" -->
8         by <!-- TMPL_VAR NAME="author" -->
9     <!-- /TMPL_IF --> to a virtual shelf
10 </h1>
11
12 <form name="f1" method="POST" action="/cgi-bin/koha/virtualshelves/addbybiblionumber.pl">
13     <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
14     
15     <b>Select an existing shelf</b>
16     <p>
17         <label>Add to virtual shelf</label><!-- TMPL_VAR NAME="CGIvirtualshelves" -->
18     </p>
19     <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
20     <input type="submit" value="Add to virtual shelf" class="submit" />
21 </form>
22 <p>...or...</p>
23 <form name="f2" method="POST" action="/cgi-bin/koha/virtualshelves/addbybiblionumber.pl">
24     <b>Add to a new shelf:</b>
25         <p>
26             <label for="newvirtualshelf">
27                 Shelf name:
28             </label>
29                         <input type="hidden" name="biblionumber" id="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->"/>
30             <input type="text" name="newvirtualshelf" id="newvirtualshelf" size="40" />
31         </p>
32         <p>
33             <label for="category">Category:</label>
34             <select name="category" id="category">
35                 <option value="1">Private</option>
36                 <option value="2">Public</option>
37                                 <option value="3">Free</option>
38             </select>
39         </p>
40     <input type="submit" value="Add to virtual shelf" class="submit" /> 
41 </form>
42
43 </body>
44 </html>