account_form.tpl

来自「eGroupWare is a multi-user, web-based gr」· TPL 代码 · 共 105 行

TPL
105
字号
<!-- BEGIN form -->{error_messages} <form method="POST" action="{form_action}"> 	<div align="center">	<table border="0" width="95%">		<tr>			<td valign="top">				{rows}			</td>			<td valign="top">			   <table border=0 width=100%>			    <tr class="th">			      <td colspan="4"><b>{lang_action}</b></td>			    </tr>							    <tr class="row_on">			     <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 class="row_off">			     <td>{lang_firstname}</td>			     <td>{account_firstname}&nbsp;</td>			     <td>{lang_lastname}</td>			     <td>{account_lastname}&nbsp;</td>			    </tr>						    {password_fields}			 			    <tr class="row_off">			     <td>{lang_changepassword}</td>			     <td>{changepassword}</td>			     <td>{lang_anonymous}</td>			     <td>{anonymous}</td>			    </tr>			    <tr class="row_on">			     <td>{lang_expires}</td>			     <td>{input_expires}&nbsp;&nbsp;{lang_never}&nbsp;{never_expires}</td>			     <td>{lang_email}</td>			     <td>{account_email}</td>			    </tr>				    <tr class="row_off">			     <td>{lang_groups}</td>			     <td>{groups_select}&nbsp;</td>			     <td>{lang_primary_group}</td>			     <td>{primary_group_select}&nbsp;</td>			    </tr>			    			    <tr class="th">			     <td>{lang_app}</td>			     <td>{lang_acl}</td>			     <td>{lang_app}</td>			     <td>{lang_acl}</td>			    </tr>			    {permissions_list}							 {form_buttons}						   </table>   			</td>   		</tr>   	</table> 	</div> </form><!-- END form --><!-- BEGIN form_passwordinfo -->    <tr class="row_on">     <td>{lang_password}</td>     <td><input type="password" name="account_passwd" value="{account_passwd}"></td>     <td>{lang_reenter_password}</td>     <td><input type="password" name="account_passwd_2" value="{account_passwd_2}"></td>    </tr><!-- END form_passwordinfo --><!-- BEGIN form_buttons_ -->    <tr class="row_off">     <td colspan="4" align="right"><input type="submit" name="submit" value="{lang_button}"></td>    </tr><!-- END form_buttons_ --><!-- BEGIN form_logininfo -->    <tr class="row_on">     <td>{lang_lastlogin}</td>     <td>{account_lastlogin}</td>     <td>{lang_lastloginfrom}</td>     <td>{account_lastloginfrom}</td>    </tr><!-- END form_logininfo --><!-- BEGIN link_row -->	<tr bgcolor="{tr_color}">		<td>&nbsp;<a href="{row_link}">{row_text}</a></td>	</tr><!-- END link_row -->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?