archivebrowse.smarty

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

SMARTY
33
字号
<h2>{i18n}Archived Documents{/i18n}</h2><p class="descriptiveText">{i18n}In order to keep the documents which are visible usefulto end users it is possible to <strong>archive</strong> old documents.  Users whowant to see these old documents need to request their restoration. These requestswill typically be done within the system and will generate anotification to you.{/i18n}</p><p>{i18n}Use the folder collection and path below to browse to the folder containing the documents you wish to restore.{/i18n}</p><br />{foreach from=$breadcrumbs item=breadcrumb name=bc}    {if !$smarty.foreach.bc.last}        <a href="{$breadcrumb.url}">{$breadcrumb.name|sanitize}</a> &raquo;    {else}        {$breadcrumb.name|sanitize}    {/if}{/foreach}<form method="POST" action="{$smarty.server.PHP_SELF}"><input type="hidden" name="action" value="confirm_restore" /><input type="hidden" name="fFolderId" value="{$folder->getId()}" />{$collection->render()}<div class="form_actions"><input type="submit" name="submit[move]" value="{i18n}Restore{/i18n}" /></div></fieldset></form>

⌨️ 快捷键说明

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