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

📄 checkout_final.smarty

📁 PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。
💻 SMARTY
字号:
{capture assign=sLocation}action=checkout_final&fDocumentId={$context->oDocument->getId()}&reason={$reason|escape:'url'}{/capture}{capture assign=sJavascript}function doCheckout () {ldelim}	document.location.href = "{$sLocation|addQSSelf}";{rdelim}function scheduleCheckout () {ldelim}	callLater(2, doCheckout);{rdelim}addLoadEvent(scheduleCheckout);{/capture}{$context->oPage->requireJSStandalone($sJavascript)}<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}Checkout Document{/i18n}:<br />{$context->oDocument->getName()|sanitize}</h2>{capture assign=link}{$sLocation|addQSSelf}{/capture}<p class="descriptiveText">{i18n arg_link=$link}The document you wish tocheck out will begin to download soon.  If it does not automaticallystart to download, you can use <a href="#link#">this link</a> to startit yourself.{/i18n}</p>{assign var=iDocumentId value=$context->oDocument->getId()}{capture assign=link}{"viewDocument"|generateControllerUrl:"fDocumentId=$iDocumentId"}{/capture}<p class="descriptiveText">{i18n arg_link=$link}Once the document hasbeen downloaded, you should <a href="#link#">return to the documentview</a>.{/i18n}</p>

⌨️ 快捷键说明

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