assist_notification_details.smarty.svn-base

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

SVN-BASE
30
字号
<h2>Request Assistance</h2><p class="descriptiveText" style="padding-top: 5px;">    {i18n arg_name=$document_name|sanitize arg_state=$state_name arg_user=$actor->getName()}A    user, <b>#user#</b>, has requested help on the document <b>#name#</b>, and you are    the owner or an admin of this document.{/i18n}</p><p style="padding-top: 5px;"><b>{i18n}Subject{/i18n}</b><br /> {$subject|sanitize}</p><p style="padding-top: 5px;"><b>{i18n}Details{/i18n}</b><br />{$details|sanitize} </p>    <div class="actionoptions" style="padding-top: 10px;">        <div style="float:left; position: relative;">        {if $is_archived}            <a href='{ktLink base="notify.php" query="id=`$notify_id`&notify_action=restore"}'>{i18n}Restore Document{/i18n}</a>        {else}            <a href='{ktLink base="notify.php" query="id=`$notify_id`&notify_action=view"}'>{i18n}View Document{/i18n}</a>        {/if}            &nbsp;|&nbsp;        </div>        <a href='{ktLink base="notify.php" query="id=`$notify_id`&notify_action=clear"}'                 kt:deleteMessage="{i18n}Are you sure you wish to clear the notification?{/i18n}"                 class="ktAction ktInline ktDelete" style="position: relative;" ></a>        <a href='{ktLink base="notify.php" query="id=`$notify_id`&notify_action=clear"}'            kt:deleteMessage="{i18n}Are you sure you wish to clear the notification?{/i18n}"">{i18n}Clear Alert{/i18n}</a>    </div>

⌨️ 快捷键说明

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