More changes to enable YUI-Grids CSS layout
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / 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 <!-- TMPL_INCLUDE NAME="header.inc" -->
5
6 <div id="doc3" class="yui-t2">
7    
8    <div id="bd">
9         <div id="yui-main">
10         <div class="yui-b"><div class="yui-g">
11
12
13 <h1>Add 
14     <i><!-- TMPL_VAR NAME="title" --></i>
15     <!-- TMPL_IF NAME="author" -->
16         by <!-- TMPL_VAR NAME="author" -->
17     <!-- /TMPL_IF --> to a virtual shelf
18 </h1>
19
20 <form name="f1" method="POST" action="/cgi-bin/koha/virtualshelves/addbybiblionumber.pl">
21     <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
22     
23     <b>Select an existing shelf</b>
24     <p>
25         <label>Add to virtual shelf</label><!-- TMPL_VAR NAME="CGIvirtualshelves" -->
26     </p>
27     <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
28     <input type="submit" value="Add to virtual shelf" class="submit" />
29 </form>
30 <p>...or...</p>
31 <form name="f2" method="POST" action="/cgi-bin/koha/virtualshelves/addbybiblionumber.pl">
32     <b>Add to a new shelf:</b>
33         <p>
34             <label for="newvirtualshelf">
35                 Shelf name:
36             </label>
37                         <input type="hidden" name="biblionumber" id="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
38             <input type="text" name="newvirtualshelf" id="newvirtualshelf" size="40" />
39         </p>
40         <p>
41             <label for="category">Category:</label>
42             <select name="category" id="category">
43                 <option value="1">Private</option>
44                 <option value="2">Public</option>
45                                 <option value="3">Free</option>
46             </select>
47         </p>
48     <input type="submit" value="Add to virtual shelf" class="submit" /> 
49 </form>
50
51 </div>
52 </div>
53 </div>
54
55 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
56 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->