notification_overflow.smarty
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SMARTY 代码 · 共 18 行
SMARTY
18 行
<h2>{i18n}Items that require your attention{/i18n}</h2>{if !empty($notifications)}<strong>{$count_string}</strong><dl>{foreach item=oNotification from=$notifications}{$oNotification->render()}{/foreach}</dl><p>{i18n arg_batch=$batch_html}Page: #batch#{/i18n}</p>{else}<div class="ktInfoMessage"><span>{i18n}No items require your attention{/i18n}</span></div>{/if}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?