Login   Register  
PHP Classes
elePHPant
Icontem

File: smarty/templates/form.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Frank Broersen  >  Form creater  >  smarty/templates/form.tpl  >  Download  
File: smarty/templates/form.tpl
Role: Auxiliary data
Content type: text/plain
Description: Form template
Class: Form creater
Generate forms for using with Smarty templates
Author: By
Last change:
Date: 2008-03-20 00:46
Size: 310 bytes
 

Contents

Class file image Download
{$Form.start}
<table>
<tr><td>UserName</td><td>{$Form.username}</td></tr>
<tr><td>Dong</td><td>{$Form.select}</td></tr>
{foreach from=$Form.radio key=sName item=sValue}
<tr><td>{$sName}</td><td>{$sValue}</td></tr>
{/foreach}
<tr><td>{$Form.reset}</td><td>{$Form.submit}</td></tr>
</table>
{$Form.stop}