First round translation.
[koha.git] / koha-tmpl / intranet-tmpl / default / pl / newimember.tmpl
1 <html>
2 <TMPL_INCLUDE NAME="members-top.inc">
3
4 <TMPL_IF NAME="missingloop">
5         <TMPL_VAR Name="string">
6 <TMPL_ELSE>
7         <TMPL_IF NAME=invalid>
8                 Niewa¿ny numer karty.<p>
9         <TMPL_ELSE>
10                 <form action="/cgi-bin/koha/insertidata.pl" method=post>
11                         <TMPL_LOOP NAME=inputsloop>
12                                 <input type=hidden name="<TMPL_VAR NAME="key">" value="<TMPL_VAR NAME="value">">
13                         </TMPL_LOOP>
14                         <input type=submit name=submit value=Prze¶lij>
15                 </form>
16         </TMPL_IF>
17 </TMPL_IF>
18
19 <TMPL_INCLUDE NAME="members-bottom.inc">
20 </html>