list.smarty
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SMARTY 代码 · 共 27 行
SMARTY
27 行
<h2>{i18n}Plugins{/i18n}</h2><p class="descriptiveText">{i18n}Check the plugins that require activation and then click "Update". To disable a plugin, uncheck the plugin and click "Update".{/i18n}</p>{if $plugins}<form action="{$smarty.server.PHP_SELF}" method="POST"><input type="hidden" name="action" value="update" />{entity_checkboxes entities=$plugins selected=$enabled_pluginsmethod=getUserFriendlyName assign=boxes name="pluginids"}{foreach from=$boxes item=box}{$box} <br />{/foreach}<input type="submit" name="submit" value="{i18n}Update{/i18n}" /></form>{/if}<h3>{i18n}Read plugins from filesystem{/i18n}</h3><p class="descriptiveText">{i18n arg_appname="$appname"}If you have moved the location of #appname# on your server filesystem, or installed or removed plugins, the pluginsmust be re-read from the filesystem{/i18n}</p><form action="{$smarty.server.PHP_SELF}" method="POST"><input type="hidden" name="action" value="reread" /><input type="submit" name="submit" value="{i18n}Reread plugins{/i18n}" /></form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?