More fixes for Bug 2600, enabling the appearance of HTML tags in item titles. Resubmi...
[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 List</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <style type="text/css">
5    #custom-doc { width:34.62em;*width:33.78em;min-width:450px; margin:auto; margin-top: .4em;text-align:left; } 
6    </style>
7 </head>
8 <body>
9
10 <div id="custom-doc" class="yui-t7">
11    <div id="bd">
12
13
14 <h3>Add 
15     <i><!-- TMPL_VAR NAME="title" escape="html" --></i>
16     <!-- TMPL_IF NAME="author" -->
17         by <!-- TMPL_VAR NAME="author" -->
18     <!-- /TMPL_IF --> to a list
19 </h3>
20
21 <!-- TMPL_IF NAME="CGIvirtualshelves" --><form name="f1" method="post" action="/cgi-bin/koha/virtualshelves/addbybiblionumber.pl">
22     <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
23     <fieldset class="rows">
24     <legend>Select an existing list</legend>
25     <ol>
26         <li><label>Choose list</label><!-- TMPL_VAR NAME="CGIvirtualshelves" --></li>
27     </ol>
28     <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
29     <fieldset class="action"><input type="submit" value="Save" class="submit" /></fieldset>
30         </fieldset>
31 </form>
32 <h4>...or...</h4><!-- /TMPL_IF -->
33
34 <form name="f2" method="post" action="/cgi-bin/koha/virtualshelves/addbybiblionumber.pl">
35     <fieldset class="rows"><legend>Add to a new list:</legend>
36         <ol><li>
37             <label for="newvirtualshelf">
38                 List name:
39             </label>
40                         <input type="hidden" name="biblionumber" id="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
41             <input type="text" name="newvirtualshelf" id="newvirtualshelf" size="40" />
42         </li>
43         <li>
44             <label for="category">Category:</label>
45             <select name="category" id="category">
46                 <option value="1">Private</option>
47                 <option value="2">Public</option>
48                                 <option value="3">Free</option>
49             </select>
50         </li></ol>
51     <fieldset class="action"><input type="submit" value="Save" class="submit" /></fieldset> </fieldset>
52 </form>
53
54 </div>
55
56 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->