| Recommend this page to a friend! |
| Classes of Slavomir Mikolaj | > | Simple Form Generator | > | template_example.tpl | > | Download | ||
|
|||||||||||||||||||||
<table>
<tr>
<td>{label:name}</td><td>{name}</td>
</tr>
<tr>
<td>{label:heslo1}</td><td>{heslo1}</td>
</tr>
<tr>
<td>{label:heslo2}</td><td>{heslo2}</td>
</tr>
<tr>
<td>{label:check}</td><td>{check}</td>
</tr>
<tr>
<td>{label:radios}</td><td>{radios}</td>
</tr>
<tr>
<td>{label:sel1}</td><td>{sel1}</td>
</tr>
<tr>
<td>{label:captch}</td><td>{captch}</td>
</tr>
<tr>
<td></td><td>{submitbutton}</td>
</tr>
</table> |