assistance.smarty
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SMARTY 代码 · 共 24 行
SMARTY
24 行
<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}Request Assistance{/i18n}:<br />{$context->oDocument->getName()|sanitize}</h2><p class="descriptiveText">{i18n}If you are unable to perform an actionon this document that you think you should be able to, or wish torequest a change in location, metadata values, or workflow status, youcan use this form to contact the owner of the document and/or theadministrators to request this change.{/i18n}</p>{assign var=iDocumentId value=$context->oDocument->getId()}<form method="POST" action="{$smarty.server.PHP_SELF}"><fieldset><legend>{i18n}Request Assistance{/i18n}</legend><input type="hidden" name="action" value="assistance" /><input type="hidden" name="fDocumentId" value="{$iDocumentId}" />{foreach from=$fields item=oWidget } {$oWidget->render()}{/foreach}<div class="form_actions"><input type="submit" name="submit" value="{i18n}Request Assistance{/i18n}" /></div></fieldset></form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?