Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mdserver-web/plugins/sys-opt/index.html

23 lines
765 B

6 years ago
<div class="bt-form">
<div class="bt-w-main">
<div class="bt-w-menu">
<p class="bgw" onclick="pluginService('sys-opt');">服务</p>
6 years ago
<p onclick="pluginConfig('sys-opt','','conf');">系统配置</p>
6 years ago
<p onclick="pluginLogs('sys-opt','','sec_run_log', 20);">安全日志</p>
6 years ago
<p onclick="pluginLogs('sys-opt','','msg_run_log', 20);">常用日志</p>
<p onclick="pluginLogs('sys-opt','','cron_run_log', 20);">任务日志</p>
6 years ago
<p onclick="pRead()">说明</p>
6 years ago
</div>
<div class="bt-w-con pd15">
<div class="soft-man-con"></div>
</div>
</div>
</div>
<script type="text/javascript">
resetPluginWinWidth(700);
$.getScript( "/plugins/file?name=sys-opt&f=js/sys-opt.js",
6 years ago
function() {
pluginService('sys-opt');
6 years ago
});
</script>