koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/zh-TW/circ selectbr


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/zh-TW/circ selectbranchprinter.tmpl,NONE,1.1
Date: Wed, 05 Feb 2003 01:03:58 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/circ
In directory sc8-pr-cvs1:/tmp/cvs-serv29630

Added Files:
        selectbranchprinter.tmpl 
Log Message:
Preliminary translation


--- NEW FILE ---
<TMPL_INCLUDE Name="circulation-top.inc">

<FONT SIZE=6><em>¬y³qªA°È¡G¿ï¾Ü¤ÀÀ]¤Î¥´¦L¾÷</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>½Ð¿ï¾Ü¤ÀÀ]¤Î¥´¦L¾÷</b></font></td></tr>
<tr><td>
<!--branchselection-->
<TMPL_IF Name="onebranch">
À]§O¡G<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">
¥´¦L¾÷¡G<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="¦n¡I" type="changesettings">
</form>
</center>


<TMPL_INCLUDE Name="circulation-bottom.inc">





reply via email to

[Prev in Thread] Current Thread [Next in Thread]