Preliminary translation
This commit is contained in:
parent
de88b3b406
commit
3fe003f31a
1 changed files with 42 additions and 0 deletions
|
@ -0,0 +1,42 @@
|
|||
<TMPL_INCLUDE Name="circulation-top.inc">
|
||||
|
||||
<FONT SIZE=6><em>流通服務:選擇分館及打印機</em></FONT><br>
|
||||
|
||||
<center>
|
||||
<form method=post action=/cgi-bin/koha/circ/circulation.pl>
|
||||
<table border=1 cellpadding=5 cellspacing=0>
|
||||
<tr><td colspan=2 bgcolor=<TMPL_VAR Name="headerbackgroundcolor"> align=center background=<TMPL_VAR Name="backgroundimage">>
|
||||
<font color=black><b>請選擇分館及打印機</b></font></td></tr>
|
||||
<tr><td>
|
||||
<!--branchselection-->
|
||||
<TMPL_IF Name="onebranch">
|
||||
館別:<TMPL_VAR Name="branchname"><br>
|
||||
<TMPL_ELSE>
|
||||
<select name=branch>
|
||||
<TMPL_LOOP Name="branchloop">
|
||||
<option value=<TMPL_VAR Name="value"><TMPL_IF Name="selected"> selected</TMPL_IF>><TMPL_VAR Name="name">
|
||||
</TMPL_LOOP>
|
||||
</select>
|
||||
</TMPL_IF>
|
||||
</td>
|
||||
<td>
|
||||
<!--printerselection-->
|
||||
<TMPL_IF Name="oneprinter">
|
||||
打印機:<TMPL_VAR Name="printername"><br>
|
||||
<TMPL_ELSE>
|
||||
<select name=printer>
|
||||
<TMPL_LOOP Name="printerloop">
|
||||
<option value=<TMPL_VAR Name="value"><TMPL_IF Name="selected"> selected</TMPL_IF>><TMPL_VAR Name="name">
|
||||
</TMPL_LOOP>
|
||||
</select>
|
||||
</TMPL_IF>
|
||||
</td></tr>
|
||||
</table>
|
||||
<input type="hidden" name="setcookies" value=1>
|
||||
<input type="submit" value="好!" type="changesettings">
|
||||
</form>
|
||||
</center>
|
||||
|
||||
|
||||
<TMPL_INCLUDE Name="circulation-bottom.inc">
|
||||
|
Loading…
Reference in a new issue