| @@ -51,15 +51,13 @@ | |||||
| <a href="exit.php">退出</a> | <a href="exit.php">退出</a> | ||||
| </li> | </li> | ||||
| <?php | <?php | ||||
| if($cuserLogin->getUserType()>=10) { | |||||
| if($cuserLogin->getUserType()>=10){ | |||||
| ?> | ?> | ||||
| <li><a target="main" href="sys_info.php">系统配置</a></li> | <li><a target="main" href="sys_info.php">系统配置</a></li> | ||||
| <li><a target="main" href="catalog_main.php">栏目管理</a></li> | <li><a target="main" href="catalog_main.php">栏目管理</a></li> | ||||
| <li><a target="main" href="file_manage_main.php<?php echo DEDEBIZ_SAFE_MODE? '?activepath='.$cfg_medias_dir : '';?>">文件管理</a></li> | <li><a target="main" href="file_manage_main.php<?php echo DEDEBIZ_SAFE_MODE? '?activepath='.$cfg_medias_dir : '';?>">文件管理</a></li> | ||||
| <?php if(!DEDEBIZ_SAFE_MODE) { ?><li><a target="main" href="templets_main.php">模板管理</a></li><?php } ?> | |||||
| <?php | |||||
| } | |||||
| ?> | |||||
| <?php }?> | |||||
| <?php if(!DEDEBIZ_SAFE_MODE){ ?><li><a target="main" href="templets_main.php">模板管理</a></li><?php }?> | |||||
| <li><a target="main" href="makehtml_all.php">更新整站</a></li> | <li><a target="main" href="makehtml_all.php">更新整站</a></li> | ||||
| <?php echo ($cfg_mb_open=='Y')?'<li><a href="../user" target="_blank">会员中心</a></li>':''; ?> | <?php echo ($cfg_mb_open=='Y')?'<li><a href="../user" target="_blank">会员中心</a></li>':''; ?> | ||||
| <li><a href="../index.php?upcache=1" target="_blank">网站主页</a></li> | <li><a href="../index.php?upcache=1" target="_blank">网站主页</a></li> | ||||
| @@ -3,7 +3,7 @@ | |||||
| <head> | <head> | ||||
| <meta charset="<?php echo $cfg_soft_lang; ?>"> | <meta charset="<?php echo $cfg_soft_lang; ?>"> | ||||
| <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
| <title>系统概况</title> | |||||
| <title>系统主页</title> | |||||
| <base target="_self"> | <base target="_self"> | ||||
| <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
| <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
| @@ -80,7 +80,7 @@ | |||||
| <a href="javascript:copyFn()"><i class="fa fa-gear"></i> 系统信息</a><span id="text">V:<?php echo $cfg_version_detail; ?>|操作系统:<?php echo PHP_OS; ?>|Web服务器:<?php echo $_SERVER['SERVER_SOFTWARE']; ?>|PHP版本:<?php echo @phpversion(); ?>|数据库版本:<?php echo $dsql->GetVersion(); ?></span> | <a href="javascript:copyFn()"><i class="fa fa-gear"></i> 系统信息</a><span id="text">V:<?php echo $cfg_version_detail; ?>|操作系统:<?php echo PHP_OS; ?>|Web服务器:<?php echo $_SERVER['SERVER_SOFTWARE']; ?>|PHP版本:<?php echo @phpversion(); ?>|数据库版本:<?php echo $dsql->GetVersion(); ?></span> | ||||
| </div> | </div> | ||||
| <div class="card-body"> | <div class="card-body"> | ||||
| <div id="updateinfos"><?php echo "<iframe name='stafrm' src='{$offUrl}&uptime={$oktime}' frameborder='0' id='stafrm' style='width:98%;height:70px;padding:.6rem'></iframe>"; ?></div> | |||||
| <div id="updateinfos"><?php echo "<iframe src='{$offUrl}&uptime={$oktime}' name='stafrm' id='stafrm' style='width:98%;height:70px;padding:.6rem;border:0'></iframe>"; ?></div> | |||||
| <table width="98%" class="table table-borderless"> | <table width="98%" class="table table-borderless"> | ||||
| <tr> | <tr> | ||||
| <td> | <td> | ||||
| @@ -3,9 +3,9 @@ | |||||
| <head> | <head> | ||||
| <meta charset="<?php echo $cfg_soft_lang; ?>"> | <meta charset="<?php echo $cfg_soft_lang; ?>"> | ||||
| <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
| <title>DedeBIZ menu</title> | |||||
| <link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
| <title>系统菜单</title> | |||||
| <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
| <link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
| <script src="../static/web/js/webajax.js"></script> | <script src="../static/web/js/webajax.js"></script> | ||||
| <script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
| <?php echo "<script>var curopenItem = '$openitem';</script>"; ?> | <?php echo "<script>var curopenItem = '$openitem';</script>"; ?> | ||||
| @@ -20,10 +20,10 @@ | |||||
| overflow-x: hidden | overflow-x: hidden | ||||
| } | } | ||||
| .mleft { | .mleft { | ||||
| padding-top: 12px | |||||
| padding-top: 1rem | |||||
| } | } | ||||
| .mright { | .mright { | ||||
| padding-top: 12px; | |||||
| padding-top: 1rem; | |||||
| width: 100%; | width: 100%; | ||||
| background: #fff; | background: #fff; | ||||
| border: 1px solid #dee2e6; | border: 1px solid #dee2e6; | ||||
| @@ -31,17 +31,17 @@ | |||||
| } | } | ||||
| a.mmac div { | a.mmac div { | ||||
| margin-bottom: 2px; | margin-bottom: 2px; | ||||
| padding: 8px 0; | |||||
| padding: 6px 0; | |||||
| width: 50px; | width: 50px; | ||||
| color: #fff; | color: #fff; | ||||
| background: #4f7632; | |||||
| background: #424b51; | |||||
| border-bottom: 1px solid #dee2e6; | border-bottom: 1px solid #dee2e6; | ||||
| border-radius: .2rem 0 0 .2rem; | border-radius: .2rem 0 0 .2rem; | ||||
| text-align: center | text-align: center | ||||
| } | } | ||||
| a.mm div { | a.mm div { | ||||
| margin-bottom: 2px; | margin-bottom: 2px; | ||||
| padding: 8px 0; | |||||
| padding: 6px 0; | |||||
| width: 50px; | width: 50px; | ||||
| color: #424b51; | color: #424b51; | ||||
| background: #fff; | background: #fff; | ||||
| @@ -52,28 +52,27 @@ | |||||
| } | } | ||||
| a.mm:hover div { | a.mm:hover div { | ||||
| color: #fff; | color: #fff; | ||||
| background: #4f7632 | |||||
| background: #424b51 | |||||
| } | } | ||||
| dl.bitem { | dl.bitem { | ||||
| margin: 0 10px 2px 10px; | margin: 0 10px 2px 10px; | ||||
| clear: both | clear: both | ||||
| } | } | ||||
| dl.bitem dd { | |||||
| padding: 10px; | |||||
| background: #fff | |||||
| } | |||||
| dl.bitem dt b { | |||||
| color: #424b51 | |||||
| } | |||||
| dl.bitem dt { | dl.bitem dt { | ||||
| padding-left: 30px; | |||||
| padding-left: 16px; | |||||
| height: 26px; | height: 26px; | ||||
| line-height: 26px; | line-height: 26px; | ||||
| background: #f8f8f8; | background: #f8f8f8; | ||||
| border-radius: .2rem; | border-radius: .2rem; | ||||
| border-bottom: 1px solid #dee2e6; | |||||
| cursor: pointer | cursor: pointer | ||||
| } | } | ||||
| dl.bitem dd { | |||||
| padding: 10px; | |||||
| background: #fff | |||||
| } | |||||
| dl.bitem dt b { | |||||
| color: #4f7632 | |||||
| } | |||||
| .sitemu li { | .sitemu li { | ||||
| padding: 0 0 0 20px; | padding: 0 0 0 20px; | ||||
| height: 26px; | height: 26px; | ||||