From 8e5fe3a6e04d57d21fd4cbc980f515b71c6564e8 Mon Sep 17 00:00:00 2001 From: tianya Date: Wed, 27 Oct 2021 22:15:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E5=8F=B0=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dede/css/base.css | 691 +--------------------------- src/dede/css/codemirror.css | 342 +------------- src/dede/css/frame.css | 590 +----------------------- src/dede/dialog/select_images.php | 255 +++++----- src/dede/dialog/select_soft.php | 154 +++---- src/dede/dialog/select_templets.php | 368 +++++++-------- src/dede/images/gtk-del.png | Bin 781 -> 715 bytes src/dede/images/gtk-sadd.png | Bin 246 -> 733 bytes src/dede/templets/index_menu2.htm | 230 ++++----- 9 files changed, 440 insertions(+), 2190 deletions(-) mode change 100755 => 100644 src/dede/css/base.css mode change 100755 => 100644 src/dede/css/codemirror.css mode change 100755 => 100644 src/dede/css/frame.css mode change 100755 => 100644 src/dede/dialog/select_images.php mode change 100755 => 100644 src/dede/dialog/select_soft.php mode change 100755 => 100644 src/dede/dialog/select_templets.php mode change 100755 => 100644 src/dede/images/gtk-del.png mode change 100755 => 100644 src/dede/images/gtk-sadd.png mode change 100755 => 100644 src/dede/templets/index_menu2.htm diff --git a/src/dede/css/base.css b/src/dede/css/base.css old mode 100755 new mode 100644 index b406fb13..7237f827 --- a/src/dede/css/base.css +++ b/src/dede/css/base.css @@ -1,690 +1 @@ -* { - font-size: 13px; - font-family: "宋体"; -} - -td { - line-height: 1.5; -} - -body { - font-size: 13px; - line-height: 1.5; - font-family: "宋体"; - background-color: #FFF; -} - -form, -h1, -h2, -h3, -ul, -ol, -div { - margin: 0; - padding: 0; -} - -td, -th, -div { - word-break: break-all; - word-wrap: break-word; -} - -b, -strong { - color: #666600; -} - -li, -dd { - list-style-type: none; - margin: 0px; - padding: 0px; -} - -select { - height: calc(1.5em + .75rem + 2px); - padding: .375rem .75rem; - font-size: 1rem; - font-weight: 400; - color: #495057; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ced4da; - border-radius: .25rem; - transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; -} - -input[type="button"], -input[type="submit"], -input[type="reset"] { - border: none; - border-right: 1px solid #ACACAC; - border-bottom: 1px solid #ACACAC; - background-color: #F1F8B4; - padding: 2px; - padding-right: 5px; - padding-left: 5px; - cursor: pointer; -} - -input[type="text"], -input[type="password"] { - font-size: 1rem; - font-weight: 400; - color: #495057; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ced4da; - border-radius: .25rem; - height: calc(1.5em + .75rem + 2px); - padding: .375rem .75rem; - transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; - line-height: 18px; - vertical-align: middle; -} - -input[type="text"]:focus, -input[type="password"]:focus { - border-color: #A5C760; - color: #333; - -moz-box-shadow: 0 0 3px #A5C760; - -webkit-box-shadow: 0 0 3px #A5C760; - box-shadow: 0 0 3px #A5C760; - outline: none; -} - -input:disabled, -input[readonly] { - background-color: #e9ecef; - opacity: 1; -} - -label { - display: inline-block; - margin: .5rem 0; -} - -.alltxt { - line-height: 18px; - padding: 3px 3px 2px 3px; - vertical-align: middle; - border-width: 1px; - border-style: solid; - border-color: #707070 #CECECE #CECECE #707070; -} - -textarea { - font-size: 1rem; - font-weight: 400; - color: #495057; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ced4da; - border-radius: .25rem; - transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; - padding: 2px 4px; - vertical-align: middle; - line-height: 16px; - overflow: auto; - resize: vertical; -} - -textarea:focus { - border-color: #A5C760; - color: #333; - -moz-box-shadow: 0 0 3px #A5C760; - -webkit-box-shadow: 0 0 3px #A5C760; - box-shadow: 0 0 3px #A5C760; -} - -h1 { - color: #171B16; - font-size: 130%; - font-weight: bold; -} - -h2 { - color: #171B16; - font-size: 115%; - font-weight: bold; -} - -h3 { - color: #171B16; - font-size: 100%; - font-weight: bold; -} - -a:link { - font-size: 9pt; - color: #000000; - text-decoration: none; - font-family: ""宋体""; -} - -a:visited { - font-size: 9pt; - color: #000000; - text-decoration: none; - font-family: ""宋体""; -} - -a:hover { - color: red; - font-family: ""宋体""; -} - -a img { - border-style: none; -} - -b a { - color: #666600; -} - -strong a { - color: #666600; -} - -a b { - color: #666600; -} - -a strong { - color: #666600; -} - -.pubinputs { - height: 16px; - line-height: 16px; - width: 250px; - padding: 4px 0px 2px 0px; - border-width: 1px; - border-style: solid; - border-color: #999999 #dddddd #dddddd #999999; -} - -.iptxt { - height: 14px; - line-height: 14px; - padding: 4px 3px 2px 3px; - border-width: 1px; - border-style: solid; - border-color: #999999 #dddddd #dddddd #999999; -} - -.pubinput { - height: 24px; - width: 250px; - padding-top: 3px; - padding-bottom: 0px; -} - -.pubinputl { - height: 24px; - width: 350px; - padding-top: 3px; - padding-bottom: 0px; -} - -.np { - border: none; -} - -.linerow { - border-bottom: 1px solid #ACACAC; -} - -.coolbg { - border: none; - border-right: 1px solid #ACACAC; - border-bottom: 1px solid #ACACAC; - padding: 2px; - padding-right: 5px; - padding-left: 5px; - background: #CCC url(../images/allbtbg2.gif); - cursor: pointer; -} - -.coolbg2 { - border: 1px solid #000000; - background-color: #DFDDD2; - height: 18px -} - -.ll { - border-right: 2px solid #ACACAC; - border-bottom: 2px solid #ACACAC; - background-color: #E6E6E6 -} - -.bline { - border-bottom: 1px dotted #BCBCBC; - height: 36px; - background-color: #FFFFFF; -} - -#uploadfield { - float: left; -} - -.bline2 { - border-bottom: 1px solid #BCBCBC; -} - -.coolbt { - border-left: 1px solid #EFEFEF; - border-top: 1px solid #EFEFEF; - border-right: 1px solid #ACACAC; - border-bottom: 1px solid #ACACAC; - background-color: #E4F7D7; - cursor: pointer; -} - -.coolbt2 { - border-left: 1px solid #EFEFEF; - border-top: 1px solid #EFEFEF; - border-right: 1px solid #ACACAC; - border-bottom: 1px solid #ACACAC; - background-color: #F7FCDA -} - -.coolbg3 { - border: 1px solid #BDC5B4; - background-color: #DFDDD2; - height: 20px; - width: 140px; - text-align: right; -} - -.coolbg61 { - line-height: 26px; - width: 380px; - border-top: 1px solid #BDC5B4; - border-left: 1px solid #BDC5B4; - border-right: 1px solid #BDC5B4; - height: 26px; - text-align: right; - background-color: #E7F3B1; -} - -.coolbg62 { - border: 1px solid #BDC5B4; - background-color: #F8FDF0; - height: 300px; - width: 380px; - padding: 5px; -} - -.coolbg4 { - border-bottom: 1px solid #C9CFC1; - background-color: #F9FCDC; - background: url(../images/dlgtitle.gif) repeat-x; - height: 24px; - line-height: 24px; - width: 190px; - text-align: right; -} - -.coolbg5 { - border-top: 1px solid #BDC5B4; - background-color: #F9FCDC; - font-size: 1pt; - height: 6px; - width: 190px; -} - -.wsselect { - height: 60px; - line-height: 24px overflow-y:auto; - overflow: auto; - background-color: #FCFEF1; - scrollbar-face-color: #ffffff; - scrollbar-highlight-color: #919192; - scrollbar-shadow-color: #919192; - scrollbar-3dlight-color: #ffffff; - scrollbar-arrow-color: #919192; - scrollbar-track-color: #ffffff; - scrollbar-darkshadow-color: #ffffff; -} - -.dlg { - border: 2px solid #749F4D; - background-color: #F0FAEB; - padding: 2px; - width: 360px; - line-height: 160%; -} - -.pubdlg { - z-index: 8888; - border: 5px solid #749F4D; - background-color: #fff; -} - -.pubdlg .title { - border-bottom: 1px solid #C9CFC1; - background-color: #F9FCDC; - background: url(../images/dlgtitle.gif) repeat-x; - height: 28px; - line-height: 28px; - text-align: left; - cursor: move; -} - -.pubdlg .titLeft { - float: left; - padding-left: 8px; - line-height: 28px; - font-weight: bold; - color: #555; -} - -.pubdlg .titRight { - float: right; - padding: 0px; -} - -.fullpagediv { - z-index: 1999; - top: 0; - left: 0; - background: #cdcdcd; - filter: Alpha(opacity=50); - -moz-opacity: .5; - opacity: 0.5; - position: absolute; - width: 100%; - height: 120%; -} - -.quicksel { - z-index: 10005; - width: 680px; - height: 420px; - margin-left: 5px; - margin-top: 5px; - overflow: auto; - scrollbar-face-color: #ffffff; - scrollbar-highlight-color: #919192; - scrollbar-shadow-color: #919192; - scrollbar-3dlight-color: #ffffff; - scrollbar-arrow-color: #919192; - scrollbar-track-color: #ffffff; - scrollbar-darkshadow-color: #ffffff; -} - -.quickselfoot { - padding-top: 8px; - border-top: 1px dashed #C0CC9D; -} - -.quickselItem { - margin-bottom: 8px; -} - -.quickselItem .topcat { - font-weight: bold; - clear: both; - line-height: 24px; - border-bottom: 1px dashed #ccc; - background: #FBFEEF; - padding-left: 5px; -} - -.quickselItem .soncat { - padding-left: 10px; -} - -.quickselItem .item { - float: left; - margin-right: 8px; -} - -.mysource, -.mywriter { - z-index: 10001; - border: 5px solid #749F4D; - background-color: #F0FAEB; - padding: 2px; - width: 280px; - line-height: 160%; -} - -.dlgws div { - width: 100%; -} - -.dlgTesttitle { - border: 2px solid #749F4D; - background-color: #F0FAEB; - padding: 2px; - width: 300px; - line-height: 150%; -} - -#_mysource { - z-index: 10003; -} - -#_mywriter { - z-index: 10004; -} - -#uploadwait { - z-index: 19999; -} - -.option1 { - background-color: #DCECA6; -} - -.option2 { - background-color: #F7FBD2; -} - -.option3 { - background-color: #FFFFFF; -} - -.ininput { - width: 96%; - height: 20px; - border: 1px solid #ffffff; -} - -.nbt { - padding: 1px; - background-image: url('../images/allbtbg.gif'); - background-color: #ffffff; - border: 1px solid #A5AF83; -} - -.tdt { - padding-left: 6px; -} - -.waitpage { - top: 0; - left: 0; - filter: Alpha(opacity=70); - -moz-opacity: 0.7; - position: absolute; - z-index: 10000; - background: url(../../images/loading1.gif) #ababab center no-repeat; -} - -.divpre img { - max-width: 150px; - max-height: 100px; -} - -.divpre { - overflow: hidden; -} - -.autoinput { - padding-left: 3px; - width: 90%; -} - -.bodytitle { - margin: auto; - height: 28px; - border: 1px dotted #BFD67C; - background: url('../images/wbg.gif'); - margin-bottom: 6px; - width: 98%; - font-weight: bold; -} - -.bodytitle div { - float: left -} - -.bodytitletxt { - padding-left: 6px; - line-height: 28px; -} - -.tbtitle td { - padding: 3px; -} - -.tblist td { - background: #FFFFFF; - padding: 6px; -} - -.tblist td.tbsname { - background: #F9FFE6; - padding: 6px; -} - -.colordlg { - width: 100px; - z-index; - 10005; - border: 2px dashed #749F4D; - background-color: #F0FAEB; - padding: 2px; - line-height: 160%; -} - -option.alltype { - height: 18px; - line-height: 18px; - font-size: 12px; - padding-left: 16px; - background: url(../images/arr4.gif) 3px 4px no-repeat; -} - -option.btype { - height: 18px; - line-height: 18px; - font-size: 12px; - padding-left: 16px; - background: url(../images/arr4.gif) 3px 4px no-repeat; -} - -option.stype { - height: 18px; - line-height: 18px; - font-size: 12px; - padding-left: 24px; - background: url(../images/arrr.gif) 11px 4px no-repeat; -} - -.ilist { - border-top: 1px dashed #BCBCBC; - border-bottom: 1px dashed #BCBCBC; - border-left: 1px dashed #BCBCBC; -} - -.ilist td { - border-right: 1px dashed #BCBCBC; -} - -#typeid2 { - border: 0px; - padding: 0px; - background: #ccc; - height: 18px; - font-size: 12px; - padding-left: 10px; - background: url(../images/typeid2bg.gif) no-repeat; - float: left; -} - -.litpic_span { - width: 77px; - overflow: hidden; - height: 21px; - *vertical-align: 3px; - margin-left: -60px; - *margin-left: -75px; - cursor: pointer; -} - -#litpic { - width: 85px; - height: 20px; - margin-left: -20px; - filter: alpha(opacity=00); - -moz-opacity: .0; - opacity: 0.0; - cursor: pointer; -} - -#starttime, -#endtime, -#pubdate { - background: url(../images/calendar.gif) 3px no-repeat; - padding-left: 23px; -} - -#title { - background: url(../images/ruler.gif) repeat-x 0px 10px; -} - -.spec { - width: 60px; -} - -.gtab a { - width: 80px; - text-align: center; - display: block; - float: left; - height: 26px; - line-height: 26px; -} - -.albCt img { - cursor: pointer; -} - -img { - vertical-align: baseline; -} - - -.maintable { - width: 98% !important; -} - -a.btn { - color: white !important; -} - -span.page-link { - background-color: #DDD; -} - -.btn-success { - background-color: #28a745; - border-color: #28a745; -} \ No newline at end of file +*{font-size:12px}body{font:12px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:#666;background:#fff;line-height:24px;letter-spacing:0.4px}form,h1,h2,h3,ul,ol,div{margin:0;padding:0}td{line-height:1.5}td,th,div{word-break:break-all;word-wrap:break-word}b,strong{font-weight:600}li,dd{margin:0;padding:0;list-style:none}input[type=button],input[type=submit],input[type=reset]{display:inline-block;padding:0 8px;line-height:24px;font-size:12px;color:#fff!important;background:#28a745!important;border:none;cursor:pointer;text-align:center;border-radius:2px;-webkit-appearance:none}input,input[type=text],input[type=password]{padding:2px 6px;height:24px!important;line-height:24px!important;color:#666;border:1px solid #eee}input[type=checkbox],input[type=radio]{width:14px;height:14px;vertical-align:bottom}textarea{padding:2px 6px;font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:#666;border:1px solid #eee;border-radius:2px;vertical-align:bottom}select{padding:2px;border:1px solid #eee;border-radius:2px;color:#666}input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus{border:1px solid #d2d2d2;outline:none}img{margin-right:8px}h1,h2,h3{font-size:18px;color:#666}a:link{color:#666;text-decoration:none}a:hover{opacity:0.8}a:visited{color:#ccc}.alltxt{padding:2px 6px;color:#666;border:1px solid #eee;vertical-align:bottom}.pubinputs{padding:2px 6px;width:250px;line-height:16px;border:1px solid #eee}.iptxt{padding:2px 6px;line-height:14px;border:1px solid #eee}.pubinput{padding-bottom:0;width:250px;height:24px}.pubinputl{padding-bottom:0;width:250px;height:24px}.np{border:none}.linerow{border-bottom:1px solid #acacac}.coolbg{display:inline-block;padding:0 8px;line-height:24px;color:#fff!important;background:#f2f2f2!important;border-radius:2px;text-align:center;cursor:pointer}.coolbg2{height:24px;background:#dfddd2;border:1px solid #424b51}.ll{background:#e6e6e6;border-right:2px solid #acacac;border-bottom:2px solid #acacac}.bline{background:#fff;border-bottom:1px solid #f6f6f6}#uploadfield{float:left}.bline2{border-bottom:1px solid #bcbcbc}.coolbt{background:#e4f7d7;border-left:1px solid #efefef;border-top:1px solid #efefef;border-right:1px solid #acacac;border-bottom:1px solid #acacac;cursor:pointer}.coolbt2{background:#f7fcda;border-left:1px solid #efefef;border-top:1px solid #efefef;border-right:1px solid #acacac;border-bottom:1px solid #acacac}.coolbg3{width:140px;height:24px;background:#dfddd2;border:1px solid #bdc5b4;text-align:right}.coolbg61{width:380px;line-height:26px;background:#e7f3b1;border-top:1px solid #bdc5b4;border-left:1px solid #bdc5b4;border-right:1px solid #bdc5b4;text-align:right}.coolbg62{padding:2px 6px;width:380px;height:300px;background:#f8fdf0;border:1px solid #bdc5b4}.coolbg4{padding:0 10px;height:28px;line-height:28px;background:#f9fcdc;background:url(../images/dlgtitle.gif) repeat-x;border-bottom:1px solid #c9cfc1;text-align:right}.coolbg5{height:6px;background:#f9fcdc;border-top:1px solid #bdc5b4}.wsselect{padding:10px;height:auto;background:#fcfef1;overflow:auto}.dlg{padding:2px 6px;width:360px;background:#f0faeb;border:2px solid #ccc}.pubdlg{background:#fff;border:2px solid #ccc;z-index:8888}.pubdlg .title{height:28px;line-height:28px;background:#f9fcdc;background:url(../images/dlgtitle.gif) repeat-x;border-bottom:1px solid #c9cfc1;text-align:left;cursor:move}.pubdlg .titLeft{float:left;padding-left:10px;line-height:28px;color:#666}.pubdlg .titRight{float:right;padding:0}.quicksel{margin:0 10px;width:680px;height:420px;overflow:auto;z-index:10005}.quickselfoot{padding-top:8px;border-top:1px dashed #c0cc9d}.quickselItem{margin-bottom:8px}.quickselItem .topcat{padding-left:10px;line-height:28px;background:#fbfeef;border-bottom:1px dashed #ccc;clear:both}.quickselItem .soncat{padding-left:10px}.quickselItem .item{margin-right:10px;float:left}.mysource,.mywriter{width:280px;background:#f0faeb;border:2px solid #ccc;z-index:10001}.dlgws div{max-width:100%}.dlgTesttitle{padding:2px 6px;width:300px;background:#f0faeb;border:2px solid #ccc}#_mysource{z-index:10003}#_mywriter{z-index:10004}#uploadwait{z-index:19999}.option1{background:#dceca6}.option2{background:#f7fbd2}.option3{background:#fff}.ininput{width:96%;height:24px;border:1px solid #fff}.nbt{padding:2px 6px;background-image:url(../images/allbtbg.gif);background:#fff;border:1px solid #a5af83}.tdt{padding-left:10px}.waitpage{position:absolute;top:0;left:0;background:url(../../images/loading1.gif) #ababab center no-repeat;z-index:10000}.divpre img{max-width:120px;max-height:80px}.divpre{overflow:hidden}.autoinput{padding-left:6px;width:90%}.bodytitle{margin:0 auto 10px;width:98%;height:34px;line-height:34px;background:url(../images/wbg.gif);border:1px solid #cecece;box-sizing:border-box}.bodytitle div{float:left}.bodytitletxt{padding-left:10px}.tbtitle td{padding:2px 6px}.tblist td{padding:2px 6px;background:#fff}.tblist td.tbsname{padding:2px 6px;background:#f9ffe6}.colordlg{padding:2px 6px;width:100px;border:2px dashed #28a745;background:#f0faeb;z-index:10005}option.alltype{padding-left:16px;height:24px;line-height:24px;background:url(../images/arr4.gif) 2px 4px no-repeat}option.btype{padding-left:16px;height:24px;line-height:24px;background:url(../images/arr4.gif) 2px 4px no-repeat}option.stype{padding-left:24px;height:24px;line-height:24px;background:url(../images/arrr.gif) 10px 4px no-repeat}.ilist{border-top:1px dashed #bcbcbc;border-bottom:1px dashed #bcbcbc;border-left:1px dashed #bcbcbc}.ilist td{border-right:1px dashed #bcbcbc}#typeid2{float:left;padding-left:10px;height:24px;background:url(../images/typeid2bg.gif) no-repeat;border:none}.litpic_span{margin-left:-60px;width:80px;height:24px;overflow:hidden;cursor:pointer}#litpic{margin-left:-20px;width:82px;height:24px;opacity:0;cursor:pointer}#starttime,#endtime,#pubdate{padding-left:24px;background:url(../images/calendar.gif) 4px no-repeat}#title{background:url(../images/ruler.gif) repeat-x 0 6px}.spec{width:60px}.gtab a{width:80px;text-align:center;display:block;float:left;height:26px;line-height:26px}.albCt img{cursor:pointer}.maintable{width:98% !important}a.btn{color:white !important}span.page-link{background-color:#ddd}.btn-success{background-color:#28a745;border-color:#28a745}.table{color:#666}.table td,.table th{padding:6px 12px} \ No newline at end of file diff --git a/src/dede/css/codemirror.css b/src/dede/css/codemirror.css old mode 100755 new mode 100644 index 13467e82..61e578c3 --- a/src/dede/css/codemirror.css +++ b/src/dede/css/codemirror.css @@ -1,341 +1 @@ -/* BASICS */ - -.CodeMirror { - /* Set height, width, borders, and global font properties here */ - font-family: monospace; - height: 300px; - color: black; -} - -/* PADDING */ - -.CodeMirror-lines { - padding: 4px 0; /* Vertical padding around content */ -} -.CodeMirror pre { - padding: 0 4px; /* Horizontal padding of content */ -} - -.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { - background-color: white; /* The little square between H and V scrollbars */ -} - -/* GUTTER */ - -.CodeMirror-gutters { - border-right: 1px solid #ddd; - background-color: #f7f7f7; - white-space: nowrap; -} -.CodeMirror-linenumbers {} -.CodeMirror-linenumber { - padding: 0 3px 0 5px; - min-width: 20px; - text-align: right; - color: #999; - white-space: nowrap; -} - -.CodeMirror-guttermarker { color: black; } -.CodeMirror-guttermarker-subtle { color: #999; } - -/* CURSOR */ - -.CodeMirror-cursor { - border-left: 1px solid black; - border-right: none; - width: 0; -} -/* Shown when moving in bi-directional text */ -.CodeMirror div.CodeMirror-secondarycursor { - border-left: 1px solid silver; -} -.cm-fat-cursor .CodeMirror-cursor { - width: auto; - border: 0 !important; - background: #7e7; -} -.cm-fat-cursor div.CodeMirror-cursors { - z-index: 1; -} - -.cm-animate-fat-cursor { - width: auto; - border: 0; - -webkit-animation: blink 1.06s steps(1) infinite; - -moz-animation: blink 1.06s steps(1) infinite; - animation: blink 1.06s steps(1) infinite; - background-color: #7e7; -} -@-moz-keyframes blink { - 0% {} - 50% { background-color: transparent; } - 100% {} -} -@-webkit-keyframes blink { - 0% {} - 50% { background-color: transparent; } - 100% {} -} -@keyframes blink { - 0% {} - 50% { background-color: transparent; } - 100% {} -} - -/* Can style cursor different in overwrite (non-insert) mode */ -.CodeMirror-overwrite .CodeMirror-cursor {} - -.cm-tab { display: inline-block; text-decoration: inherit; } - -.CodeMirror-rulers { - position: absolute; - left: 0; right: 0; top: -50px; bottom: -20px; - overflow: hidden; -} -.CodeMirror-ruler { - border-left: 1px solid #ccc; - top: 0; bottom: 0; - position: absolute; -} - -/* DEFAULT THEME */ - -.cm-s-default .cm-header {color: blue;} -.cm-s-default .cm-quote {color: #090;} -.cm-negative {color: #d44;} -.cm-positive {color: #292;} -.cm-header, .cm-strong {font-weight: bold;} -.cm-em {font-style: italic;} -.cm-link {text-decoration: underline;} -.cm-strikethrough {text-decoration: line-through;} - -.cm-s-default .cm-keyword {color: #708;} -.cm-s-default .cm-atom {color: #219;} -.cm-s-default .cm-number {color: #164;} -.cm-s-default .cm-def {color: #00f;} -.cm-s-default .cm-variable, -.cm-s-default .cm-punctuation, -.cm-s-default .cm-property, -.cm-s-default .cm-operator {} -.cm-s-default .cm-variable-2 {color: #05a;} -.cm-s-default .cm-variable-3 {color: #085;} -.cm-s-default .cm-comment {color: #a50;} -.cm-s-default .cm-string {color: #a11;} -.cm-s-default .cm-string-2 {color: #f50;} -.cm-s-default .cm-meta {color: #555;} -.cm-s-default .cm-qualifier {color: #555;} -.cm-s-default .cm-builtin {color: #30a;} -.cm-s-default .cm-bracket {color: #997;} -.cm-s-default .cm-tag {color: #170;} -.cm-s-default .cm-attribute {color: #00c;} -.cm-s-default .cm-hr {color: #999;} -.cm-s-default .cm-link {color: #00c;} - -.cm-s-default .cm-error {color: #f00;} -.cm-invalidchar {color: #f00;} - -.CodeMirror-composing { border-bottom: 2px solid; } - -/* Default styles for common addons */ - -div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;} -div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;} -.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); } -.CodeMirror-activeline-background {background: #e8f2ff;} - -/* STOP */ - -/* The rest of this file contains styles related to the mechanics of - the editor. You probably shouldn't touch them. */ - -.CodeMirror { - position: relative; - overflow: hidden; - background: white; -} - -.CodeMirror-scroll { - overflow: scroll !important; /* Things will break if this is overridden */ - /* 30px is the magic margin used to hide the element's real scrollbars */ - /* See overflow: hidden in .CodeMirror */ - margin-bottom: -30px; margin-right: -30px; - padding-bottom: 30px; - height: 100%; - outline: none; /* Prevent dragging from highlighting the element */ - position: relative; -} -.CodeMirror-sizer { - position: relative; - border-right: 30px solid transparent; -} - -/* The fake, visible scrollbars. Used to force redraw during scrolling - before actual scrolling happens, thus preventing shaking and - flickering artifacts. */ -.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { - position: absolute; - z-index: 6; - display: none; -} -.CodeMirror-vscrollbar { - right: 0; top: 0; - overflow-x: hidden; - overflow-y: scroll; -} -.CodeMirror-hscrollbar { - bottom: 0; left: 0; - overflow-y: hidden; - overflow-x: scroll; -} -.CodeMirror-scrollbar-filler { - right: 0; bottom: 0; -} -.CodeMirror-gutter-filler { - left: 0; bottom: 0; -} - -.CodeMirror-gutters { - position: absolute; left: 0; top: 0; - min-height: 100%; - z-index: 3; -} -.CodeMirror-gutter { - white-space: normal; - height: 100%; - display: inline-block; - vertical-align: top; - margin-bottom: -30px; -} -.CodeMirror-gutter-wrapper { - position: absolute; - z-index: 4; - background: none !important; - border: none !important; -} -.CodeMirror-gutter-background { - position: absolute; - top: 0; bottom: 0; - z-index: 4; -} -.CodeMirror-gutter-elt { - position: absolute; - cursor: default; - z-index: 4; -} -.CodeMirror-gutter-wrapper { - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.CodeMirror-lines { - cursor: text; - min-height: 1px; /* prevents collapsing before first draw */ -} -.CodeMirror pre { - /* Reset some styles that the rest of the page might have set */ - -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; - border-width: 0; - background: transparent; - font-family: inherit; - font-size: inherit; - margin: 0; - white-space: pre; - word-wrap: normal; - line-height: inherit; - color: inherit; - z-index: 2; - position: relative; - overflow: visible; - -webkit-tap-highlight-color: transparent; - -webkit-font-variant-ligatures: contextual; - font-variant-ligatures: contextual; -} -.CodeMirror-wrap pre { - word-wrap: break-word; - white-space: pre-wrap; - word-break: normal; -} - -.CodeMirror-linebackground { - position: absolute; - left: 0; right: 0; top: 0; bottom: 0; - z-index: 0; -} - -.CodeMirror-linewidget { - position: relative; - z-index: 2; - overflow: auto; -} - -.CodeMirror-widget {} - -.CodeMirror-code { - outline: none; -} - -/* Force content-box sizing for the elements where we expect it */ -.CodeMirror-scroll, -.CodeMirror-sizer, -.CodeMirror-gutter, -.CodeMirror-gutters, -.CodeMirror-linenumber { - -moz-box-sizing: content-box; - box-sizing: content-box; -} - -.CodeMirror-measure { - position: absolute; - width: 100%; - height: 0; - overflow: hidden; - visibility: hidden; -} - -.CodeMirror-cursor { - position: absolute; - pointer-events: none; -} -.CodeMirror-measure pre { position: static; } - -div.CodeMirror-cursors { - visibility: hidden; - position: relative; - z-index: 3; -} -div.CodeMirror-dragcursors { - visibility: visible; -} - -.CodeMirror-focused div.CodeMirror-cursors { - visibility: visible; -} - -.CodeMirror-selected { background: #d9d9d9; } -.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; } -.CodeMirror-crosshair { cursor: crosshair; } -.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; } -.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; } - -.cm-searching { - background: #ffa; - background: rgba(255, 255, 0, .4); -} - -/* Used to force a border model for a node */ -.cm-force-border { padding-right: .1px; } - -@media print { - /* Hide the cursor when printing */ - .CodeMirror div.CodeMirror-cursors { - visibility: hidden; - } -} - -/* See issue #2901 */ -.cm-tab-wrap-hack:after { content: ''; } - -/* Help users use markselection to safely style text background */ -span.CodeMirror-selectedtext { background: none; } +.CodeMirror{font-family:monospace;height:460px;color:black}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{background-color:white}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumbers{}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:black}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid black;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0 !important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{0%{}50%{background-color:transparent}100%{}}@-webkit-keyframes blink{0%{}50%{background-color:transparent}100%{}}@keyframes blink{0%{}50%{background-color:transparent}100%{}}.CodeMirror-overwrite .CodeMirror-cursor{}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:-20px;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:blue}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:bold}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable,.cm-s-default .cm-punctuation,.cm-s-default .cm-property,.cm-s-default .cm-operator{}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta{color:#555}.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error{color:#f00}.cm-invalidchar{color:#f00}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:white}.CodeMirror-scroll{overflow:scroll !important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-vscrollbar,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none !important;border:none !important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-widget{}.CodeMirror-code{outline:none}.CodeMirror-scroll,.CodeMirror-sizer,.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line > span::selection,.CodeMirror-line > span > span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line > span::-moz-selection,.CodeMirror-line > span > span::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:none} \ No newline at end of file diff --git a/src/dede/css/frame.css b/src/dede/css/frame.css old mode 100755 new mode 100644 index 2627ddf5..69eceb9e --- a/src/dede/css/frame.css +++ b/src/dede/css/frame.css @@ -1,589 +1 @@ -* { - padding: 0px; - margin: 0px; -} - -html, -body { - width: 100%; - height: 100%; -} - -body { - height: 100%; - font-size: 13px; - font-family: Verdana, Arial, Helvetica, sans-serif; - overflow: hidden; - z-index: 1; -} - -body.showmenu { - background: url(../images/leftmenu_bg.gif) -11px top repeat-y; -} - -body.hidemenu { - background: none; -} - -ul { - list-style: none; -} - -form { - margin: 0; - padding: 0; -} - -.head { - width: 100%; - height: 76px; - overflow: hidden; - z-index: 8; - position: relative; -} - -.top { - height: 47px; - width: 100%; - background-image: linear-gradient(135deg, #008E38 0%, #639709 100%); - overflow: hidden; - clear: both; -} - -.top .top_logo { - width: 170px; - height: 37px; - margin-top: 5px; - float: left; -} - -.top .top_link { - float: right; - padding: 10px 10px 0px 0px; -} - -.top .top_link ul { - float: left; - padding: 8px 0px 0px 0px; - line-height: 14px; - overflow: hidden; -} - -.top .top_link ul li.welcome { - border-right: none; - color: #A8C280; - padding-right: 6px; -} - -.top .top_link ul li { - float: left; - color: #CBDAB3; - border-right: 1px solid #61910F; - margin-right: -1px; -} - -.top .top_link ul li a { - color: #CBDAB3; - padding-left: 11px; - padding-right: 11px; - text-decoration: none; -} - -.top .top_link ul li a:hover { - color: #FFF; - text-decoration: underline; -} - -.top .top_link .quick { - padding: 3px 0px 0px 0px; - float: left; -} - -.top .top_link .quick a { - display: block; - text-decoration: none; - color: #C60; - float: left; - line-height: 21px; - height: 21px; - overflow: hidden; -} - -.top .top_link .quick a.ac_qucikmenu { - width: 81px; - background: url(../images/quick_bg.gif) left top no-repeat; - letter-spacing: 1px; - text-indent: 8px; -} - -.top .top_link .quick a.ac_qucikmenu:hover { - background: url(../images/quick_bg.gif) left bottom no-repeat; -} - -.top .top_link .quick a.ac_qucikadd { - width: 19px; - background: url(../images/quick_bg.gif) right top no-repeat; -} - -.top .top_link .quick a.ac_qucikadd:hover { - background: url(../images/quick_bg.gif) right bottom no-repeat; -} - -.topnav { - width: 100%; - height: 29px; - background: url(../images/admin_top_bg.jpg) left -37px repeat-x; - overflow: hidden; - clear: both; -} - -.topnav .menuact { - width: 168px; - float: left; - padding-left: 10px; - overflow: hidden; - padding-top: 6px; -} - -.topnav .menuact a { - overflow: hidden; - color: #999999; - padding-left: 22px; - padding-right: 3px; - text-decoration: none; -} - -.topnav .menuact a:hover { - color: #FFF; - text-decoration: none; -} - -.topnav .menuact #togglemenu { - background: url(../images/toggle_menu.gif) 5px 0px no-repeat; -} - -.topnav .menuact #allmenu { - background: url(../images/allmenu.gif) 5px 0px no-repeat; -} - -.nav { - float: left; - padding-left: 2px; - line-height: 27px; - color: #999; -} - -.nav ul li { - float: left; - display: block; - margin-left: 4px; -} - -.nav ul li a { - padding: 0px 11px 0px 11px; - color: #FFCC00; - text-decoration: none; -} - -.nav ul li a:hover { - color: #FFFFFF; -} - -.nav ul li a.thisclass, -.nav ul li a.thisclass:hover { - color: #4E8100; - display: block; - font-weight: bold; - background: #FFF; - line-height: 23px; - border-top: 2px solid #FFDE59; - margin-top: 4px; - padding: 0px 10px 0px 10px; -} - -.sysmsg { - height: 27px; - overflow: hidden; - line-height: 27px; - padding-right: 10px; - float: right; - color: #999; - width: 500px; -} - -.sysmsg h3 { - font-size: 12px; - float: left; - padding-right: 6px; - font-weight: normal; - color: #FC0; - display: none; -} - -.scroll { - padding-top: 1px; - float: right; - overflow: hidden; - height: 25px; -} - -.scroll ul {} - -.scroll ul li, -.sysmsg ul li a { - color: #BBB; - text-decoration: none; -} - -.scroll ul li { - height: 27px; - overflow: hidden; - line-height: 27px; - *line-height: 27px; - float: right; - clear: both; - padding-left: 19px; - background: url(../images/ico-sysmsg.png) 5px 8px no-repeat; -} - -.scroll ul li a:hover { - text-decoration: underline; -} - -.scroll { - padding-right: 20px; -} - -.scroll a { - padding-left: 20px; - color: #ffffff; - text-decoration: none; - margin-right: 10px; - background: url(../images/ico-sysmsg.png) 3px 1px no-repeat; -} - -.scroll a:hover { - text-decoration: underline; -} - -body.showmenu .left { - display: block; -} - -body.hidemenu .left { - display: none; -} - -body.showmenu .right { - left: 212px; -} - -body.hidemenu .right { - left: 0px; -} - -.left { - position: absolute; - top: 76px; - width: 212px; - left: 0px; - bottom: 0px; - z-index: 7; -} - -.left { - *height: 100%; - *top: 0; - *bottom: 0; - *border-top: 66px solid #FFF; - *border-bottom: 0px solid #FFF; - *z-index: 1; -} - -.menu { - height: 100%; -} - -.top_link { - font-size: 13px; -} - -.menu iframe { - height: 100%; - width: 99.99%; - z-index: 20; -} - -.right { - position: absolute; - right: 0; - top: 76px; - bottom: 0px; - z-index: 7; -} - -.right { - *height: 100%; - *top: 0; - *bottom: 0; - *border-top: 66px solid #FFF; - *border-bottom: 0px solid #FFF; - *z-index: 1; -} - -.main { - height: 100%; -} - -.main iframe { - height: 100%; - width: 99.99%; - z-index: 20; -} - -.qucikmenu { - position: absolute; - right: 10px; - top: 32px; - z-index: 9; - display: none; -} - -.qucikmenu ul { - width: 110px; - list-style: none; - border: 1px solid #E7E7E7; - background: #FFF; -} - -.qucikmenu ul li { - display: block; - text-align: left; -} - -.qucikmenu ul li a { - height: 29px; - line-height: 29px; - display: block; - color: #666666; - padding-left: 10px; - padding-right: 10px; - text-decoration: none; -} - -.qucikmenu ul li a:hover { - text-decoration: none; - background: #F7F7F7; -} - -.pagemask { - width: 100%; - height: 100%; - background: #000; - position: absolute; - z-index: 100; - filter: alpha(opacity=70); - -moz-opacity: 0.7; - opacity: 0.7; - display: none; -} - -.iframemask { - position: absolute; - z-index: 80; - top: 0; - left: 0; - background-color: #fff; - border: none; - filter: alpha(opacity=0); - -moz-opacity: 0; - opacity: 0; - height: 100%; - width: 100%; - display: none; -} - -.allmenu { - width: 726px; - background: #FFF; - border: 4px solid #333; - z-index: 999; - position: absolute; - left: 50%; - top: 38px; - margin-left: -350px; - display: none; - padding: 5px 0px; - *text-align: center; - *width: 708px; -} - -.allmenu .allmenu-box { - width: 720px; - margin: 0px auto; - text-align: left; - overflow: hidden; - padding-left: 2px; -} - -.maptop { - float: left; - width: 113px; - overflow: hidden; - padding-right: 3px; - padding-left: 3px; - border-right: 1px solid #EEE; - border-left: 1px solid #EEE; - margin-left: -1px; - *width: 115px; -} - -.maptop dt.bigitem { - padding: 2px; - background: #455656; - color: #FFF; - line-height: 19px; - font-weight: bold; - margin-bottom: 3px; - text-indent: 3px; -} - -.mapitem dt { - line-height: 21px; - font-weight: bold; - text-indent: 10px; - background: #EFF1F1; -} - -.mapitem ul { - margin-top: 2px; - margin-bottom: 5px; -} - -.mapitem ul li { - text-indent: 13px; - line-height: 22px; - background: url(../images/arrr.gif) 4px 6px no-repeat; -} - -.allmenu a { - color: #5C604F; - text-decoration: none; -} - -.allmenu a:hover { - color: #F63; -} - -#login .theme { - clear: both; - padding: 10px; - width: 70%; - margin-top: 20px; -} - -#login .theme li { - margin-bottom: 15px; - margin-top: 5px; - overflow: hidden; -} - -#login .theme span { - color: #000000; - width: 150px; - display: inline-block; - float: left; - text-align: right; - height: 22px; - line-height: 22px; -} - -input { - color: #000; - font-size: 12px; - font-family: Tahoma, SimSun, Arial; -} - -input[type="text"], -input[type="password"] { - width: 219px; - border-width: 1px; - border-style: solid; - border-color: #707070 #CECECE #CECECE #707070; - padding: 2px 4px; - height: 18px; - line-height: 18px; - vertical-align: middle; - background: #FFF url("../images/input.gif") 0 0 no-repeat; -} - -input[type="text"]:focus, -input[type="password"]:focus { - border-color: #6FB1DF; - color: #333; - -moz-box-shadow: 0 0 3px #A5C760; - -webkit-border-shadow: 0 0 3px #A5C760; - box-shadow: 0 0 3px #A5C760; -} - -* html input.text { - width: 223px; - border: 1px solid #a7a6aa; - background: #FFF url("../images/input.gif") 0 0 no-repeat; - margin-top: -1px; - margin-right: 5px; - margin-bottom: 0; - margin-left: 2px; - padding: 3px; - line-height: 12px; -} - -input[type="radio"] { - *margin: -1px 0 0 1px; -} - -* html input.radio { - margin: -1px 0 0 -2px; -} - -.allsearch { - float: left; - margin-top: 3px !important; - background: #FFF url("../images/input.gif") 0 0 no-repeat; - border: 1px solid #a7a6aa; - padding: 2px; - height: 13px !important; - height: 19px; -} - -.np { - width: 40px; - height: 19px; - line-height: 19px; - border: none; - background: url(../images/search_bn.gif) #EFF7D0; - cursor: pointer; - margin-top: 3px; - margin-left: 1px; - margin-right: 5px; -} - -#help { - background: url("../images/dlgtitle.gif") repeat-x scroll 0 0 transparent; - bottom: 0; - left: 0; - position: absolute; - width: 100%; - height: 28px; - border-top: 1px solid #390; - line-height: 28px; - text-align: right; - padding-top: 0; - padding-bottom: 0; -} - -#help #content { - padding-right: 12px; - background: url(../images/gtk-edit.png) no-repeat scroll 0px -1px; - padding-left: 20px; -} \ No newline at end of file +*{padding:0px;margin:0px}html,body{width:100%;height:100%}body{height:100%;font-size:12px;overflow:hidden;z-index:1}body.showmenu{background:url(../images/leftmenu_bg.gif) -11px top repeat-y}body.hidemenu{background:none}ul{list-style:none}form{margin:0;padding:0}.head{width:100%;height:76px;overflow:hidden;z-index:8;position:relative}.top{height:47px;width:100%;background-image:linear-gradient(135deg,#008E38 0%,#639709 100%);overflow:hidden;clear:both}.top .top_logo{width:170px;height:37px;margin-top:5px;float:left}.top .top_link{float:right;padding:10px 10px 0px 0px}.top .top_link ul{float:left;padding:8px 0px 0px 0px;line-height:14px;overflow:hidden}.top .top_link ul li.welcome{border-right:none;color:#A8C280;padding-right:6px}.top .top_link ul li{float:left;color:#CBDAB3;border-right:1px solid #61910F;margin-right:-1px}.top .top_link ul li a{color:#CBDAB3;padding-left:11px;padding-right:11px;text-decoration:none}.top .top_link ul li a:hover{color:#FFF;text-decoration:underline}.top .top_link .quick{padding:3px 0px 0px 0px;float:left}.top .top_link .quick a{display:block;text-decoration:none;color:#C60;float:left;line-height:21px;height:21px;overflow:hidden}.top .top_link .quick a.ac_qucikmenu{width:81px;background:url(../images/quick_bg.gif) left top no-repeat;letter-spacing:1px;text-indent:8px}.top .top_link .quick a.ac_qucikmenu:hover{background:url(../images/quick_bg.gif) left bottom no-repeat}.top .top_link .quick a.ac_qucikadd{width:19px;background:url(../images/quick_bg.gif) right top no-repeat}.top .top_link .quick a.ac_qucikadd:hover{background:url(../images/quick_bg.gif) right bottom no-repeat}.topnav{width:100%;height:29px;background:url(../images/admin_top_bg.jpg) left -37px repeat-x;overflow:hidden;clear:both}.topnav .menuact{width:168px;float:left;padding-left:10px;overflow:hidden;padding-top:6px}.topnav .menuact a{overflow:hidden;color:#999999;padding-left:22px;padding-right:3px;text-decoration:none}.topnav .menuact a:hover{color:#FFF;text-decoration:none}.topnav .menuact #togglemenu{background:url(../images/toggle_menu.gif) 5px 0px no-repeat}.topnav .menuact #allmenu{background:url(../images/allmenu.gif) 5px 0px no-repeat}.nav{float:left;padding-left:2px;line-height:27px;color:#999}.nav ul li{float:left;display:block;margin-left:4px}.nav ul li a{padding:0px 11px 0px 11px;color:#FFCC00;text-decoration:none}.nav ul li a:hover{color:#FFFFFF}.nav ul li a.thisclass,.nav ul li a.thisclass:hover{color:#4E8100;display:block;font-weight:bold;background:#FFF;line-height:23px;border-top:2px solid #FFDE59;margin-top:4px;padding:0px 10px 0px 10px}.sysmsg{height:27px;overflow:hidden;line-height:27px;padding-right:10px;float:right;color:#999;width:500px}.sysmsg h3{font-size:12px;float:left;padding-right:6px;font-weight:normal;color:#FC0;display:none}.scroll{padding-top:1px;float:right;overflow:hidden;height:25px}.scroll ul{}.scroll ul li,.sysmsg ul li a{color:#BBB;text-decoration:none}.scroll ul li{height:27px;overflow:hidden;line-height:27px;float:right;clear:both;padding-left:19px;background:url(../images/ico-sysmsg.png) 5px 8px no-repeat}.scroll ul li a:hover{text-decoration:underline}.scroll{padding-right:20px}.scroll a{padding-left:20px;color:#ffffff;text-decoration:none;margin-right:10px;background:url(../images/ico-sysmsg.png) 3px 1px no-repeat}.scroll a:hover{text-decoration:underline}body.showmenu .left{display:block}body.hidemenu .left{display:none}body.showmenu .right{left:212px}body.hidemenu .right{left:0px}.left{position:absolute;top:76px;width:212px;left:0px;bottom:0px;z-index:7}.menu{height:100%}.top_link{font-size:13px}.menu iframe{height:100%;width:99.99%;z-index:20}.right{position:absolute;right:0;top:76px;bottom:0px;z-index:7}.main{height:100%}.main iframe{height:100%;width:99.99%;z-index:20}.qucikmenu{position:absolute;right:10px;top:32px;z-index:9;display:none}.qucikmenu ul{width:110px;list-style:none;border:1px solid #E7E7E7;background:#FFF}.qucikmenu ul li{display:block;text-align:left}.qucikmenu ul li a{height:29px;line-height:29px;display:block;color:#666666;padding-left:10px;padding-right:10px;text-decoration:none}.qucikmenu ul li a:hover{text-decoration:none;background:#F7F7F7}.pagemask{width:100%;height:100%;background:#000;position:absolute;z-index:100;filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;display:none}.iframemask{position:absolute;z-index:80;top:0;left:0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;height:100%;width:100%;display:none}.allmenu{width:726px;background:#FFF;border:4px solid #333;z-index:999;position:absolute;left:50%;top:38px;margin-left:-350px;display:none;padding:5px 0px}.allmenu .allmenu-box{width:720px;margin:0px auto;text-align:left;overflow:hidden;padding-left:2px}.maptop{float:left;width:113px;overflow:hidden;padding-right:3px;padding-left:3px;border-right:1px solid #EEE;border-left:1px solid #EEE;margin-left:-1px}.maptop dt.bigitem{padding:2px;background:#455656;color:#FFF;line-height:19px;font-weight:bold;margin-bottom:3px;text-indent:3px}.mapitem dt{line-height:21px;font-weight:bold;text-indent:10px;background:#EFF1F1}.mapitem ul{margin-top:2px;margin-bottom:5px}.mapitem ul li{text-indent:13px;line-height:22px;background:url(../images/arrr.gif) 4px 6px no-repeat}.allmenu a{color:#5C604F;text-decoration:none}.allmenu a:hover{color:#F63}#login .theme{clear:both;padding:10px;width:70%;margin-top:20px}#login .theme li{margin-bottom:15px;margin-top:5px;overflow:hidden}#login .theme span{color:#000000;width:150px;display:inline-block;float:left;text-align:right;height:22px;line-height:22px}input{color:#000;font-size:12px}input[type="text"],input[type="password"]{width:219px;border-width:1px;border-style:solid;border-color:#707070 #CECECE #CECECE #707070;padding:2px 4px;height:18px;line-height:18px;vertical-align:middle;background:#FFF url("../images/input.gif") 0 0 no-repeat}input[type="text"]:focus,input[type="password"]:focus{border-color:#6FB1DF;color:#333;-moz-box-shadow:0 0 3px #A5C760;-webkit-border-shadow:0 0 3px #A5C760;box-shadow:0 0 3px #A5C760}* html input.text{width:223px;border:1px solid #a7a6aa;background:#FFF url("../images/input.gif") 0 0 no-repeat;margin-top:-1px;margin-right:5px;margin-bottom:0;margin-left:2px;padding:3px;line-height:12px}* html input.radio{margin:-1px 0 0 -2px}.allsearch{float:left;margin-top:3px!important;background:#FFF url("../images/input.gif") 0 0 no-repeat;border:1px solid #a7a6aa;padding:2px;height:14px!important;line-height:14px!important;height:19px}.np{width:40px;height:20px;line-height:20px;border:none;background:url(../images/search_bn.gif) #EFF7D0;cursor:pointer;margin-left:2px;margin-right:8px}#help{background:url("../images/dlgtitle.gif") repeat-x scroll 0 0 transparent;bottom:0;left:0;position:absolute;width:100%;height:28px;border-top:1px solid #390;line-height:28px;text-align:right;padding-top:0;padding-bottom:0}#help #content{padding-right:12px;background:url(../images/gtk-edit.png) no-repeat scroll 0px -1px;padding-left:20px} \ No newline at end of file diff --git a/src/dede/dialog/select_images.php b/src/dede/dialog/select_images.php old mode 100755 new mode 100644 index e23c6e9f..f633d7ec --- a/src/dede/dialog/select_images.php +++ b/src/dede/dialog/select_images.php @@ -1,5 +1,4 @@ - - + 图片浏览器 - - + + - - +
- 单击关闭预览 + 关闭预览
- - + - - -
- - - - - - + window.close(); + } + +
预览点击名称选择图片文件大小最后修改时间
+ +
+ + + + + + - + read()) { - - //-----计算文件大小和创建时间 + //计算文件大小和创建时间 if ($file != "." && $file != ".." && !is_dir("$inpath/$file")) { $filesize = filesize("$inpath/$file"); $filesize = $filesize / 1024; @@ -175,96 +154,83 @@ if (!empty($noeditor)) { $filesize = $ty1 . "." . substr($ty2, 0, 1); } $filetime = filemtime("$inpath/$file"); - $filetime = MyDate("Y-m-d H:i:s", $filetime); + $filetime = MyDate("Y-m-d H:i", $filetime); } - if ($file == ".") continue; else if ($file == "..") { if ($activepath == "") continue; $tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath); $line = "\n - - - - "; + + + "; echo $line; } else if (is_dir("$inpath/$file")) { if (preg_match("#^_(.*)$#i", $file)) continue; #屏蔽FrontPage扩展目录和linux隐蔽目录 if (preg_match("#^\.(.*)$#i", $file)) continue; $line = "\n - - - - "; + + + + "; echo "$line"; } else if (preg_match("#\.(" . $cfg_imgtype . ")#i", $file)) { $reurl = "$activeurl/$file"; $reurl = preg_replace("#^\.\.#", "", $reurl); $reurl = $reurl; - if ($file == $comeback) $lstyle = " style='color:red' "; else $lstyle = ""; - $line = "\n - - - - - "; + + + + + "; echo "$line"; } else if (preg_match("#\.(jpg)#i", $file)) { $reurl = "$activeurl/$file"; $reurl = preg_replace("#^\.\.#", "", $reurl); $reurl = $reurl; - if ($file == $comeback) $lstyle = " style='color:red' "; else $lstyle = ""; - $line = "\n - - - - - "; + + + + + "; echo "$line"; } } //End Loop $dh->close(); ?> -
预览选择图片文件大小修改时间
- 点击“V”预览图片,点击图片名选择图片,显示图片后点击该图片关闭预览。 - 点击V预览图片,点击图片名选择图片,显示图片后点击该图片关闭预览
- 上级目录 当前目录:$activepath
+ 上级目录当前目录:$activepath
- $file  
+ $file
- - - $file$filesize KB$filetime
+ $file$filesize KB$filetime
- - - $file - $filesize KB$filetime
$file$filesize KB$filetime
- - +
+ + " : ''; echo $noeditor; ?> - - - - - - + + + + + + -
-  上 传: - - - 宽: - 高: - + + 上传: + + + 宽: + 高: +
-
@@ -272,5 +238,4 @@ if (!empty($noeditor)) {
- \ No newline at end of file diff --git a/src/dede/dialog/select_soft.php b/src/dede/dialog/select_soft.php old mode 100755 new mode 100644 index 226c5a09..a1bf45d2 --- a/src/dede/dialog/select_soft.php +++ b/src/dede/dialog/select_soft.php @@ -1,5 +1,4 @@ - - + 软件管理器 - - + + - - - - + window.close(); + } + +
- - -
-
- - - -  上 传: +
+ + + + +  上传:   - 改 名: + 改名:   - +
- - - - - - + + - +
点击名称选择文件文件大小最后修改时间
+ + + + + read()) { - //-----计算文件大小和创建时间 + //计算文件大小和创建时间 if ($file != "." && $file != ".." && !is_dir("$inpath/$file")) { $filesize = filesize("$inpath/$file"); $filesize = $filesize / 1024; @@ -120,76 +115,61 @@ if (!empty($noeditor)) { $filesize = $ty1 . "." . substr($ty2, 0, 1); } $filetime = filemtime("$inpath/$file"); - $filetime = MyDate("Y-m-d H:i:s", $filetime); + $filetime = MyDate("Y-m-d H:i", $filetime); } - //------判断文件类型并作处理 + //判断文件类型并作处理 if ($file == ".") continue; else if ($file == "..") { if ($activepath == "") continue; $tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath); - $line = "\n - - - \r\n"; + $line = "\n + + + \r\n"; echo $line; } else if (is_dir("$inpath/$file")) { if (preg_match("#^_(.*)$#i", $file)) continue; #屏蔽FrontPage扩展目录和linux隐蔽目录 if (preg_match("#^\.(.*)$#i", $file)) continue; - $line = "\n - - - - "; + $line = "\n + + + + "; echo "$line"; } else if (preg_match("#\.(zip|rar|tgr.gz)#i", $file)) { if ($file == $comeback) $lstyle = " style='color:red' "; else $lstyle = ""; - $reurl = "$activeurl/$file"; - $reurl = preg_replace("#^\.\.#", "", $reurl); $reurl = $reurl; - - $line = "\n - - - - "; + $line = "\n + + + + "; echo "$line"; } else { if ($file == $comeback) $lstyle = " style='color:red' "; else $lstyle = ''; - $reurl = "$activeurl/$file"; - $reurl = preg_replace("#^\.\.#", "", $reurl); $reurl = $reurl; - - $line = "\n - - - - "; + $line = "\n + + + + "; echo "$line"; } - } //End Loop + }//End Loop $dh->close(); ?> -
选择文件文件大小修改时间
上级目录 当前目录:$activepath
上级目录当前目录:$activepath
- $file - --
$file
- - $file - $filesize KB$filetime
$file$filesize KB$filetime
- $file - $filesize KB$filetime
$file$filesize KB$filetime
 请点击要选择的文件,红色字样的为刚上传的文件。请点击要选择的文件,红色字样的为刚上传的文件
- \ No newline at end of file diff --git a/src/dede/dialog/select_templets.php b/src/dede/dialog/select_templets.php old mode 100755 new mode 100644 index 43d1d2f8..b9daf4aa --- a/src/dede/dialog/select_templets.php +++ b/src/dede/dialog/select_templets.php @@ -1,5 +1,4 @@ - - - 模板管理器 - - - - + + 模板管理器 + + + + - - - - - - - - - - - read()) { - //-----计算文件大小和创建时间 - if ($file != "." && $file != ".." && !is_dir("$inpath/$file")) { - $filesize = filesize("$inpath/$file"); - $filesize = $filesize / 1024; - if ($filesize != "") - if ($filesize < 0.1) { - @list($ty1, $ty2) = split("\.", $filesize); - $filesize = $ty1 . "." . substr($ty2, 0, 2); - } else { - @list($ty1, $ty2) = split("\.", $filesize); - $filesize = $ty1 . "." . substr($ty2, 0, 1); - } - $filetime = filemtime("$inpath/$file"); - $filetime = MyDate("Y-m-d H:i:s", $filetime); - } - - //------判断文件类型并作处理 - if ($file == ".") continue; - else if ($file == "..") { - if ($activepath == "") continue; - $tmp = preg_replace("#[\/][^\/]*$#", "", $activepath); - $line = "\n - - - \r\n"; - echo $line; - } else if (is_dir("$inpath/$file")) { - if (preg_match("#^_(.*)$#i", $file)) continue; #屏蔽FrontPage扩展目录和linux隐蔽目录 - if (preg_match("#^\.(.*)$#i", $file)) continue; - $line = "\n - - - - "; - echo "$line"; - } else if (preg_match("#\.(htm|html)#i", $file)) { - - if ($file == $comeback) $lstyle = " style='color:red' "; - else $lstyle = ""; - - $reurl = "$activeurl/$file"; - - $reurl = preg_replace("#\.\.#", "", $reurl); - $reurl = preg_replace("#" . $templetdir . "\/#", "", $reurl); - - $line = "\n - - - - "; - echo "$line"; - } else if (preg_match("#\.(css)#i", $file)) { - if ($file == $comeback) $lstyle = " style='color:red' "; - else $lstyle = ""; - - $reurl = "$activeurl/$file"; - - $reurl = preg_replace("#\.\.#", "", $reurl); - $reurl = preg_replace("#" . $templetdir . "/#", "", $reurl); - - $line = "\n - - - - "; - echo "$line"; - } else if (preg_match("#\.(js)#i", $file)) { - if ($file == $comeback) $lstyle = " style='color:red' "; - else $lstyle = ""; - - $reurl = "$activeurl/$file"; - - $reurl = preg_replace("#\.\.#", "", $reurl); - $reurl = preg_replace("#" . $templetdir . "\/#", "", $reurl); - - $line = "\n - - - - "; - echo "$line"; - } else if (preg_match("#\.(jpg)#i", $file)) { - if ($file == $comeback) $lstyle = " style='color:red' "; - else $lstyle = ""; - - $reurl = "$activeurl/$file"; - - $reurl = preg_replace("#\.\.#", "", $reurl); - $reurl = preg_replace("#" . $templetdir . "\/#", "", $reurl); - - $line = "\n - - - - "; - echo "$line"; - } else if (preg_match("#\.(gif|png)#i", $file)) { - - if ($file == $comeback) $lstyle = " style='color:red' "; - else $lstyle = ""; - - $reurl = "$activeurl/$file"; - - $reurl = preg_replace("#\.\.#", "", $reurl); - $reurl = preg_replace("#" . $templetdir . "\/#", "", $reurl); - - $line = "\n - - - - "; - echo "$line"; - } else if (preg_match("#\.(txt)#i", $file)) { - - if ($file == $comeback) $lstyle = " style='color:red' "; - else $lstyle = ""; - - $reurl = "$activeurl/$file"; - - $reurl = preg_replace("#\.\.#", "", $reurl); - $reurl = preg_replace("#" . $templetdir . "\/#", "", $reurl); - - $line = "\n - - - - "; - echo "$line"; - } - } //End Loop - $dh->close(); - ?> - - - - -
点击名称选择文件文件大小最后修改时间
上级目录 当前目录:$activepath
- $file - --
- $file - $filesize KB$filetime
- $file - $filesize KB$filetime
- $file - $filesize KB$filetime
- $file - $filesize KB$filetime
- $file - $filesize KB$filetime
- $file - $filesize KB$filetime
- - - - - - + +
+ + + + + + read()) { + //计算文件大小和创建时间 + if ($file != "." && $file != ".." && !is_dir("$inpath/$file")) { + $filesize = filesize("$inpath/$file"); + $filesize = $filesize / 1024; + if ($filesize != "") + if ($filesize < 0.1) { + @list($ty1, $ty2) = split("\.", $filesize); + $filesize = $ty1 . "." . substr($ty2, 0, 2); + } else { + @list($ty1, $ty2) = split("\.", $filesize); + $filesize = $ty1 . "." . substr($ty2, 0, 1); + } + $filetime = filemtime("$inpath/$file"); + $filetime = MyDate("Y-m-d H:i", $filetime); + } + //判断文件类型并作处理 + if ($file == ".") continue; + else if ($file == "..") { + if ($activepath == "") continue; + $tmp = preg_replace("#[\/][^\/]*$#", "", $activepath); + $line = "\n + + + \r\n"; + echo $line; + } else if (is_dir("$inpath/$file")) { + if (preg_match("#^_(.*)$#i", $file)) continue; + if (preg_match("#^\.(.*)$#i", $file)) continue; + $line = "\n + + + + "; + echo "$line"; + } else if (preg_match("#\.(htm|html)#i", $file)) { + if ($file == $comeback) $lstyle = " style='color:red' "; + else $lstyle = ""; + $reurl = "$activeurl/$file"; + $reurl = preg_replace("#\.\.#", "", $reurl); + $reurl = preg_replace("#" . $templetdir . "\/#", "", $reurl); + $line = "\n + + + + "; + echo "$line"; + } else if (preg_match("#\.(css)#i", $file)) { + if ($file == $comeback) $lstyle = " style='color:red' "; + else $lstyle = ""; + $reurl = "$activeurl/$file"; + $reurl = preg_replace("#\.\.#", "", $reurl); + $reurl = preg_replace("#" . $templetdir . "/#", "", $reurl); + $line = "\n + + + + "; + echo "$line"; + } else if (preg_match("#\.(js)#i", $file)) { + if ($file == $comeback) $lstyle = " style='color:red' "; + else $lstyle = ""; + $reurl = "$activeurl/$file"; + $reurl = preg_replace("#\.\.#", "", $reurl); + $reurl = preg_replace("#" . $templetdir . "\/#", "", $reurl); + $line = "\n + + + + "; + echo "$line"; + } else if (preg_match("#\.(jpg)#i", $file)) { + if ($file == $comeback) $lstyle = " style='color:red' "; + else $lstyle = ""; + $reurl = "$activeurl/$file"; + $reurl = preg_replace("#\.\.#", "", $reurl); + $reurl = preg_replace("#" . $templetdir . "\/#", "", $reurl); + $line = "\n + + + + "; + echo "$line"; + } else if (preg_match("#\.(gif|png)#i", $file)) { + if ($file == $comeback) $lstyle = " style='color:red' "; + else $lstyle = ""; + $reurl = "$activeurl/$file"; + $reurl = preg_replace("#\.\.#", "", $reurl); + $reurl = preg_replace("#" . $templetdir . "\/#", "", $reurl); + $line = "\n + + + + "; + echo "$line"; + } else if (preg_match("#\.(txt)#i", $file)) { + if ($file == $comeback) $lstyle = " style='color:red' "; + else $lstyle = ""; + $reurl = "$activeurl/$file"; + $reurl = preg_replace("#\.\.#", "", $reurl); + $reurl = preg_replace("#" . $templetdir . "\/#", "", $reurl); + $line = "\n + + + "; + echo "$line"; + } + }//End Loop + $dh->close(); + ?> - + -
选择文件文件大小修改时间
上级目录当前目录:$activepath
$file
$file$filesize KB$filetime
$file$filesize KB$filetime
$file$filesize KB$filetime
$file$filesize KB$filetime
$file$filesize KB$filetime
$file$filesize KB$filetime
-  上 传: - 改名: - - + + + + + + + + + +
+  上传: + 改名: + +
+
- -
- - - + \ No newline at end of file diff --git a/src/dede/images/gtk-del.png b/src/dede/images/gtk-del.png old mode 100755 new mode 100644 index d7cfac22ad539daf52972865ac15ccf1ffed5cd2..08f249365afd29594b51210c6e21ba253897505d GIT binary patch delta 666 zcmV;L0%iS;2FnGI85jlt001BJ|6u?C00d`2O+f$vugEtAis_LdCw~H6Nkl+f3oIcR<9S%P!;C) zR2eg+CAmqhhI>bey$k_dNQ!OOf13`jHRgx~{pgb8$AMYOXSK5Heu7D>kSB= zDqB}DU#fz?secju;w>wJi4qm#wbmeHr@q3^kEeO*LPa+y`F}LRN}K*0dJid{N)x* zsPoa2mCDCpBIzhUmG38>9Nf!}N_OE(wGrNi^YMJDI)+C%TbE(>cR1-X4N7+l2gK=S zC$W=xkiVVl7j5QxbJLif>{N4i<_6(kxA9-|6CKjdxk+*x{r~^~07*qoM6N<$g4R7d Av;Y7A literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbL!WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2v2c#=HQZ5ZB+|z8!P3dEQrW+~4i6tIeAu2X8G~b|%Q?Om6&Y zTk{Wxcix-cxhu%?+s-*(H%`6kDfhP8eZ9BGRtKvq#Yq>6Q(i8gd3Vc}8^y^#4=lP_ zk#wuG`DACu+t$eEn>SpqE`5LV_Mc~WE+%;FbF(;;9`XI@lk<7;mvX~zHSqNk`)Gsi!HS3QT^1izLm$ z_SCRGIwQb1EyY(?HvcupOdI)*hP^FPvo~$b4(w#Gc2T&cx<=`M-*% z3=CX2AuWkRP~cMnSIUYN9nZgqHgUXIx_a00kdPDYt9LuH6j{vCZaTX|%ZX=;BGb>f zJ9P_N`<6<%Z46l6UD)NJHO)23>+oNp$)}WMR9<9ue~@u5Y+7m0cb|zxf}zqhdS%N; SzR5tRGkCiCxvXz@+$TtOw>5(BPe*$kwL_t(I%cYa+OOs(3hy7c&F9n07hFK`6DJ57aZ`o{$icZ^> zb8Cvu_HHhny3GSEof8igwV~T+q&qkd!vkjG)Y3)j>rkSNA_!{3ufN_EO-IX!9{7EE z;JTjYzPaxt07?Io-!631b<7Trglu(*sOAYlSpK3q-0-}Df0A0uNYQ99^F)DeT1vD} zN(xAl0q)`4zcD-3=e`utjSZ??dF zUwTSkb?%#=9?@^oxDy-O@tyN{L@by(WWvQ3%CyEu8x{+#Jb4 z-h&K9Owi)2pgg+heWDyked|3R$$kL@A#sp1v-r+=Ge+=3U5-MN)i2~AF4Xb|$=^gAN zLA|YL)62)yR0Y|_B*?c7= z-qIg69~X$69Mrjs;n+3fQco(__gP0x6q<_|RZk0pq(^{pYBbicC|K)^CJJ*gv17s= z%dIFJe@s@MX2cCr`J)1&Waw(7(NPH}EiwAqLC#b`K2-_hY8xChEVOXIR1$3IG5}MNUMnLSTYr^FdSq delta 217 zcmcc1`i)VsGr-TCmrII^fq{Y7)59eQNb`U&2Q!dNT)pP%L__s@2CV>}5Z7lf9$vkE z@!pFYHy&MGw{`K>{cFDe{r>&uw_pGNZP~jzxJK*$|Nr~X?gWx0nH z2*BWa;LZu4jEAR-V@Sm - DedeBIZ menu - var curopenItem = '$openitem';\r\n"; -?> + echo ""; + ?> @@ -147,7 +113,7 @@ echo "\r\n" -
+
核心
模块