browse_types.smarty

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

SMARTY
12
字号
<h2>{i18n}Select a document type{/i18n}</h2><p class="descriptiveText">{i18n}In some circumstances it is useful to view alldocuments of a given <strong>document type</strong>. Select a <strong>document type</strong> from the list belowto view all relevant documents.{/i18n}</p><ul>{foreach item=oType from=$document_types}  <li><a href="{$smarty.server.PHP_SELF}?action=main&fType={$oType->getId()}&fBrowseMode=document_type">{$oType->getName()}</a></li>{/foreach}</ul>

⌨️ 快捷键说明

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