correct vocabulary
[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                 <!-- TMPL_IF NAME="multiple"-->
13                     <h1>Add <!-- TMPL_VAR NAME="total"--> items to <!-- TMPL_IF NAME="singleshelf" --><em><!-- TMPL_VAR NAME="shelfname" --></em>: <!-- TMPL_ELSE -->a list:<!-- /TMPL_IF --></h1>
14                 <!-- TMPL_ELSE -->
15                         <h1>Add to <!-- TMPL_IF NAME="singleshelf" --><em><!-- TMPL_VAR NAME="shelfname" --></em><!-- TMPL_ELSE -->a list:<!-- /TMPL_IF --></h1>
16                 <!-- /TMPL_IF -->
17                 <ul>
18                     <!-- TMPL_LOOP NAME="biblios"-->
19                         <li> <span class="title"><!-- TMPL_VAR NAME="title" ESCAPE="html"--></span>
20                             <!-- TMPL_IF NAME="author"--><span class="author"> <!-- TMPL_VAR NAME="author"--> </span><!-- /TMPL_IF -->
21                         </li>
22                     <!-- /TMPL_LOOP -->
23                 </ul>
24
25                 <form name="f1" action="/cgi-bin/koha/virtualshelves/addbybiblionumber.pl" method="post">
26                         <!-- TMPL_LOOP NAME="biblios" --> <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><!-- /TMPL_LOOP -->
27                         <input type="hidden" name="confirmed" value="1" />
28                         <!-- TMPL_IF NAME="shelfnumber" --><input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelfnumber" -->" /><!-- /TMPL_IF -->
29
30 <!-- TMPL_UNLESS NAME="shelfnumber" -->
31
32 <!-- TMPL_IF NAME="CGIvirtualshelves" -->    <!-- TMPL_UNLESS NAME="newshelf" -->
33      <fieldset class="rows">
34         <legend>Select an existing list</legend>
35         <ol>
36             <li><label>Choose list</label><!-- TMPL_VAR NAME="CGIvirtualshelves" --></li>
37         </ol>
38         <!-- TMPL_LOOP NAME="biblios" --><input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><!-- /TMPL_LOOP -->
39         <!-- TMPL_UNLESS NAME="biblionumbers" -->
40           <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
41         <!-- TMPL_ELSE -->
42           <input type="hidden" name="biblionumbers" value="<!-- TMPL_VAR NAME="biblionumbers" -->" />
43         <!-- /TMPL_UNLESS -->
44         </fieldset>
45
46         <p>... or...</p> <!-- /TMPL_IF -->
47
48     <!-- /TMPL_UNLESS -->
49
50     <fieldset class="rows"><legend>Add to a new list:</legend>
51         <ol><li>
52             <label for="newvirtualshelf">
53                 List name:
54             </label>
55             <!-- TMPL_LOOP NAME="biblios" --><input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><!-- /TMPL_LOOP -->
56             <!-- TMPL_UNLESS NAME="biblionumbers" -->
57                           <input type="hidden" name="biblionumber" id="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
58             <!-- TMPL_ELSE -->
59                           <input type="hidden" name="biblionumbers" id="biblionumbers" value="<!-- TMPL_VAR NAME="biblionumbers" -->" />
60             <!-- /TMPL_UNLESS -->
61             <input type="text" name="newvirtualshelf" id="newvirtualshelf" size="40" />
62             <input type="hidden" name="confirmed" value="1" />
63         </li>
64         <li>
65             <label for="category">Category:</label>
66             <select name="category" id="category">
67                 <option value="1">Private</option>
68                 <option value="2">Public</option>
69                 <option value="3">Open</option>
70             </select>
71         </li></ol>
72     </fieldset>
73
74
75 <!-- /TMPL_UNLESS -->
76
77
78 <!-- SAVE -->
79                     <fieldset class="action">
80                         <input type="submit" value="Save" class="submit" /> <a class="close cancel" href="#">Cancel</a>
81                     </fieldset>
82                 </form>
83 <!-- /SAVE -->
84
85 </div>
86
87 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->