egroupware_official/setup/templates/default/setup_demo.tpl

52 lines
1.4 KiB
Smarty
Raw Normal View History

2001-07-30 17:59:25 +02:00
<!-- BEGIN setup_demo -->
<form method="post" action="{action_url}">
2003-10-10 01:08:04 +02:00
<table border="0" width="90%" cellspacing="0" cellpadding="2">
2001-07-30 17:59:25 +02:00
<tr>
<td>
{description}
<p>
<input type="checkbox" name="delete_all" />{lang_deleteall}
</p>
</td>
2001-07-30 17:59:25 +02:00
</tr>
<tr>
2003-10-10 01:08:04 +02:00
<td align="left" bgcolor="#cccccc">{detailadmin}</td>
2001-07-30 17:59:25 +02:00
</tr>
<tr>
<td>
2003-10-10 01:08:04 +02:00
<table border="0">
2001-07-30 17:59:25 +02:00
<tr>
<td>{adminusername}</td>
<td><input type="text" name="username" /></td>
2001-07-30 17:59:25 +02:00
</tr>
<tr>
<td>{adminfirstname}</td>
<td><input type="text" name="fname" /></td>
2001-07-30 17:59:25 +02:00
</tr>
<tr>
<td>{adminlastname}</td>
<td><input type="text" name="lname" /></td>
2001-07-30 17:59:25 +02:00
</tr>
<tr>
<td>{adminpassword}</td>
<td><input type="password" name="passwd" /></td>
2001-07-30 17:59:25 +02:00
</tr>
<tr>
<td>{adminpassword2}</td>
<td><input type="password" name="passwd2" /></td>
2001-07-30 17:59:25 +02:00
</tr>
<tr>
<td>{create_demo_accounts}</td>
<td><input type="checkbox" name="create_demo" /></td>
</tr>
2001-07-30 17:59:25 +02:00
<tr>
<td><input type="submit" name="submit" value="{lang_submit}" /></td>
<td><input type="submit" name="cancel" value="{lang_cancel}" /></td>
2001-07-30 17:59:25 +02:00
</tr>
</table>
</td>
</tr>
</table>
</form>
2001-07-30 17:59:25 +02:00
<!-- END setup_demo -->