| @@ -14,7 +14,7 @@ header("Expires:0"); | |||
| if ($t == 'source') { | |||
| $m_file = DEDEDATA."/admin/source.txt"; | |||
| $allsources = file($m_file); | |||
| echo "<div class='coolbg4'><a href=\"javascript:OpenMyWin('article_source_edit.php');ClearDivCt('mysource');\" class='btn btn-success btn-sm'>设置</a><a href='javascript:;' onclick='javascript:HideObj(\"mysource\");ChangeFullDiv(\"hide\");' class='btn btn-success btn-sm'>关闭</a></div>\r\n"; | |||
| echo "<div class='coolbg2'><a href=\"javascript:OpenMyWin('article_source_edit.php');ClearDivCt('mysource');\" class='btn btn-success btn-sm'>设置</a><a href='javascript:;' onclick='javascript:HideObj(\"mysource\");ChangeFullDiv(\"hide\");' class='btn btn-success btn-sm'>关闭</a></div>\r\n"; | |||
| echo "<div class='wsselect'>\r\n"; | |||
| foreach ($allsources as $v) { | |||
| $v = trim($v); | |||
| @@ -26,7 +26,7 @@ if ($t == 'source') { | |||
| } else { | |||
| //作者列表 | |||
| $m_file = DEDEDATA."/admin/writer.txt"; | |||
| echo "<div class='coolbg4'><a href=\"javascript:OpenMyWin('article_writer_edit.php');ClearDivCt('mywriter');\" class='btn btn-success btn-sm'>设置</a><a href='javascript:;' onclick='javascript:HideObj(\"mywriter\");ChangeFullDiv(\"hide\");' class='btn btn-success btn-sm'>关闭</a></div>\r\n"; | |||
| echo "<div class='coolbg2'><a href=\"javascript:OpenMyWin('article_writer_edit.php');ClearDivCt('mywriter');\" class='btn btn-success btn-sm'>设置</a><a href='javascript:;' onclick='javascript:HideObj(\"mywriter\");ChangeFullDiv(\"hide\");' class='btn btn-success btn-sm'>关闭</a></div>\r\n"; | |||
| echo "<div class='wsselect'>\r\n"; | |||
| if (filesize($m_file) > 0) { | |||
| $fp = fopen($m_file, 'r'); | |||
| @@ -44,10 +44,10 @@ $(function () { | |||
| }); | |||
| }); | |||
| function Copyinfo() { | |||
| var val = document.getElementById('text'); | |||
| var val = document.getElementById('fz-0'); | |||
| window.getSelection().selectAllChildren(val); | |||
| document.execCommand("Copy"); | |||
| ShowMsg("复制环境配置信息成功"); | |||
| ShowMsg("成功复制环境配置信息"); | |||
| } | |||
| //Dedebiz info | |||
| var dedebizInfo; | |||
| @@ -15,7 +15,7 @@ | |||
| </tr> | |||
| <?php foreach ($asresult as $row) {?> | |||
| <tr> | |||
| <td bgcolor="#e9ecef"><?php echo $row['toptitle'] ?> => <?php echo $row['title'] ?></td> | |||
| <td bgcolor="#e9ecef"><?php echo $row['title'] ?></td> | |||
| </tr> | |||
| <?php foreach ($row['soniterm'] as $rows) {?> | |||
| <tr> | |||
| @@ -18,7 +18,7 @@ | |||
| <a onclick="document.getElementById('browsehappy').style.display='none';" class="browsehappy-close">×</a> | |||
| </div> | |||
| <?php }?> | |||
| <div class="head"> | |||
| <div class="head shadow-sm"> | |||
| <div class="top-logo"> | |||
| <span class="top-name"><a href="index_body.php" target="main"><?php echo cn_substr($cfg_webname,8);?></a></span> | |||
| <span class="top-version"><?php echo $cfg_version_detail;?></span> | |||
| @@ -43,7 +43,7 @@ | |||
| <li><a href="../" target="_blank" title="预览首页"><i class="fa fa-home"></i></a></li> | |||
| <li> | |||
| <form action="action_search.php" method="post" target="main"> | |||
| <input type="text" name="keyword" placeholder="功能搜索" class="search-input"> | |||
| <input type="text" name="keyword" placeholder="功能搜索" class="admin-input-sm"> | |||
| <button type="submit" class="search"><i class="fa fa-search"></i> </button> | |||
| </form> | |||
| </li> | |||
| @@ -63,7 +63,7 @@ | |||
| <div class="card"> | |||
| <div class="card-header"> | |||
| <a href="javascript:Copyinfo()"><i class="fa fa-cogs"></i> 软件信息</a> | |||
| <span id="text">软件:<?php echo $cfg_version_detail;?>丨操作系统:<?php echo PHP_OS;?>丨Web服务器:<?php echo $_SERVER['SERVER_SOFTWARE'];?>丨PHP:<?php echo @phpversion();?>丨数据库:<?php echo $dsql->GetVersion();?>丨上传限制:<?php echo ini_get("post_max_size")?></span> | |||
| <span id="fz-0">软件:<?php echo $cfg_version_detail;?>丨操作系统:<?php echo PHP_OS;?>丨Web服务器:<?php echo $_SERVER['SERVER_SOFTWARE'];?>丨PHP:<?php echo @phpversion();?>丨数据库:<?php echo $dsql->GetVersion();?>丨上传限制:<?php echo ini_get("post_max_size")?></span> | |||
| </div> | |||
| <div class="card-body"> | |||
| <table class="table table-borderless"> | |||
| @@ -42,6 +42,11 @@ a:hover { | |||
| color:#ff8400; | |||
| text-decoration:none | |||
| } | |||
| img { | |||
| margin-right:10px; | |||
| max-width:100%; | |||
| border-radius:.5rem | |||
| } | |||
| div,form,ul,ol,li { | |||
| margin:0; | |||
| padding:0 | |||
| @@ -53,11 +58,6 @@ div,th,td { | |||
| li { | |||
| list-style:none | |||
| } | |||
| img { | |||
| margin-right:10px; | |||
| max-width:100%; | |||
| border-radius:.5rem | |||
| } | |||
| table { | |||
| background:#fff; | |||
| border-spacing:0; | |||
| @@ -217,8 +217,7 @@ body.hidemenu .body-right { | |||
| .head { | |||
| width:100%; | |||
| height:60px; | |||
| background:linear-gradient(45deg,#1eb867,#009688 80%); | |||
| box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075) | |||
| background:linear-gradient(45deg,#1eb867,#009688 80%) | |||
| } | |||
| .top-logo { | |||
| float:left; | |||
| @@ -233,9 +232,6 @@ body.hidemenu .body-right { | |||
| font-weight:600; | |||
| color:#fff | |||
| } | |||
| .top-name a img { | |||
| width:90px | |||
| } | |||
| .top-version a { | |||
| float:left; | |||
| height:60px; | |||
| @@ -280,9 +276,6 @@ body.hidemenu .body-right { | |||
| background:0; | |||
| border:0 | |||
| } | |||
| .search-input { | |||
| width:160px | |||
| } | |||
| .top-admin { | |||
| float:right; | |||
| margin-right:30px; | |||
| @@ -337,14 +330,11 @@ body.hidemenu .body-right { | |||
| .card-body { | |||
| padding:.65rem | |||
| } | |||
| #text { | |||
| .fz-0 { | |||
| font-size:0 | |||
| } | |||
| #latestVersion { | |||
| display:none | |||
| } | |||
| #_fileList,#_verList { | |||
| height:400px; | |||
| height:360px; | |||
| overflow-y:scroll | |||
| } | |||
| #_msgInfo { | |||
| @@ -358,7 +348,7 @@ body.hidemenu .body-right { | |||
| display:none; | |||
| position:absolute; | |||
| top:12px; | |||
| right:8px; | |||
| right:6px; | |||
| height:6px; | |||
| width:6px; | |||
| background:#dc3545; | |||
| @@ -385,32 +375,18 @@ body.hidemenu .body-right { | |||
| cursor:pointer | |||
| } | |||
| .coolbg2 { | |||
| height:28px; | |||
| line-height:28px; | |||
| background:#dfddd2; | |||
| border:1px solid #dee2e6 | |||
| } | |||
| .coolbt { | |||
| background:#e4f7d7; | |||
| border-left:1px solid #efefef; | |||
| border-top:1px solid #efefef; | |||
| border-bottom:1px solid #acacac; | |||
| cursor:pointer | |||
| } | |||
| .coolbt2 { | |||
| background:#f7fcda; | |||
| border-left:1px solid #efefef; | |||
| border-top:1px solid #efefef; | |||
| border-bottom:1px solid #acacac | |||
| } | |||
| .coolbg3 { | |||
| width:140px; | |||
| height:28px; | |||
| line-height:28px; | |||
| background:#dfddd2; | |||
| border:1px solid #bdc5b4; | |||
| padding:.65rem; | |||
| background:#fff; | |||
| border-bottom:1px solid #dee2e6; | |||
| text-align:right | |||
| } | |||
| .colordlg { | |||
| padding:.6rem; | |||
| width:120px; | |||
| background:#fff; | |||
| border:2px solid #1eb867; | |||
| z-index:10005 | |||
| } | |||
| .coolbg61 { | |||
| width:390px; | |||
| height:28px; | |||
| @@ -428,12 +404,6 @@ body.hidemenu .body-right { | |||
| background:#F8FDF0; | |||
| border:1px solid #bdc5b4 | |||
| } | |||
| .coolbg4 { | |||
| padding:.65rem; | |||
| background:#fff; | |||
| border-bottom:1px solid #dee2e6; | |||
| text-align:right | |||
| } | |||
| .wsselect { | |||
| padding:.65rem 0; | |||
| background:#fff; | |||
| @@ -475,21 +445,21 @@ body.hidemenu .body-right { | |||
| padding:.65rem 0; | |||
| border-top:1px solid #dee2e6 | |||
| } | |||
| .quickselItem { | |||
| .quickselitem { | |||
| display:block; | |||
| line-height:28px | |||
| } | |||
| .quickselItem .topcat { | |||
| .quickselitem .topcat { | |||
| margin-bottom:1rem; | |||
| padding:0 10px; | |||
| background:#e9ecef; | |||
| clear:both | |||
| } | |||
| .quickselItem .soncat { | |||
| .quickselitem .soncat { | |||
| margin-bottom:1rem; | |||
| padding:0 10px | |||
| } | |||
| .quickselItem .item { | |||
| .quickselitem .item { | |||
| display:inline-block; | |||
| padding-left:10px | |||
| } | |||
| @@ -517,20 +487,6 @@ body.hidemenu .body-right { | |||
| .option3 { | |||
| background:#fff | |||
| } | |||
| .divpre img { | |||
| max-width:150px; | |||
| max-height:100px | |||
| } | |||
| .divpre { | |||
| overflow:hidden | |||
| } | |||
| .colordlg { | |||
| padding:.6rem; | |||
| width:120px; | |||
| background:#fff; | |||
| border:2px solid #1eb867; | |||
| z-index:10005 | |||
| } | |||
| .maintable { | |||
| width:98%!important; | |||
| border:1px solid #dee2e6!important | |||
| @@ -562,7 +518,7 @@ body.hidemenu .body-right { | |||
| line-height:12px; | |||
| font-size:12px | |||
| } | |||
| .btn+.btn,.btn-text+.btn-text { | |||
| .btn+.btn { | |||
| margin-left:10px | |||
| } | |||
| .admin-win { | |||
| @@ -640,7 +596,7 @@ span.page-link { | |||
| color:#fff; | |||
| background:#1eb867 | |||
| } | |||
| table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubdlg,.colordlg,.quickselItem .topcat,.web-info,.cke_chrome,.cke_inner,.pagination,.card,.form-control,.btn-sm,.alert,.rounded { | |||
| table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubdlg,.colordlg,.quickselitem .topcat,.web-info,.cke_chrome,.cke_inner,.pagination,.card,.form-control,.btn-sm,.alert,.rounded { | |||
| border-radius:.5rem!important | |||
| } | |||
| .btn-xs { | |||
| @@ -75,11 +75,6 @@ input[type=file] { | |||
| .body-bg { | |||
| background:#f5f5f5 | |||
| } | |||
| .body-img { | |||
| background:url(../img/member_bg.jpg); | |||
| background-repeat:no-repeat; | |||
| background-position:top center | |||
| } | |||
| .carousel-caption { | |||
| bottom:0 | |||
| } | |||
| @@ -199,7 +194,7 @@ input[type=file] { | |||
| text-overflow:ellipsis; | |||
| white-space:nowrap | |||
| } | |||
| .article-hot-box i,.article-hot-box span,.article-meta span,.item-theme-box i,.item-theme-box span,.list-article-body i,.list-article-body span { | |||
| .article-hot-box i,.article-hot-box span,.article-meta span,.item-theme-box .text-left i,.item-theme-box .text-right span,.list-article-body i,.list-article-body span { | |||
| color:#999 | |||
| } | |||
| .article-main h1,.article-main h2,.article-main h3,.article-main h4,.article-main h5,.article-main h6 { | |||
| @@ -386,7 +381,7 @@ input[type=file] { | |||
| color:inherit; | |||
| cursor:pointer | |||
| } | |||
| .btn+.btn,.btn-text+.btn-text { | |||
| .btn+.btn { | |||
| margin-left:10px | |||
| } | |||
| .form-control,.btn,.fa { | |||
| @@ -76,7 +76,7 @@ class TypeUnitSelector | |||
| $soncat = ''; | |||
| $this->LogicListAllSunType($id, $channel, $soncat); | |||
| if ($chackRadio == '' && $soncat == '') continue; | |||
| echo "<div class='quickselItem'>\r\n"; | |||
| echo "<div class='quickselitem'>\r\n"; | |||
| echo "<div class='topcat'><label>{$chackRadio} {$typeName}</label></div>\r\n"; | |||
| if ($soncat != '') echo "<div class='soncat'>{$soncat}</div>\r\n"; | |||
| echo "</div>\r\n"; | |||
| @@ -39,10 +39,5 @@ | |||
| </div> | |||
| </div> | |||
| </main> | |||
| <footer class="copyright shadow-sm mt-3"> | |||
| <div class="container text-center"> | |||
| <p>{dede:global.cfg_powerby/} Powered by <a href="https://www.dedebiz.com" target="_blank">DedeBIZ开发团队</a></p> | |||
| </div> | |||
| </footer> | |||
| </body> | |||
| </html> | |||
| @@ -1,7 +1,7 @@ | |||
| <footer class="copyright shadow-sm mt-3"> | |||
| <div class="container text-center"> | |||
| <p>{dede:global.cfg_powerby/} <a href="https://www.dedebiz.com" target="_blank">Powered by DedeBIZ开发团队</a></p> | |||
| <p class="mb-0">友情连接:{dede:flink row='20'/}</p> | |||
| <span>友情连接:{dede:flink row='10'/}</span> | |||
| </div> | |||
| </footer> | |||
| <div class="scroll-top"> | |||
| @@ -2,7 +2,6 @@ | |||
| <div class="row"> | |||
| <div class="col-md-12"> | |||
| <div class="navbar navbar-expand-md navbar-dark bg-success shadow-sm rounded"> | |||
| <a class="navbar-brand" href="javascript:;"></a> | |||
| <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbars" aria-controls="navbars" aria-expanded="false"> | |||
| <span class="navbar-toggler-icon"></span> | |||
| </button> | |||