form_admin.tpl

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

TPL
19
字号
<center>
<table border="0" cellpadding="2" cellspacing="2">
<form method="POST" action="{action_url}">
	<tr bgcolor="{row_on}">
		<td valign="top">{lang_users_list}:</td>
		<td><select name="users[]" multiple>{users_list}</select></td>
	</tr>
	<tr bgcolor="{row_off}">
		<td valign="top">{lang_groups_list}:</td>
		<td><select name="groups[]" multiple>{groups_list}</select></td>
	</tr>
    <tr height="50" valign="bottom">
		<td><input type="submit" name="save" value="{lang_save}"></td>
		<td align="right"><input type="submit" name="cancel" value="{lang_cancel}"></td>
	</tr>
</form>
</table>
</center>

⌨️ 快捷键说明

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