edit_block.tpl

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

TPL
64
字号
<!-- BEGIN Block --><!-- BEGIN Moduleeditor -->{standalone}<script>{focus_reload_close}</script><div style="border-width:2px;border-style:solid; margin:5mm;padding:5mm"><h4>{moduleinfo}: {description}</h4><div style="color:red; text-align: center; font-weight:bold;">{validationerror}</div><form method="POST" action="{action_url}"><table>{standardelements}</table><!-- BEGIN Version --><div style="border-width:1px; border-style:solid; margin:1mm; padding:2mm"><b>Version {version_id}</b><select name="inputstate[{version_id}]">{state}</select><input type="submit" value="{deleteversion}" name="btnDeleteVersion[{version_id}]" /><table width="100%">	{versionelements}</table></div><!-- END Version --><div align="center"><input type="hidden" value="{blockid}" name="inputblockid" /><input type="submit" value="{lang_save}" name="btnSaveBlock" /> {savelang}{apply_button} &nbsp;<input type="submit" value="{lang_reload}" name="btnReloadBlock" /> <input type="submit" value="{lang_delete}" name="btnDeleteBlock" onClick="return confirm('{lang_confirm}');" /> &nbsp;<input type="submit" value="{lang_createversion}" name="btnCreateVersion" /> &nbsp;{cancel_button}</div></form></div><!-- END Moduleeditor --><!-- BEGIN Moduleview --><div style="border-width:1px; border-style:solid; margin:1mm; padding:2mm"><h4>{moduleinfo}: {description}</h4><table><!-- BEGIN ViewElement -->	<tr>		<td>{label}</td>		<td>{value}</td>	</tr><!-- END ViewElement --></table></div><!-- END Moduleview --><!-- END Block --><!-- BEGIN EditorElement -->	<tr>		<td>{label}</td>		<td>{form}</td>	</tr><!-- END EditorElement --><!-- BEGIN EditorElementLarge -->	<tr>		<td colspan="2">			{label}<br />			{form}		</td>	</tr><!-- END EditorElementLarge -->

⌨️ 快捷键说明

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