Two new forms for ldap accounts

This commit is contained in:
Miles Lott 2001-03-29 03:09:30 +00:00
parent 7ffd9c2858
commit 3ae25525a8
2 changed files with 94 additions and 0 deletions

View File

@ -0,0 +1,47 @@
<p><b>{lang_action}</b><hr><br>
{error_messages}
<form method="POST" action="{form_action}">
<center>
<table border=0 width=85%>
<tr bgcolor="{th_bg}">
<td colspan="4">&nbsp;</td>
</tr>
<tr bgcolor="{tr_color1}">
<td width="25%">{lang_loginid}</td>
<td width="25%">{account_lid}&nbsp;</td>
<td width="25%">{lang_account_active}:</td>
<td width="25%">{account_status}</td>
</tr>
<tr bgcolor="{tr_color2}">
<td>{lang_firstname}</td>
<td>{account_firstname}&nbsp;</td>
<td>{lang_lastname}</td>
<td>{account_lastname}&nbsp;</td>
</tr>
<tr bgcolor="{tr_color2}">
<td>{lang_homedir}</td>
<td>{account_home}&nbsp;</td>
<td>{lang_shell}</td>
<td>{account_shell}&nbsp;</td>
</tr>
{password_fields}
<tr bgcolor="{tr_color2}">
<td>{lang_groups}</td>
<td colspan=3>{groups_select}&nbsp;</td>
</tr>
{permissions_list}
{gui_hooks}
{form_buttons}
</table>
</center>
</form>

View File

@ -0,0 +1,47 @@
<p><b>{lang_action}</b><hr><br>
{error_messages}
<form method="POST" action="{form_action}">
<center>
<table border=0 width=85%>
<tr bgcolor="{th_bg}">
<td colspan="4">&nbsp;</td>
</tr>
<tr bgcolor="{tr_color1}">
<td width="25%">{lang_loginid}</td>
<td width="25%">{account_lid}&nbsp;</td>
<td width="25%">{lang_account_active}:</td>
<td width="25%">{account_status}</td>
</tr>
<tr bgcolor="{tr_color2}">
<td>{lang_firstname}</td>
<td>{account_firstname}&nbsp;</td>
<td>{lang_lastname}</td>
<td>{account_lastname}&nbsp;</td>
</tr>
<tr bgcolor="{tr_color2}">
<td>{lang_homedir}</td>
<td>{account_home}&nbsp;</td>
<td>{lang_shell}</td>
<td>{account_shell}&nbsp;</td>
</tr>
{password_fields}
<tr bgcolor="{tr_color2}">
<td>{lang_groups}</td>
<td colspan=3>{groups_select}&nbsp;</td>
</tr>
{permissions_list}
{gui_hooks}
{form_buttons}
</table>
</center>
</form>