| Recommend this page to a friend! |
| Classes of Italo Lelis de Vietro | > | Easy Framework | > | demo/app/view/users/add.tpl | > | Download | ||
|
|||||||||||||||||||||
{extends file=$layout}
{block name=content}
<h1>New User</h1>
<form method="POST" action="{$url.addUser}">
<label>Name: </label><input type="text" name="username" />
<label>Password: </label><input type="text" name="password" />
<button type="submit">Save</button>
</form>
<hr/>
<button onclick="location.href='{$url.users}'">Back to users</button>
{/block} |