memberentryC.tmpl:add test to modify link name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / circ / selectbranchprinter.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Circulation: Select Your Home Branch<!-- TMPL_INCLUDE NAME="doc-head-circ-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="menus.inc" -->
3 <!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
4
5
6 <h1>Circulation: Select Your Home Branch</h1>
7
8 <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
9 <!-- TMPL_VAR NAME="branch" -->
10
11 <label for="branch">Choose your Branch:</label>
12 <!--branchselection-->
13         <select name="branch" id="branch">
14         <!-- TMPL_LOOP Name="branchloop" -->
15                 <option value="<!-- TMPL_VAR Name="value" -->"<!-- TMPL_IF Name="selected" --> selected="selected"<!-- /TMPL_IF -->><!-- TMPL_VAR Name="name" --></option>
16         <!-- /TMPL_LOOP -->
17         </select>
18
19
20 <label for="printer">Choose a Network Printer:</label>
21 <!--printerselection-->
22 <select name="printer" id="printer">
23         <!-- TMPL_LOOP Name="printerloop" -->
24                 <option value="<!-- TMPL_VAR Name="value" -->"<!-- TMPL_IF Name="selected" --> selected="selected"<!-- /TMPL_IF -->><!-- TMPL_VAR Name="name" -->
25         <!-- /TMPL_LOOP -->
26         </select>
27 <input type="hidden" name="setcookies" value="1" />
28 <input type="submit" value="Submit" name="changesettings" />
29 </form>
30
31
32
33 <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->
34