css'ing & merging members management.
[koha.git] / koha-tmpl / intranet-tmpl / default / en / circ / selectbranchprinter.tmpl
1 <!-- TMPL_INCLUDE Name="circulation-top.inc" -->
2
3 <h1>Circulation: Select Printer and Branch Settings</h1><br>
4
5 <center>
6 <form method=post action=/cgi-bin/koha/circ/circulation.pl>
7 <table border=1 cellpadding=5 cellspacing=0>
8 <tr><td colspan=2 bgcolor=<!-- TMPL_VAR Name="headerbackgroundcolor" --> align=center background=<!-- TMPL_VAR Name="backgroundimage" -->>
9 <font color=black><b>Please Set Branch and Printer</b></font></td></tr>
10 <tr><td>
11 <!--branchselection-->
12 <!-- TMPL_IF Name="onebranch" -->
13 Branch: <!-- TMPL_VAR Name="branchname" --><br>
14 <!-- TMPL_ELSE -->
15         <select name=branch>
16         <!-- TMPL_LOOP Name="branchloop" -->
17                 <option value=<!-- TMPL_VAR Name="value" --><!-- TMPL_IF Name="selected" --> selected<!-- /TMPL_IF -->><!-- TMPL_VAR Name="name" -->
18         <!-- /TMPL_LOOP -->
19         </select>
20 <!-- /TMPL_IF -->
21 </td>
22 <td>
23 <!--printerselection-->
24 <!-- TMPL_IF Name="oneprinter" -->
25 Printer: <!-- TMPL_VAR Name="printername" --><br>
26 <!-- TMPL_ELSE -->
27         <select name=printer>
28         <!-- TMPL_LOOP Name="printerloop" -->
29                 <option value=<!-- TMPL_VAR Name="value" --><!-- TMPL_IF Name="selected" --> selected<!-- /TMPL_IF -->><!-- TMPL_VAR Name="name" -->
30         <!-- /TMPL_LOOP -->
31         </select>
32 <!-- /TMPL_IF -->
33 </td></tr>
34 </table>
35 <input type="hidden" name="setcookies" value=1>
36 <input type="submit" value="Submit" type="changesettings">
37 </form>
38 </center>
39
40
41 <!-- TMPL_INCLUDE Name="circulation-bottom.inc" -->
42