copy.smarty.2.tmp

来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· TMP 代码 · 共 23 行

TMP
23
字号
<h2>{i18n}Copy Workflow{/i18n}</h2><p class="descriptiveText">{i18n}You are about to make a copy of <strong>{$workFlowName}</strong>. This will make and exact copy of the selected workflow, including all associated permissions, actions and triggers. Enter the desired name for the resulting workflow  copy to continue.{/i18n}</p><h3>{i18n}New workflow information{/i18n}</h3><form action="{$smarty.server.PHP_SELF}" method="POST">	<input type="hidden" name="action" value="branchConfirm" />	<input type="hidden" name="workflowId" value="{$workFlowId}" />	<table>		<tr>			<td>{i18n}New workflow name{/i18n}: </td>			<td><input type="text" name="workflowName"></td>		</tr>		<tr>			<td colspan="2"><hr></td>		</tr>	</table>		<input type="submit" name="submit[confirmCopy]" value="{i18n}Copy{/i18n}" /></form>

⌨️ 快捷键说明

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