rescheduledocuments.smarty

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

SMARTY
15
字号
<h2>{i18n}Reschedule All Documents{/i18n}</h2><p class="descriptiveText">{i18n}This function allows you to re-index your entire repository.{/i18n}</p><p class="descriptiveText">{i18n}Please note that rescheduling all documents may take a long time, depending on the size of the repository.{/i18n}</h3><form name="rescheduleAllDocs" action="{$smarty.server.PHP_SELF}" method="POST"><br>{if $rescheduleDone == true}<p>Documents Rescheduled</p><p>You can view the schedule queue <a href=admin.php?kt_path_info=search/pendingdocuments>here</a></p><br>{/if}<input type="submit" name="Reschedule" value="{i18n}Reschedule All{/i18n}" /><input type="hidden" name="rescheduleValue" id="rescheduleValue" value="reschedule" /></form>

⌨️ 快捷键说明

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