{dede:field.typename/}
- {dede:arclist row='10' titlelen='110' orderby='id'}
@@ -116,7 +116,7 @@
diff --git a/src/admin/diy_list.php b/src/admin/diy_list.php index 6862c37e..9cd61111 100644 --- a/src/admin/diy_list.php +++ b/src/admin/diy_list.php @@ -94,7 +94,7 @@ if ($action == 'post') { $query = "SELECT * FROM {$diy->table} WHERE id=$id"; $row = $dsql->GetOne($query); if (!is_array($row)) { - showmsg("您浏览的记录不存在或未审核", '-1'); + showmsg("您浏览的记录不存在或待审核", '-1'); exit(); } $postform = $diy->getForm('edit', $row, 'admin'); @@ -201,7 +201,7 @@ if ($action == 'post') { { echo "
-
+ 操作系统 |
-
+ WEB服务器 |
-
+ IP地址 |
-
+ PHP版本 |
-
+ 数据库版本 GetVersion();?> |
-
+ 上传限制
| {dede:field.mid/} |
- ";};echo ' '.$fields['userid'].'';if ($fields['spacesta']==-2) echo ' 禁言';if ($fields['spacesta']==-1) echo ' 未审核';?>
+ ";};echo ' '.$fields['userid'].'';if ($fields['spacesta']==-2) echo ' 禁言';if ($fields['spacesta']==-1) echo ' 待审核';?>
{dede:field.matt function="GetMAtt(@me)"/}
|
{dede:field.uname/} |
diff --git a/src/admin/templets/mychannel_add.htm b/src/admin/templets/mychannel_add.htm
index e4378f7a..12ad6614 100644
--- a/src/admin/templets/mychannel_add.htm
+++ b/src/admin/templets/mychannel_add.htm
@@ -92,7 +92,7 @@
会员投稿默认状态: |
-
+
|
diff --git a/src/admin/templets/mychannel_edit.htm b/src/admin/templets/mychannel_edit.htm
index 8da00f9a..c479fc00 100644
--- a/src/admin/templets/mychannel_edit.htm
+++ b/src/admin/templets/mychannel_edit.htm
@@ -99,7 +99,7 @@
会员投稿默认状态: |
-
+
|
diff --git a/src/admin/templets/soft_add.htm b/src/admin/templets/soft_add.htm
index f87c26c1..7f340375 100644
--- a/src/admin/templets/soft_add.htm
+++ b/src/admin/templets/soft_add.htm
@@ -450,7 +450,7 @@
|
文件名称: |
diff --git a/src/admin/templets/soft_edit.htm b/src/admin/templets/soft_edit.htm
index 02907b8f..dd0cf282 100644
--- a/src/admin/templets/soft_edit.htm
+++ b/src/admin/templets/soft_edit.htm
@@ -411,7 +411,7 @@
-
+
文件名称: |
diff --git a/src/apps/diy.php b/src/apps/diy.php
index e78a5f14..44e255e4 100755
--- a/src/apps/diy.php
+++ b/src/apps/diy.php
@@ -111,7 +111,7 @@ if ($action == 'post') {
$row = $dsql->GetOne($query);
if (!is_array($row)) {
- showmsg('您浏览的记录不存在或未审核', '-1');
+ showmsg('您浏览的记录不存在或待审核', '-1');
exit();
}
$fieldlist = $diy->getFieldList();
diff --git a/src/apps/view.php b/src/apps/view.php
index 6ab7ac3e..8ddcad03 100755
--- a/src/apps/view.php
+++ b/src/apps/view.php
@@ -24,7 +24,7 @@ $needRank = $arc->Fields['arcrank'];
require_once(DEDEINC.'/memberlogin.class.php');
$cfg_ml = new MemberLogin();
if ($needRank < 0 && $arc->Fields['mid'] != $cfg_ml->M_ID) {
- ShowMsg('文档未审核,暂时无法浏览', 'javascript:;');
+ ShowMsg('文档待审核,暂时无法浏览', 'javascript:;');
exit();
}
//设置了权限限制的文档
diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css
index 47615a4f..7aa1c904 100644
--- a/src/static/web/css/admin.css
+++ b/src/static/web/css/admin.css
@@ -68,7 +68,7 @@ body.menu-show .body-right{left:220px;transition:all 0.5s}
.sidemenu .submenu-right{float:right!important;padding:0 20px 0 0!important}
.body-right{position:absolute;top:60px;right:0;bottom:0}
.body-right iframe{width:100%;height:99%;border:0}
-.web-info{padding:10px;background:var(--light);text-overflow:ellipsis;white-space:nowrap}
+.web-info{padding:10px;background:var(--light)}
#_fileList,#_verList{height:350px;overflow-y:auto}
#_msgInfo{display:none}
.update-close{background:var(--white);border:0}
@@ -142,6 +142,7 @@ body.menu-show .body-right{left:220px;transition:all 0.5s}
.card-header{padding:0.5rem 1rem;background-color:rgba(0,0,0,.02)}
.card-body{padding:0.5rem}
.card-body canvas{height:360px!important}
+.no-wrap{white-space:nowrap}
.fileinput-button{display:inline-block;position:relative;overflow:hidden}
.fileinput-button input{position:absolute;top:0;right:0;margin:0;opacity:0;direction:ltr;cursor:pointer}
.maintable{width:98%!important;border:1px solid var(--gray-300)!important}
@@ -172,7 +173,7 @@ table,input,select,textarea,.login-box,.colordlg,.pubdlg,.quickselitem .topcat,.
.btn+.btn{margin-left:10px}
@media (min-width:1200px){.modal-dialog{max-width:500px}
}
-@media (max-width:768px){td{text-overflow:ellipsis;white-space:nowrap}
+@media (max-width:768px){td{white-space:nowrap}
.install-box,.login-from,.tips-box{width:100%}
.tips{padding:0 1rem}
}
\ No newline at end of file
diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css
index 597f7111..7b1f33a3 100644
--- a/src/static/web/css/style.css
+++ b/src/static/web/css/style.css
@@ -109,7 +109,8 @@ input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkb
#validateimg,.btn-send{border-radius:0 0.5rem 0.5rem 0!important}
#returntop{display:none;position:fixed;padding:10px 15px;right:1rem;bottom:1rem;color:var(--white);cursor:pointer;background:var(--orange);border-radius:0.5rem;border:0;z-index:9998}
#returntop:hover{background:var(--orange)}
-@media (max-width:768px){.login-from{width:100%}
+@media (max-width:768px){.pb-m-3{padding-bottom:1rem}
+.login-from{width:100%}
.bannr-img,.item-theme-img img,.list-article-img img{height:250px}
.item-news-img img{height:210px}
.feedbacks .feedback-action{float:none}
diff --git a/src/static/web/js/admin.body.js b/src/static/web/js/admin.body.js
index 0f3a42c5..48c2cfd9 100644
--- a/src/static/web/js/admin.body.js
+++ b/src/static/web/js/admin.body.js
@@ -134,17 +134,15 @@ async function LoadStatChart() {
});
}
$(document).ready(function() {
- $(function() {
- $.get("index_testenv.php",function(data) {
- if (data !== '') {
- $("#body-tips").html(data);
- }
- });
- $.get("index_body.php?dopost=get_articles",function(data) {
- if (data !== '') {
- $("#system-word").html(data);
- }
- });
+ $.get("index_testenv.php",function(data) {
+ if (data !== '') {
+ $("#body-tips").html(data);
+ }
+ });
+ $.get("index_body.php?dopost=get_articles",function(data) {
+ if (data !== '') {
+ $("#system-word").html(data);
+ }
});
$(function() {
var dedebizInfo;
@@ -160,25 +158,25 @@ $(document).ready(function() {
if (typeof rsp.result.domain !== "undefined") {
infoStr += `
- |
+ 授权域名 ${rsp.result.domain}
- |
+ 站点名称 ${rsp.result.title}
- |
+ 授权证书 查看证书
- |
+ 授权时间 ${rsp.result.auth_at}
|