edit.smarty

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

SMARTY
24
字号
<!-- unforunate, but (currently) necessary -->{$context->oPage->requireJSResource('resources/js/taillog.js')}{$context->oPage->requireJSResource('resources/js/conditional_usage.js')}{$context->oPage->requireCSSResource('resources/css/kt-treewidget.css')}<h2><img src="{if $config->get("ui/morphEnabled") == '1'}{$rootUrl}/skins/kts_{$config->get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Edit Metadata{/i18n}:<br />{$context->oDocument->getName()|sanitize}</h2>{capture assign=link}{addQS}action=selectType&fDocumentId={$document->getId()}{/addQS}{/capture}<p class="descriptiveText">{i18n arg_link=$link arg_name=$type_name}Change the <strong><a href="#link#">document type</a></strong>. The current type is "#name#"{/i18n}</p><p class="descriptiveText">{i18n}The following document metadata is available for editing.{/i18n}</p>{$form->render()}{*<table id="brad-log"><tbody></tbody></table>*}

⌨️ 快捷键说明

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