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