checkout_final.smarty.tmp

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

TMP
29
字号
{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 + =
减小字号Ctrl + -
显示快捷键?