browse_types.smarty.svn-base
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SVN-BASE 代码 · 共 12 行
SVN-BASE
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 + -
显示快捷键?