From 7ff548ce980cb0b508b2e309e9cab617b959036e Mon Sep 17 00:00:00 2001 From: xushubieli Date: Fri, 28 Oct 2022 18:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/archives_do.php | 40 +- src/admin/catalog_edit.php | 36 +- src/admin/css/albumupload.css | 99 ---- src/admin/css/albumupload.min.css | 1 + src/admin/css/login.css | 91 ---- src/admin/css/login.min.css | 1 + src/admin/css/menu.css | 238 --------- src/admin/css/menu.min.css | 1 + src/admin/dialog/select_images.php | 34 +- src/admin/dialog/select_media.php | 42 +- src/admin/dialog/select_soft.php | 32 +- src/admin/dialog/select_templets.php | 54 +- src/admin/diy_list.php | 2 +- src/admin/feedback_main.php | 5 +- src/admin/inc/inc_list_functions.php | 14 +- src/admin/templets/album_add.htm | 48 +- src/admin/templets/album_edit.htm | 52 +- src/admin/templets/archives_add.htm | 32 +- src/admin/templets/archives_edit.htm | 32 +- src/admin/templets/archives_sg_add.htm | 10 +- src/admin/templets/archives_sg_edit.htm | 10 +- src/admin/templets/article_add.htm | 34 +- src/admin/templets/article_edit.htm | 32 +- src/admin/templets/catalog_add.htm | 148 +++--- src/admin/templets/catalog_add_quick.htm | 28 +- src/admin/templets/catalog_edit.htm | 137 +++--- src/admin/templets/catalog_main.htm | 2 +- src/admin/templets/content_i_list.htm | 2 +- src/admin/templets/content_sg_list.htm | 14 +- src/admin/templets/diy_list.htm | 6 +- src/admin/templets/file_manage_main.htm | 6 +- src/admin/templets/friendlink_type.htm | 2 +- src/admin/templets/index.htm | 8 +- src/admin/templets/index_menu.htm | 2 +- src/admin/templets/login.htm | 2 +- src/admin/templets/media_add.htm | 20 +- src/admin/templets/media_edit.htm | 30 +- src/admin/templets/member_toadmin.htm | 32 +- src/admin/templets/member_view.htm | 66 +-- src/admin/templets/soft_add.htm | 48 +- src/admin/templets/soft_edit.htm | 44 +- src/admin/templets/spec_add.htm | 24 +- src/admin/templets/spec_edit.htm | 26 +- src/admin/templets/stepselect_showajax.htm | 2 +- src/admin/templets/sys_admin_user_add.htm | 28 +- src/admin/templets/sys_admin_user_edit.htm | 30 +- src/admin/templets/sys_group_add.htm | 2 +- src/admin/templets/sys_group_edit.htm | 2 +- src/admin/templets/tag_test.htm | 8 +- src/admin/templets/templets_default.htm | 2 +- src/admin/templets/templets_tagsource.htm | 2 +- src/admin/templets/tpl_edit.htm | 2 +- src/static/web/css/admin.css | 267 +++++----- src/static/web/css/style.css | 460 +++++------------- src/static/web/css/user.css | 62 +-- src/system/typelink/typeunit.class.admin.php | 12 +- src/theme/plus/car.htm | 2 +- src/theme/plus/carbuyaction.htm | 2 +- src/theme/plus/download_links_templet.htm | 2 +- src/theme/plus/flink-add.htm | 2 +- src/theme/plus/flink-list.htm | 2 +- src/theme/plus/heightsearch.htm | 4 +- src/theme/plus/list_diyform.htm | 98 ++-- src/theme/plus/post_diyform.htm | 38 +- src/theme/plus/recommend.htm | 2 +- src/theme/plus/shops_action_payment.htm | 2 +- src/theme/plus/view_diyform.htm | 58 ++- src/theme/plus/view_msg.htm | 2 +- src/theme/plus/view_msg_catalog.htm | 2 +- src/theme/plus/vote.htm | 2 +- src/theme/system/custom_fields_admin.htm | 4 +- src/theme/templets/article_article.htm | 73 ++- src/theme/templets/article_default.htm | 104 ++-- src/theme/templets/article_default_sg.htm | 102 ++-- src/theme/templets/article_image.htm | 81 ++- src/theme/templets/article_infos.htm | 90 ++-- src/theme/templets/article_shop.htm | 86 ++-- src/theme/templets/article_soft.htm | 101 ++-- src/theme/templets/article_spec.htm | 43 +- src/theme/templets/footer.htm | 8 +- src/theme/templets/header.htm | 62 ++- src/theme/templets/index.htm | 67 ++- src/theme/templets/index_article.htm | 33 +- src/theme/templets/index_default.htm | 33 +- src/theme/templets/index_default_sg.htm | 35 +- src/theme/templets/index_image.htm | 28 +- src/theme/templets/index_infos.htm | 33 +- src/theme/templets/index_shop.htm | 33 +- src/theme/templets/index_soft.htm | 33 +- src/theme/templets/list_article.htm | 44 +- src/theme/templets/list_default.htm | 44 +- src/theme/templets/list_default_sg.htm | 44 +- src/theme/templets/list_free.htm | 28 +- src/theme/templets/list_image.htm | 36 +- src/theme/templets/list_infos.htm | 60 ++- src/theme/templets/list_shop.htm | 53 +- src/theme/templets/list_soft.htm | 54 +- src/theme/templets/list_spec.htm | 51 +- src/theme/templets/search.htm | 44 +- src/theme/templets/singlepage.htm | 32 +- src/theme/templets/tag.htm | 20 +- src/theme/templets/taglist.htm | 46 +- src/theme/templets/widget_article_digg.htm | 2 +- .../templets/widget_article_feedback.htm | 2 +- src/theme/templets/widget_channels.htm | 4 +- src/theme/templets/widget_hot.htm | 2 +- src/theme/templets/widget_hot_sg.htm | 2 +- src/theme/templets/widget_qrcode.htm | 2 +- src/theme/templets/widget_recommend.htm | 2 +- src/theme/templets/widget_recommend_sg.htm | 2 +- src/theme/templets/widget_vote.htm | 2 +- src/user/inc/inc_list_functions.php | 18 +- src/user/templets/album_add.htm | 2 +- src/user/templets/album_edit.htm | 6 +- src/user/templets/archives_add.htm | 4 +- src/user/templets/archives_edit.htm | 4 +- src/user/templets/archives_sg_add.htm | 4 +- src/user/templets/archives_sg_edit.htm | 4 +- src/user/templets/article_add.htm | 4 +- src/user/templets/article_edit.htm | 4 +- src/user/templets/buy.htm | 4 +- src/user/templets/buy_action_payment.htm | 6 +- src/user/templets/content_list.htm | 8 +- src/user/templets/content_sg_list.htm | 8 +- src/user/templets/edit_baseinfo.htm | 4 +- src/user/templets/edit_email.htm | 4 +- src/user/templets/edit_face.htm | 4 +- src/user/templets/header.htm | 17 +- src/user/templets/index-notlogin.htm | 5 +- src/user/templets/index.htm | 21 +- src/user/templets/info.htm | 4 +- src/user/templets/login.htm | 7 +- src/user/templets/menu.htm | 4 +- src/user/templets/mypay.htm | 4 +- src/user/templets/mystow.htm | 4 +- src/user/templets/operation.htm | 4 +- src/user/templets/pm-main.htm | 4 +- src/user/templets/reg-new.htm | 7 +- src/user/templets/resetpassword.htm | 5 +- src/user/templets/resetpassword2.htm | 5 +- src/user/templets/resetpassword3.htm | 5 +- src/user/templets/shops_action_payment.htm | 2 +- src/user/templets/shops_orders.htm | 4 +- src/user/templets/shops_products.htm | 4 +- src/user/templets/soft_add.htm | 4 +- src/user/templets/soft_edit.htm | 4 +- src/user/templets/top.htm | 10 - src/user/templets/top_login.htm | 18 +- src/user/templets/win_templet.htm | 10 +- 149 files changed, 1916 insertions(+), 2633 deletions(-) delete mode 100644 src/admin/css/albumupload.css create mode 100644 src/admin/css/albumupload.min.css delete mode 100644 src/admin/css/login.css create mode 100644 src/admin/css/login.min.css delete mode 100644 src/admin/css/menu.css create mode 100644 src/admin/css/menu.min.css delete mode 100644 src/user/templets/top.htm diff --git a/src/admin/archives_do.php b/src/admin/archives_do.php index a814314b..a1c71b5b 100644 --- a/src/admin/archives_do.php +++ b/src/admin/archives_do.php @@ -282,12 +282,12 @@ else if ($dopost == 'moveArchives') { echo ""; ?> - - + + - - + @@ -521,8 +521,8 @@ else if ($dopost == 'quickEdit') { echo "
目标栏目: 目标栏目:
文档id: + 文档id:
移动到目标栏目必须和选定文档频道类型一致,否则程序会自动勿略不符合文档
"; ?> - - + - - + - - + + - - + + - - + - - + +
所属栏目: + 所属栏目: getUserChannel(), $arcRow['channel']); echo "
属性: + 属性: SetQuery("SELECT * FROM `#@__arcatt` ORDER BY sortid ASC"); @@ -550,16 +550,16 @@ else if ($dopost == 'quickEdit') {
标题: 标题:
简略标题: 简略标题:
阅读权限: + 阅读权限:
关键词: 关键词:
@@ -820,8 +820,8 @@ else if ($dopost == 'attsDlg') { echo ""; ?> - - + - - + +
属性: + 属性: SetQuery("SELECT * FROM `#@__arcatt` ORDER BY sortid ASC"); @@ -834,8 +834,8 @@ else if ($dopost == 'attsDlg') {
文档id: 文档id:
diff --git a/src/admin/catalog_edit.php b/src/admin/catalog_edit.php index 1bcb1ad7..734c2fa0 100644 --- a/src/admin/catalog_edit.php +++ b/src/admin/catalog_edit.php @@ -115,15 +115,15 @@ if ($dopost == 'time') { - - + - - + - - + + - - + + - - + - - + + - - + - - + + - - + - - + - - + + - - + + - - + - - + - - + - - + + - - + + - - + - - + @@ -93,18 +93,18 @@ else $w = $sizes[0]; ?> - - + + - - + -
是否支持投稿: + 是否支持投稿:
内容模型: + 内容模型: $arr) { if ($k == $channelid) echo "{$arr['typename']} | {$arr['nid']}"; @@ -133,16 +133,16 @@ if ($dopost == 'time') {
栏目名称:栏目名称:
排列顺序: (由低 > 高) 排列顺序: (由低 > 高)
浏览权限: + 浏览权限:
文件保存目录:文件保存目录:
栏目列表选项: + 栏目列表选项:
默认页的名称:默认页的名称:
栏目属性: + 栏目属性:

diff --git a/src/admin/css/albumupload.css b/src/admin/css/albumupload.css deleted file mode 100644 index 5ccb2701..00000000 --- a/src/admin/css/albumupload.css +++ /dev/null @@ -1,99 +0,0 @@ -div.flash { - margin:10px 5px; - width:375px; - border-color:#D9E4FF; - border-radius:.2rem -} -#btnSubmit { - margin:0 0 0 150px -} -.progressWrapper { - width:360px; - overflow:hidden -} -.progressContainer { - padding:5px; - margin:5px; - background:#f8f8f8; - border:solid 1px #E8E8E8; - overflow:hidden -} -.message { - margin:10px 0; - padding:10px 20px; - background:#FFC; - border:solid 1px #FD9; - overflow:hidden -} -.red { - background:#FFEBEB; - border:solid 1px #B50000 -} -.green { - background:#EBFFEB; - border:solid 1px #DDF0DD -} -.blue { - background:#F0F5FF; - border:solid 1px #CEE2F2 -} -.progressName { - width:320px; - height:16px; - text-align:left; - white-space:nowrap; - overflow:hidden -} -.progressBarInProgress,.progressBarComplete,.progressBarError { - margin-top:2px; - width:0; - height:2px; - font-size:0; - background:blue -} -.progressBarComplete { - width:100%; - background:green; - visibility:hidden -} -.progressBarError { - width:100%; - background:#dc3545; - visibility:hidden -} -.progressBarStatus { - margin-top:2px; - width:340px; - text-align:left; - white-space:nowrap -} -.swfupload { - vertical-align:top -} -.albCt { - float:left; - width:220px; - height:auto; - margin-right:10px; - margin-bottom:10px; - border:1px dashed #eee; - background:#f8f8f8; - text-align:center; - padding:10px -} -.albEdit { - height:auto -} -.picinfo { - height:30px; - line-height:30px; - margin:10px 0 -} -.thumbnails img,.thumbnailsEdit img { - margin:5px -} -.albCt img { - max-width:200px; - max-height:150px; - cursor:pointer -} \ No newline at end of file diff --git a/src/admin/css/albumupload.min.css b/src/admin/css/albumupload.min.css new file mode 100644 index 00000000..fdeb8988 --- /dev/null +++ b/src/admin/css/albumupload.min.css @@ -0,0 +1 @@ +div.flash{margin:10px 5px;width:375px;border-color:#D9E4FF;border-radius:.2rem}#btnSubmit{margin:0 0 0 150px}.progressWrapper{width:360px;overflow:hidden}.progressContainer{padding:5px;margin:5px;background:#f8f8f8;border:solid 1px #E8E8E8;overflow:hidden}.message{margin:10px 0;padding:10px 20px;background:#FFC;border:solid 1px #FD9;overflow:hidden}.red{background:#FFEBEB;border:solid 1px #B50000}.green{background:#EBFFEB;border:solid 1px #DDF0DD}.blue{background:#F0F5FF;border:solid 1px #CEE2F2}.progressName{width:320px;height:16px;text-align:left;white-space:nowrap;overflow:hidden}.progressBarInProgress,.progressBarComplete,.progressBarError{margin-top:2px;width:0;height:2px;font-size:0;background:blue}.progressBarComplete{width:100%;background:green;visibility:hidden}.progressBarError{width:100%;background:#dc3545;visibility:hidden}.progressBarStatus{margin-top:2px;width:340px;text-align:left;white-space:nowrap}.swfupload{vertical-align:top}.albCt{float:left;width:220px;height:auto;margin-right:10px;margin-bottom:10px;border:1px dashed #eee;background:#f8f8f8;text-align:center;padding:10px}.albEdit{height:auto}.picinfo{height:30px;line-height:30px;margin:10px 0}.thumbnails img,.thumbnailsEdit img{margin:5px}.albCt img{max-width:200px;max-height:150px;cursor:pointer} \ No newline at end of file diff --git a/src/admin/css/login.css b/src/admin/css/login.css deleted file mode 100644 index 83b8e714..00000000 --- a/src/admin/css/login.css +++ /dev/null @@ -1,91 +0,0 @@ -* { - margin:0; - padding:0; - letter-spacing:.6px; - box-sizing:border-box -} -body { - line-height:1.5; - font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; - color:#545b62; - background:#f8f8f8 -} -a { - color:#545b62 -} -h2 { - font-size:24px -} -input,select,.btn { - font-size:14px!important -} -.biz-head { - padding:1rem 0; - background:#fff -} -.logo { - height:36px -} -.biz-nav { - height:36px; - line-height:36px -} -.biz-nav-a { - padding-right:30px -} -.biz-btn { - color:#545b62 -} -.dropdown-menu { - min-width:8rem; - font-size:14px -} -.dropdown-item { - padding:0 1rem; - height:30px; - line-height:30px; - font-size:14px; - color:#545b62!important -} -.login-from { - margin:0 auto; - width:500px -} -.login-area { - padding:1.25rem; - background:#fff; - border-radius:.2rem -} -.login-power { - padding-top:1rem -} -.login-power a,.goindex a { - color:#28a745 -} -.form-control { - height:36px -} -#browsehappy { - padding:20px 30px; - font-size:14px; - line-height:16px; - color:#856404; - background:#fff3cd; - border-radius:.25rem; - border:0 -} -.browsehappy-close { - float:right; - cursor:pointer -} -@media (max-width:760px) { - .biz-head { - padding:1rem 15px -} -.biz-nav-a { - display:none!important -} -.login-from { - width:100% -} -} \ No newline at end of file diff --git a/src/admin/css/login.min.css b/src/admin/css/login.min.css new file mode 100644 index 00000000..a9de9051 --- /dev/null +++ b/src/admin/css/login.min.css @@ -0,0 +1 @@ +*{margin:0;padding:0;letter-spacing:.6px;box-sizing:border-box}body{line-height:1.5;font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:#545b62;background:#f8f8f8}a{color:#545b62}h2{font-size:24px}input,select,.btn{font-size:14px!important}.biz-head{padding:1rem 0;background:#fff}.logo{height:36px}.biz-nav{height:36px;line-height:36px}.biz-nav-a{padding-right:30px}.biz-btn{color:#545b62}.dropdown-menu{min-width:8rem;font-size:14px}.dropdown-item{padding:0 1rem;height:30px;line-height:30px;font-size:14px;color:#545b62!important}.login-from{margin:0 auto;width:500px}.login-area{padding:1.25rem;background:#fff;border-radius:.2rem}.login-power{padding-top:1rem}.login-power a,.goindex a{color:#28a745}.form-control{height:36px}#browsehappy{padding:20px 30px;font-size:14px;line-height:16px;color:#856404;background:#fff3cd;border-radius:.25rem;border:0}.browsehappy-close{float:right;cursor:pointer}@media (max-width:760px){.biz-head{padding:1rem 15px}.biz-nav-a{display:none!important}.login-from{width:100%}} \ No newline at end of file diff --git a/src/admin/css/menu.css b/src/admin/css/menu.css deleted file mode 100644 index d8ea7539..00000000 --- a/src/admin/css/menu.css +++ /dev/null @@ -1,238 +0,0 @@ -body.hidemenu { - background:none -} -body.showmenu .body-left { - display:block -} -body.hidemenu .body-left { - display:none -} -body.showmenu .body-right { - left:230px; - transition:all .3s -} -body.hidemenu .body-right { - left:0; - transition:all .3s -} -input[type=text] { - padding:.2rem; - width:160px; - height:26px; - line-height:26px; - font-size:12px; - background:#fff; - border:0; - border-radius:.2rem; - vertical-align:middle -} -input[type=text]:focus { - box-shadow:none; - outline:none -} -.body-left { - position:absolute; - top:60px; - width:230px; - left:0; - bottom:0; - z-index:7 -} -.body-right { - position:absolute; - right:0; - top:60px; - bottom:0; - z-index:7 -} -.main { - height:100% -} -.main iframe { - width:100%; - height:100%; - z-index:20 -} -.menu { - height:100% -} -.menu iframe { - width:100%; - height:100%; - z-index:20 -} -.head { - width:100%; - height:60px; - background:linear-gradient(45deg,#008e38,#57960f 50%); - box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075) -} -.top-logo { - margin-left:30px; - float:left; - width:200px -} -.top-name a { - float:left; - height:60px; - line-height:60px; - font-size:18px; - font-weight:600; - color:#fff -} -.top-name a img { - width:90px -} -.top-version a { - float:left; - height:60px; - line-height:60px; - font-size:18px; - font-weight:600; - color:#fff -} -.top-version { - float:left; - margin-top:20px; - margin-left:5px; - color:#fff -} -.btn-primary,.btn-warning { - float:left; - margin-top:18px; - margin-left:5px -} -.top-item ul li { - float:left; - padding-left:30px; - height:60px; - line-height:60px -} -.top-item ul li a,.top-admin ul li a { - font-size:14px; - color:#fff -} -.top-item ul li a:hover,.top-admin ul li a:hover { - color:#dee2e6 -} -.search { - margin-left:-25px; - height:20px; - line-height:20px; - font-size:12px; - color:#545b62; - background:0; - border-radius:.2rem; - border:0; - cursor:pointer -} -.top-admin { - float:right; - margin-right:30px; - height:60px; - line-height:60px -} -.top-admin img { - margin-right:10px; - width:30px; - height:30px; - border-radius:50% -} -.top-admin ul li { - float:left; - padding-left:30px; - height:60px; - line-height:60px -} -.menu-body { - margin:0; - padding:0 10px -} -.menu-left { - padding-top:1rem -} -.menu-right { - width:100%; - background:#fff; - box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075); - border-radius:0 0 .2rem .2rem -} -a.menu-item div { - margin-bottom:5px; - width:40px; - height:28px; - line-height:28px; - color:#545b62; - background:#fff; - box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075); - border-radius:.2rem 0 0 .2rem; - text-align:center; - transition:all .3s; - cursor:pointer -} -a.menu-item div:hover { - color:#fff; - background:#545b62 -} -a.menu-active div { - margin-bottom:5px; - width:40px; - height:28px; - line-height:28px; - color:#fff; - background:#545b62; - box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075); - border-radius:.2rem 0 0 .2rem; - text-align:center -} -dl.bitem { - margin:1rem 0 10px 0; - padding:0 10px -} -dl.bitem dt { - margin-bottom:10px; - padding-left:10px; - height:28px; - line-height:28px; - background:#f6f6f6; - border-radius:.2rem; - cursor:pointer -} -dl.bitem dt b { - color:#545b62 -} -dl.bitem dt b i { - margin-right:10px; - width:10px -} -.sitemu li { - display:block; - padding-left:30px; - height:26px; - line-height:26px -} -.fllct { - float:left -} -.flrct { - float:right -} -.fa-minus-circle { - color:#dc3545 -} -.fa-plus-circle { - color:#28a745 -} -#browsehappy { - padding:20px 30px; - font-size:14px; - line-height:16px; - color:#856404; - background:#fff3cd; - border-radius:.25rem; - border:0 -} -.browsehappy-close { - float:right; - cursor:pointer -} \ No newline at end of file diff --git a/src/admin/css/menu.min.css b/src/admin/css/menu.min.css new file mode 100644 index 00000000..b118b635 --- /dev/null +++ b/src/admin/css/menu.min.css @@ -0,0 +1 @@ +.menu-body{margin:0;padding:0 10px}.menu-left{padding-top:1rem}.menu-right{width:100%;background:#fff;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);border-radius:0 0 .2rem .2rem}a.menu-item div{margin-bottom:5px;width:40px;height:28px;line-height:28px;color:#545b62;background:#fff;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);border-radius:.2rem 0 0 .2rem;text-align:center;transition:all .3s;cursor:pointer}a.menu-item div:hover{color:#fff;background:#545b62}a.menu-active div{margin-bottom:5px;width:40px;height:28px;line-height:28px;color:#fff;background:#545b62;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);border-radius:.2rem 0 0 .2rem;text-align:center}dl.bitem{margin:1rem 0 10px 0;padding:0 10px}dl.bitem dt{margin-bottom:10px;padding-left:10px;height:28px;line-height:28px;background:#f6f6f6;border-radius:.2rem;cursor:pointer}dl.bitem dt b{color:#545b62}dl.bitem dt b i{margin-right:10px;width:10px}.sitemu li{display:block;padding-left:30px;height:26px;line-height:26px}.fllct{float:left}.flrct{float:right}.fa-minus-circle{color:#dc3545}.fa-plus-circle{color:#28a745}#browsehappy{padding:20px 30px;font-size:14px;line-height:16px;color:#856404;background:#fff3cd;border-radius:.25rem;border:0}.browsehappy-close{float:right;cursor:pointer} \ No newline at end of file diff --git a/src/admin/dialog/select_images.php b/src/admin/dialog/select_images.php index 1dbfc43d..1afec352 100644 --- a/src/admin/dialog/select_images.php +++ b/src/admin/dialog/select_images.php @@ -63,7 +63,7 @@ if (!empty($iseditor)) { html{background:#f6f6f6} .bg{margin:10px;border-radius:.2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)} .napisdiv{left:10;top:10;width:150px;height:100px;position:absolute;z-index:3;display:none} -.linerow{border-bottom:1px solid #eee!important} +.biz-td{border-bottom:1px solid #eee!important} - + @@ -24,9 +24,9 @@ V - 安全 + 安全 - 开发 + 开发
@@ -43,7 +43,7 @@
  • - +
  • diff --git a/src/admin/templets/index_menu.htm b/src/admin/templets/index_menu.htm index 74da1c98..3f3ccae4 100644 --- a/src/admin/templets/index_menu.htm +++ b/src/admin/templets/index_menu.htm @@ -6,7 +6,7 @@ 系统菜单 - + var curopenItem = '$openitem';";?> diff --git a/src/admin/templets/login.htm b/src/admin/templets/login.htm index b818d049..41e61fa9 100644 --- a/src/admin/templets/login.htm +++ b/src/admin/templets/login.htm @@ -8,7 +8,7 @@ <?php echo $cfg_webname;?>后台登录 - + diff --git a/src/admin/templets/media_add.htm b/src/admin/templets/media_add.htm index 0abf24f3..827f5db1 100644 --- a/src/admin/templets/media_add.htm +++ b/src/admin/templets/media_add.htm @@ -57,8 +57,8 @@
    媒体类型: + 媒体类型: @@ -66,24 +66,24 @@
    说明标题:说明标题:
    参数说明:图片不需要指定“宽”、“高”,其它附加参数仅方便多媒体文件管理,没其它含义参数说明:图片不需要指定“宽”、“高”,其它附加参数仅方便多媒体文件管理,没其它含义
    附加参数: + 附加参数: 宽:(像素) 高:(像素) 播放时间:(分钟)
    上传文件: + 上传文件: 数量: diff --git a/src/admin/templets/media_edit.htm b/src/admin/templets/media_edit.htm index fd723c3c..4b91976c 100644 --- a/src/admin/templets/media_edit.htm +++ b/src/admin/templets/media_edit.htm @@ -50,8 +50,8 @@
    媒体类型: + 媒体类型: @@ -59,24 +59,24 @@
    说明标题:说明标题:
    参数说明:图片不需要指定“宽”、“高”,其它附加参数仅方便多媒体文件管理,没其它含义参数说明:图片不需要指定“宽”、“高”,其它附加参数仅方便多媒体文件管理,没其它含义
    附加参数: + 附加参数: 宽:(像素) 高:(像素) 播放时间:(分钟)
    原文件: + 原文件: [查看]
    预览:预览:
    修改文件: + 修改文件:
    + diff --git a/src/admin/templets/member_toadmin.htm b/src/admin/templets/member_toadmin.htm index 0cec370c..1fff7ae6 100644 --- a/src/admin/templets/member_toadmin.htm +++ b/src/admin/templets/member_toadmin.htm @@ -44,8 +44,8 @@ - - + - - + + - - + + - - + - - + - - + + - - + + - - + diff --git a/src/admin/templets/member_view.htm b/src/admin/templets/member_view.htm index ccd4d301..20d752a9 100644 --- a/src/admin/templets/member_view.htm +++ b/src/admin/templets/member_view.htm @@ -41,8 +41,8 @@ - - + - + - - + - - + - + - - + + - - + + - - + + - - + - - + - - + + - - + + 0)? $mhasDay : '该会员已经到期';?> - - + + - - + - - + - - + - - + diff --git a/src/admin/templets/soft_add.htm b/src/admin/templets/soft_add.htm index d4c56884..6459a1bb 100644 --- a/src/admin/templets/soft_add.htm +++ b/src/admin/templets/soft_add.htm @@ -65,7 +65,7 @@
    用户名: + 用户名:
    用户名称:(发布文档后显示责任编辑的名字)用户名称:(发布文档后显示责任编辑的名字)
    用户密码:(留空则不修改,只能用'0-9a-zA-Z.@_-!'以内范围的字符)用户密码:(留空则不修改,只能用'0-9a-zA-Z.@_-!'以内范围的字符)
    用户类型: + 用户类型:
    负责频道: + 负责频道:
    真实姓名:真实姓名:
    电子邮箱:电子邮箱:
    验证安全码: + 验证安全码: (安全码:
    用户名: + 用户名: ";}; echo "".$row['userid'].""; @@ -50,53 +50,53 @@
    密码:密码: (不修改留空)
    注册时间: + 注册时间: ip:
    最近登录时间: + 最近登录时间: ip:
    用户类型:用户类型:
    电子邮箱:电子邮箱:
    昵称:昵称:
    性别: + 性别: -
    金币 : + 金币 : 积分:
    等级: + 等级: SetQuery("SELECT `rank`,membername From `#@__arcrank` where `rank`>0"); @@ -117,29 +117,29 @@
    升级时间:(如果您要升级会员,必须设置此时间为当前时间)升级时间:(如果您要升级会员,必须设置此时间为当前时间)
    会员天数:(如果您要升级会员,会员天数必须大于0)会员天数:(如果您要升级会员,会员天数必须大于0)
    会员剩余天数:会员剩余天数:
    推荐级别: + 推荐级别: (0为普通,1为推荐,10为管理员不能在前台登录非管理员ID是严格使用10属性的,要新建管理在系统帐号地方增加)
    资料状况: + 资料状况:
    空间信息: + 空间信息: GetOne("Select * From `#@__member_tj` where mid='{$row['mid']}' "); echo "文档:{$nrow['article']} 图集:{$nrow['album']} 文档:{$nrow['archives']} 收藏:{$nrow['stow']}"; @@ -162,8 +162,8 @@
    特殊操作: + 特殊操作: 修改资料 登录此用户面板
    -
    + @@ -77,7 +77,7 @@ -
    软件名称:
    + @@ -97,7 +97,7 @@ -
    自定义属性: