preferences.tpl

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

TPL
19
字号
<!-- $Id: preferences.tpl,v 1.31 2004/06/01 10:38:39 lkneschke Exp $ -->
<center>
<form method="POST" name="app_form" action="{action_url}">
<table border="0" cellspacing="2" cellpadding="2">
	<tr>
		<td valign="top">{lang_select_columns}:</td>
		<td><select name="cols[]" multiple>{column_select}</select></td>
	</tr>
	<tr valign="bottom" height="50">
		<td>
			<input type="submit" name="save" value="{lang_save}">
		</td>
		<td align="right">
			<input type="submit" name="done" value="{lang_done}"></td>
	</tr>
</table>
</form>
</center>

⌨️ 快捷键说明

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