Changes to make checkouts/holds display the same on circulation and patron detail...
[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 <style type="text/css">
5     .noshow {display: none;}
6 </style>
7 </head>
8 <body>
9 <!-- TMPL_INCLUDE NAME="header.inc" -->
10 <!-- TMPL_INCLUDE NAME="circ-search.inc" -->
11
12 <div id="breadcrumbs">
13          <a href="/cgi-bin/koha/mainpage.pl">Home</a>
14 &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
15 &rsaquo; <a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set Library</a>
16 </div>
17
18 <div id="doc" class="yui-t7">
19   <div id="bd">
20     <div id="yui-main">
21       <div class="yui-b">
22
23 <!-- TMPL_IF NAME="updated" -->
24
25 <h2>Update Succeeded</h2>
26 Updated:<ul>
27     <!-- TMPL_LOOP NAME="updated" -->
28     <!-- TMPL_IF    NAME="updated_branch"  -->
29         <li>Library: <!-- TMPL_VAR NAME="old_branch"  DEFAULT="?" --> &rArr; <!-- TMPL_VAR NAME="LoginBranchcode" DEFAULT="?" --></li>
30     <!-- TMPL_ELSIF NAME="updated_printer" -->
31       <!-- FIXME:  <li>Printer: <!-- TMPL_VAR NAME="old_printer" DEFAULT="?" --> &rArr; <!-- TMPL_VAR NAME="new_printer" DEFAULT="?" --></li> -->
32     <!-- TMPL_ELSE -->
33         <li>ERROR - unknown</li>
34     <!-- /TMPL_IF -->
35     <!-- /TMPL_LOOP -->
36     </ul>
37 <form method="post" action="<!-- TMPL_VAR NAME='referer' ESCAPE='HTML' DEFAULT='/cgi-bin/koha/circ/circulation.pl' -->">
38     <div class="noshow">
39         <!-- TMPL_LOOP NAME="recycle_loop" -->
40         <input name="<!-- TMPL_VAR NAME="param" -->" value="<!-- TMPL_VAR NAME="value" ESCAPE='HTML' -->" />
41         <!-- /TMPL_LOOP -->
42     </div>
43     <button type="submit">Continue</button>
44 </form>
45
46 <!-- TMPL_ELSE -->
47
48 <form method="post" action="selectbranchprinter.pl">
49 <fieldset class="rows">
50         <legend>Set Library</legend>
51     <ol>
52     <!-- TMPL_IF NAME="singleBranchMode" -->
53         <li>Single Branch mode is ON.</li>
54     <!-- TMPL_ELSE -->
55         <li><label for="branch">Choose library:</label>
56         <select name="branch" id="branch">
57         <!-- TMPL_LOOP Name="branchloop" -->
58             <!-- TMPL_IF NAME="selected" -->
59             <option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="branchname" --></option>
60             <!-- TMPL_ELSE -->
61             <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="branchname" --></option>
62             <!-- /TMPL_IF -->
63         <!-- /TMPL_LOOP -->
64         </select></li>
65     <!-- /TMPL_IF -->
66
67     <!-- TMPL_IF Name="printerloop" -->
68         <li><label for="printer">Choose a network printer:</label>
69         <select name="printer" id="printer">
70             <!-- TMPL_LOOP Name="printerloop" -->
71                 <!-- TMPL_IF NAME="selected" -->
72                     <option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="name" --></option>
73                 <!-- TMPL_ELSE -->
74                     <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="name" --></option>
75                 <!-- /TMPL_IF -->
76             <!-- /TMPL_LOOP -->
77         </select></li>
78     <!-- /TMPL_IF --></ol>
79 </fieldset>
80 <fieldset class="action"><input type="submit" value="Submit" /></fieldset>
81 <div class="noshow">
82     <!-- TMPL_LOOP Name="recycle_loop" -->
83     <input name="<!-- TMPL_VAR NAME="param" -->" value="<!-- TMPL_VAR NAME="value" ESCAPE='HTML' -->" />
84     <!-- /TMPL_LOOP -->
85     <input type="hidden" name="oldreferer" value="<!-- TMPL_VAR NAME='referer' ESCAPE='HTML' DEFAULT='/cgi-bin/koha/circ/circulation.pl' -->" />
86 </div>
87 </form>
88 <!-- /updated -->
89 <!-- /TMPL_IF -->
90
91       </div>
92     </div>
93   </div>
94 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->