subscriptions.removesubscribeddocument.smarty

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

SMARTY
12
字号
<dt class="actionitem subscription">{$info.title|sanitize}</dt><dd class="actionmessage"><!-- could break this up. -->    {i18n arg_object_name=$info.object_name|sanitize}The document "#object_name#" to which you were subscribed, has been removed{/i18n}{if ($info.has_actor)} {i18n arg_actor_name=$info.actor_name}by #actor_name#{/i18n}{/if}.    <div class="actionoptions">            <a href="{ktLink base="notify.php" query="id=`$info.notify_id`&notify_action=clear"}"            kt:deleteMessage="{i18n}Are you sure you wish to clear the notification?{/i18n}">            <span class="ktAction ktInline ktDelete"></span>{i18n}Clear Alert{/i18n}</a>    </div></dd>

⌨️ 快捷键说明

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