3ee5c66a3de06e04e3a0eaa8360e40580d39c6b9
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / selectbranchprinter.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Circulation &rsaquo; Set Library</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="menus.inc" -->
5 <!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
6
7
8 <h1>Circulation &rsaquo; Set Library</h1>
9
10 <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
11 <!-- TMPL_VAR NAME="branch" -->
12
13 <label for="branch">Choose library:</label>
14 <!--branchselection-->
15         <select name="branch" id="branch">
16         <!-- TMPL_LOOP Name="branchloop" -->
17                 <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="name" --></option>
18                                 <!-- TMPL_ELSE -->
19                                 <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="name" --></option>
20                                 <!-- /TMPL_IF -->
21         <!-- /TMPL_LOOP -->
22         </select>
23
24
25 <!-- TMPL_IF Name="printerloop" -->
26     <label for="printer">Choose a network printer:</label>
27     <!--printerselection-->
28     <select name="printer" id="printer">
29         <!-- TMPL_LOOP Name="printerloop" -->
30             <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="name" --></option>
31                                 <!-- TMPL_ELSE -->
32                                 <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="name" --></option>
33                                 <!-- /TMPL_IF -->
34         <!-- /TMPL_LOOP -->
35         </select>
36 <!-- /TMPL_IF -->
37     <input type="hidden" name="setcookies" value="1" />
38     <input type="submit" value="Submit" name="changesettings" />
39 </form>
40
41
42 <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->
43