Added some terms
[koha.git] / koha-tmpl / intranet-tmpl / default / zh-TW / newimember.tmpl
1 <TMPL_INCLUDE NAME="members-top.inc">
2
3 <TMPL_IF NAME="missingloop">
4         <TMPL_VAR Name="string">
5 <TMPL_ELSE>
6         <TMPL_IF NAME=invalid>
7                 Invalid cardnumber.<p>
8         <TMPL_ELSE>
9                 <form action="/cgi-bin/koha/insertidata.pl" method=post>
10                         <TMPL_LOOP NAME=inputsloop>
11                                 <input type=hidden name="<TMPL_VAR NAME="key">" value="<TMPL_VAR NAME="value">">
12                         </TMPL_LOOP>
13                         <input type=submit name=submit value=submit>
14                 </form>
15         </TMPL_IF>
16 </TMPL_IF>
17
18 <TMPL_INCLUDE NAME="members-bottom.inc">