effects_overview.smarty.svn-base
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SVN-BASE 代码 · 共 13 行
SVN-BASE
13 行
<h2>{i18n arg_name=$workflow_name}Workflow Effects Overview: #name#{/i18n}</h2><p class="descriptiveText">{i18n}As a document moves through a workflow, it can causevaries other actions to occur. For example, you can attach a "Move" action to a transition,which will cause any document moving through that workflow to be moved to a particular folder. Or you can specify that when a document reaches the "Pending Review" state, userswith the role "Reviewer" on that document are informed.{/i18n}</p><ul class="descriptiveText"> <li><a href="{addQS context=$context}action=transitionactions{/addQS}">{i18n}Transition Effects{/i18n}</a></li> <li><a href="{addQS context=$context}action=managenotifications{/addQS}">{i18n}Notifications{/i18n}</a></li> </ul>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?