external_resources.smarty

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

SMARTY
11
字号
<h1>{i18n}External Resource Dependency Status{/i18n}</h1><P>{i18n}The following resources are used by KnowledgeTree and are impacting on the normal operations of the system:{/i18n}<table width="100%"><tr><th width="150">{i18n}Resource{/i18n}</th><th>{i18n}Status{/i18n}</th></tr>{foreach from=$resources item=resource}<tr><td valign=top><I>{$resource.name}</td><td>{$resource.status}</td><tr ><td colspan=2><hr></tr>{/foreach}</table>

⌨️ 快捷键说明

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