move.smarty.svn-base

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

SVN-BASE
27
字号
<p class="descriptiveText">{i18n}Moving a document relocates the documentwithin the document repository.{/i18n}</p>{assign var=iDocumentId value=$context->oDocument->getId()}{capture assign=link}{"viewDocument"|generateControllerUrl:"fDocumentId=$iDocumentId"}{/capture}<p class="descriptiveText">{i18n arg_link=$link}If you do not intend tomove this document, you should <a href="#link#">cancel themove</a>.{/i18n}</p><form method="POST" action="{$smarty.server.PHP_SELF}"><fieldset><legend>{i18n}Move{/i18n}</legend><input type="hidden" name="action" value="move" /><input type="hidden" name="fDocumentId" value="{$iDocumentId}" />{foreach from=$move_fields item=oWidget }  {$oWidget->render()}{/foreach}<div class="form_actions"><input type="submit" name="submit[move]" value="{i18n}Move{/i18n}" /><input type="submit" name="submit[cancel]" value="{i18n}Cancel{/i18n}" /></div></fieldset></form>

⌨️ 快捷键说明

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