Moving </head><body> into body of templates so that js and css can be embedded per...
[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 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
8
9 <div id="doc3" class="yui-t2">
10    
11    <div id="bd">
12         <div id="yui-main">
13         <div class="yui-b"><div class="yui-g">
14
15 <h1>Circulation &rsaquo; Set Library</h1>
16
17 <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
18 <!-- TMPL_VAR NAME="branch" -->
19
20 <label for="branch">Choose library:</label>
21 <!--branchselection-->
22         <select name="branch" id="branch">
23         <!-- TMPL_LOOP Name="branchloop" -->
24                 <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="name" --></option>
25                                 <!-- TMPL_ELSE -->
26                                 <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="name" --></option>
27                                 <!-- /TMPL_IF -->
28         <!-- /TMPL_LOOP -->
29         </select>
30
31
32 <!-- TMPL_IF Name="printerloop" -->
33     <label for="printer">Choose a network printer:</label>
34     <!--printerselection-->
35     <select name="printer" id="printer">
36         <!-- TMPL_LOOP Name="printerloop" -->
37             <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="name" --></option>
38                                 <!-- TMPL_ELSE -->
39                                 <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="name" --></option>
40                                 <!-- /TMPL_IF -->
41         <!-- /TMPL_LOOP -->
42         </select>
43 <!-- /TMPL_IF -->
44     <input type="hidden" name="setcookies" value="1" />
45     <input type="submit" value="Submit" name="changesettings" />
46 </form>
47
48
49 </div>
50 </div>
51 </div>
52
53 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
54 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->