Koha/koha-tmpl/intranet-tmpl/default/pl/newimember.tmpl
2003-01-09 10:08:14 +00:00

20 lines
No EOL
500 B
Cheetah

<html>
<TMPL_INCLUDE NAME="members-top.inc">
<TMPL_IF NAME="missingloop">
<TMPL_VAR Name="string">
<TMPL_ELSE>
<TMPL_IF NAME=invalid>
Niewa¿ny numer karty.<p>
<TMPL_ELSE>
<form action="/cgi-bin/koha/insertidata.pl" method=post>
<TMPL_LOOP NAME=inputsloop>
<input type=hidden name="<TMPL_VAR NAME="key">" value="<TMPL_VAR NAME="value">">
</TMPL_LOOP>
<input type=submit name=submit value=Prze¶lij>
</form>
</TMPL_IF>
</TMPL_IF>
<TMPL_INCLUDE NAME="members-bottom.inc">
</html>