⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 change_type.smarty

📁 PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。
💻 SMARTY
字号:
<form method="POST" action="{$smarty.server.PHP_SELF}"><input type="hidden" name="action" value="changeType" /><input type="hidden" name="fDocumentId" value="{$document->getId()}" /><fieldset><legend>{i18n}Change Document Type{/i18n}</legend>{capture assign=doctype}<strong>{$document_type->getName()}</strong>{/capture}<p class="descriptiveText">{i18n arg_doctype=$doctype}This document is currently of type #doctype#.  If thisis incorrect, you can change it here.{/i18n}</p><select name="fDocType">{foreach item=oDocType from=$doctypes}    <option value="{$oDocType->getId()}" {if ($oDocType->getId() == $document_type->getId())}selected="true"{/if}>{$oDocType->getName()}</option>{/foreach}</select><div class="form_actions"><input type="submit" name="submit" value="{i18n}Change Document Type{/i18n}" /></div></fieldset></form>

⌨️ 快捷键说明

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