folderconfigure.smarty
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SMARTY 代码 · 共 26 行
SMARTY
26 行
<h2>{i18n}Configure Workflows for this Folder{/i18n}</h2><p class="descriptiveText">{i18n arg_appname="$appname"}This installation of #appname# allocates workflowsto documents by their location. To specify the workflow to be used by all documents <strong>directly</strong> in this folder, please specify the workflow below. Otherwise,users will be able to choose the workflow, and some documents may have no workflowattached.{/i18n}</p><p class="descriptiveText">{i18n}Note that documents which are moved into this folderwill change to use this workflow, and if their previous workflow was differentthey will lose any progress they have made in that workflow.{/i18n}</p><form method="POST" action="{$smarty.server.PHP_SELF}"><input type="hidden" name="action" value="allocate" /><input type="hidden" name="fFolderId" value="{$folder_id}" /><fieldset><legend>{i18n}Select appropriate workflow{/i18n}</legend>{foreach item=oWidget from=$fields} {$oWidget->render()}{/foreach}<div class="form_actions"> <input type="submit" value="{i18n}Assign Workflow{/i18n}" /></div></fieldset></form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?