e9aea951d4
Removed duplicate HTML tags in some templates (they are in *-top.inc)
19 lines
494 B
Cheetah
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>
|