select_view.smarty.tmp
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· TMP 代码 · 共 10 行
TMP
10 行
<h2>{i18n}Select View{/i18n}</h2><p class="descriptiveText">{i18n arg_appname="$appname"}Views are the selections of documents and folders you will find throughout #appname#. Some of thosecan be configured to use different kinds of columns (e.g. workflow state, the creator's name, etc.){/i18n}</p><ul>{foreach from=$views key=viewNS item=viewName} <li><a href="{addQS}action=editView&viewNS={$viewNS}{/addQS}">{$viewName}</a></li>{/foreach}</ul>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?