Koha/koha-tmpl/intranet-tmpl/default/pl/newimember.tmpl
acli e9aea951d4 Added meta tags
Removed duplicate HTML tags in some templates (they are in *-top.inc)
2003-01-26 03:36:37 +00:00

19 lines
494 B
Cheetah

<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>