1409 empty search term in subscription search biblio
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / selectbranchprinter.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Circulation &rsaquo; Set Library</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="circ-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a> &rsaquo; Set Library</div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16
17
18 <h1>Set Library</h1>
19
20 <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
21 <!-- TMPL_VAR NAME="branch" -->
22
23 <label for="branch">Choose library:</label>
24 <!--branchselection-->
25         <select name="branch" id="branch">
26         <!-- TMPL_LOOP Name="branchloop" -->
27                 <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="name" --></option>
28                                 <!-- TMPL_ELSE -->
29                                 <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="name" --></option>
30                                 <!-- /TMPL_IF -->
31         <!-- /TMPL_LOOP -->
32         </select>
33
34
35 <!-- TMPL_IF Name="printerloop" -->
36     <label for="printer">Choose a network printer:</label>
37     <!--printerselection-->
38     <select name="printer" id="printer">
39         <!-- TMPL_LOOP Name="printerloop" -->
40             <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="name" --></option>
41                                 <!-- TMPL_ELSE -->
42                                 <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="name" --></option>
43                                 <!-- /TMPL_IF -->
44         <!-- /TMPL_LOOP -->
45         </select>
46 <!-- /TMPL_IF -->
47     <input type="hidden" name="setcookies" value="1" />
48     <input type="submit" value="Submit" name="changesettings" />
49 </form>
50
51
52 </div>
53 </div>
54 <div class="yui-b">
55 <!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
56 </div>
57 </div>
58 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->