@@ -25,15 +25,15 @@ if ($dopost == 'delete') { | |||||
$showhtml .= "预览:<iframe name='testfrm' frameborder='0' src='ad_edit.php?aid={$aid}&dopost=testjs' id='testfrm' width='100%' height='200'></iframe>"; | $showhtml .= "预览:<iframe name='testfrm' frameborder='0' src='ad_edit.php?aid={$aid}&dopost=testjs' id='testfrm' width='100%' height='200'></iframe>"; | ||||
$row = $dsql->GetOne("SELECT tagname from `#@__myad` WHERE aid='$aid' "); | $row = $dsql->GetOne("SELECT tagname from `#@__myad` WHERE aid='$aid' "); | ||||
$showtag = '{'."dede:myad name='{$row['tagname']}'/".'}'; | $showtag = '{'."dede:myad name='{$row['tagname']}'/".'}'; | ||||
$info = "说明:如果嵌入的是织梦CMS广告标签,那将会解析成标签中的内容到页面,广告修改后需要重新生成<br> | |||||
如果不希望重新生成所有页面,则直接调用JS代码即可 | |||||
$info = "说明:如果嵌入的是织梦广告标签,那将会解析成标签中的内容到页面,广告修改后需要重新生成<br> | |||||
如果不希望重新生成所有页面,则直接调用js代码即可 | |||||
"; | "; | ||||
$wintitle = "广告管理-获取广告标签"; | $wintitle = "广告管理-获取广告标签"; | ||||
$wecome_info = "<a href='ad_main.php'>广告管理</a>::获取JS"; | |||||
$wecome_info = "<a href='ad_main.php'>广告管理</a>::获取js"; | |||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init(); | $win->Init(); | ||||
$winform = $win->GetWindow("hand", $info); | $winform = $win->GetWindow("hand", $info); | ||||
$win->AddTitle("织梦CMS标签调用代码:"); | |||||
$win->AddTitle("织梦标签调用代码:"); | |||||
$winform = $win->GetWindow("hand", $showtag); | $winform = $win->GetWindow("hand", $showtag); | ||||
$win->myWinItem = ''; | $win->myWinItem = ''; | ||||
$win->AddTitle("以下为选定广告的js调用代码:"); | $win->AddTitle("以下为选定广告的js调用代码:"); | ||||
@@ -142,7 +142,7 @@ else if ($dopost == 'save') { | |||||
//有上传文件的情况 | //有上传文件的情况 | ||||
if (isset(${'imgfile'.$i}) && is_uploaded_file(${'imgfile'.$i})) { | if (isset(${'imgfile'.$i}) && is_uploaded_file(${'imgfile'.$i})) { | ||||
$tmpFile = ${'imgfile'.$i}; | $tmpFile = ${'imgfile'.$i}; | ||||
//检测上传的图片, 如果类型不对,保留原来图片 | |||||
//检测上传的图片,如果类型不对,保留原来图片 | |||||
$imginfos = @GetImageSize($tmpFile, $info); | $imginfos = @GetImageSize($tmpFile, $info); | ||||
if (!is_array($imginfos)) { | if (!is_array($imginfos)) { | ||||
$imginfos = @GetImageSize($imgfile, $info); | $imginfos = @GetImageSize($imgfile, $info); | ||||
@@ -162,7 +162,7 @@ else if ($dopost == "upcatcache") { | |||||
exit(); | exit(); | ||||
} | } | ||||
/*--------------------- | /*--------------------- | ||||
获取JS文件 | |||||
获取js文件 | |||||
function GetJs | function GetJs | ||||
----------------------*/ | ----------------------*/ | ||||
else if ($dopost == "GetJs") { | else if ($dopost == "GetJs") { | ||||
@@ -1 +0,0 @@ | |||||
.menu-box{margin:0;padding:1rem 5px;background:#ffff}.menu{width:100%;background:#fff;border-radius:.2rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.menu .link{position:relative;padding-left:50px;display:block;height:40px;line-height:40px;cursor:pointer;transition:all .3s}.menu li:last-child .link{border-bottom:0}.menu li i{position:absolute;top:12px;left:20px;color:#545b62}.menu li i.fa-angle-down{right:20px;left:auto}.menu li.open .link,.menu li.open i{color:#28a745}.menu li.open i.fa-angle-down{transform:rotate(180deg)}.submenu{display:none;padding:5px 0;background:#adb5bd;border-radius:0 0 .2rem .2rem}.submenu li{height:40px;line-height:40px;transition:all .3s}.submenu li:hover{background:#28a745}.submenu a{float:left;display:block;padding:0 10px 0 50px;color:#fff}.submenu-right{float:right!important;padding:0 20px 0 10px!important} |
@@ -63,7 +63,6 @@ if (!empty($iseditor)) { | |||||
html{background:#f6f6f6} | html{background:#f6f6f6} | ||||
.bg{margin:10px;border-radius:.2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)} | .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} | .napisdiv{left:10;top:10;width:150px;height:100px;position:absolute;z-index:3;display:none} | ||||
.biz-td{border-bottom:1px solid #eee!important} | |||||
</style> | </style> | ||||
<script> | <script> | ||||
function nullLink() { | function nullLink() { | ||||
@@ -52,7 +52,6 @@ if (!empty($noeditor)) { | |||||
<style> | <style> | ||||
html{background:#f8f8f8} | html{background:#f8f8f8} | ||||
.bg{margin:10px;border-radius:.2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)} | .bg{margin:10px;border-radius:.2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)} | ||||
.biz-td{border-bottom:1px solid #eee!important} | |||||
</style> | </style> | ||||
</head> | </head> | ||||
<body class="bg"> | <body class="bg"> | ||||
@@ -51,7 +51,6 @@ if (!empty($noeditor)) { | |||||
<style> | <style> | ||||
html{background:#f8f8f8} | html{background:#f8f8f8} | ||||
.bg{margin:10px;border-radius:.2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)} | .bg{margin:10px;border-radius:.2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)} | ||||
.biz-td{border-bottom:1px solid #eee!important} | |||||
</style> | </style> | ||||
</head> | </head> | ||||
<body class="bg"> | <body class="bg"> | ||||
@@ -39,7 +39,7 @@ if ($activepath == $cfg_soft_dir) { | |||||
CloseFtp(); | CloseFtp(); | ||||
} | } | ||||
} | } | ||||
//文件名(前为手工指定, 后者自动处理) | |||||
//文件名(前为手工指定,后者自动处理) | |||||
if (!empty($newname)) { | if (!empty($newname)) { | ||||
$filename = $newname; | $filename = $newname; | ||||
if (!preg_match("#\.#", $filename)) $fs = explode('.', $uploadfile_name); | if (!preg_match("#\.#", $filename)) $fs = explode('.', $uploadfile_name); | ||||
@@ -43,7 +43,6 @@ if (empty($comeback)) { | |||||
<style> | <style> | ||||
html{background:#f8f8f8} | html{background:#f8f8f8} | ||||
.bg{margin:10px;border-radius:.2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)} | .bg{margin:10px;border-radius:.2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)} | ||||
.biz-td{border-bottom:1px solid #eee!important} | |||||
</style> | </style> | ||||
</head> | </head> | ||||
<body class="bg"> | <body class="bg"> | ||||
@@ -1,12 +1,3 @@ | |||||
/** | |||||
* 图集 | |||||
* | |||||
* @version $Id: album.js 1 22:28 2010年7月20日 tianya $ | |||||
* @package DedeBIZ.Administrator | |||||
* @copyright Copyright (c) 2022, DedeBIZ.COM | |||||
* @license https://www.dedebiz.com/license | |||||
* @link https://www.dedebiz.com | |||||
*/ | |||||
function checkSubmitAlb() { | function checkSubmitAlb() { | ||||
if (document.form1.title.value == '') { | if (document.form1.title.value == '') { | ||||
ShowMsg("标题不能为空"); | ShowMsg("标题不能为空"); | ||||
@@ -1,11 +1,3 @@ | |||||
/** | |||||
* | |||||
* @version $Id: dialog.js 1 22:28 2010年7月20日 tianya $ | |||||
* @package DedeBIZ.Administrator | |||||
* @copyright Copyright (c) 2022, DedeBIZ.COM | |||||
* @license https://www.dedebiz.com/license | |||||
* @link https://www.dedebiz.com | |||||
*/ | |||||
document.write("<style>.close{float:right;font-size:14px;cursor:pointer}</style>") | document.write("<style>.close{float:right;font-size:14px;cursor:pointer}</style>") | ||||
function editTitle(aid) { | function editTitle(aid) { | ||||
var show = document.getElementById("show_news"); | var show = document.getElementById("show_news"); | ||||
@@ -1,11 +1,3 @@ | |||||
/** | |||||
* | |||||
* @version $Id: diy.js 1 22:28 2010年7月20日 tianya $ | |||||
* @package DedeBIZ.Administrator | |||||
* @copyright Copyright (c) 2022, DedeBIZ.COM | |||||
* @license https://www.dedebiz.com/license | |||||
* @link https://www.dedebiz.com | |||||
*/ | |||||
function showHide2(objname) { | function showHide2(objname) { | ||||
var obj = $Obj(objname); | var obj = $Obj(objname); | ||||
if (obj.style.display != 'block') { obj.style.display = 'block' } | if (obj.style.display != 'block') { obj.style.display = 'block' } | ||||
@@ -1,11 +1,3 @@ | |||||
/** | |||||
* | |||||
* @version $Id: float.js 1 22:28 2010年7月20日 tianya $ | |||||
* @package DedeBIZ.Administrator | |||||
* @copyright Copyright (c) 2022, DedeBIZ.COM | |||||
* @license https://www.dedebiz.com/license | |||||
* @link https://www.dedebiz.com | |||||
*/ | |||||
self.onError=null; | self.onError=null; | ||||
currentX = currentY = 0; | currentX = currentY = 0; | ||||
whichIt = null; | whichIt = null; | ||||
@@ -1,7 +1,7 @@ | |||||
var BROWSER = {}; | var BROWSER = {}; | ||||
var USERAGENT = navigator.userAgent.toLowerCase(); | var USERAGENT = navigator.userAgent.toLowerCase(); | ||||
browserVersion({'ie':'msie','firefox':'','chrome':'','opera':'','safari':'','maxthon':'','mozilla':'','webkit':''}); | browserVersion({'ie':'msie','firefox':'','chrome':'','opera':'','safari':'','maxthon':'','mozilla':'','webkit':''}); | ||||
if(BROWSER.safari) { | |||||
if (BROWSER.safari) { | |||||
BROWSER.firefox = true; | BROWSER.firefox = true; | ||||
} | } | ||||
BROWSER.opera = BROWSER.opera ? opera.version() : 0; | BROWSER.opera = BROWSER.opera ? opera.version() : 0; | ||||
@@ -9,7 +9,7 @@ function browserVersion(types) { | |||||
var other = 1; | var other = 1; | ||||
for(i in types) { | for(i in types) { | ||||
var v = types[i] ? types[i] : i; | var v = types[i] ? types[i] : i; | ||||
if(USERAGENT.indexOf(v) != -1) { | |||||
if (USERAGENT.indexOf(v) != -1) { | |||||
var re = new RegExp(v + '(\\/|\\s)([\\d\\.]+)', 'ig'); | var re = new RegExp(v + '(\\/|\\s)([\\d\\.]+)', 'ig'); | ||||
var matches = re.exec(USERAGENT); | var matches = re.exec(USERAGENT); | ||||
var ver = matches != null ? matches[2] : 0; | var ver = matches != null ? matches[2] : 0; | ||||
@@ -1,11 +1,3 @@ | |||||
/** | |||||
* | |||||
* @version $Id: handlers.js 1 22:28 2010年7月20日 tianya $ | |||||
* @package DedeBIZ.Administrator | |||||
* @copyright Copyright (c) 2022, DedeBIZ.COM | |||||
* @license https://www.dedebiz.com/license | |||||
* @link https://www.dedebiz.com | |||||
*/ | |||||
var albImg = 0; | var albImg = 0; | ||||
function addImage(src, pid) { | function addImage(src, pid) { | ||||
var newImgDiv = document.createElement("div"); | var newImgDiv = document.createElement("div"); | ||||
@@ -1,11 +1,3 @@ | |||||
/** | |||||
* | |||||
* @version $Id: ieemu.js 1 22:28 2010年7月20日 tianya $ | |||||
* @package DedeBIZ.Administrator | |||||
* @copyright Copyright (c) 2022, DedeBIZ.COM | |||||
* @license https://www.dedebiz.com/license | |||||
* @link https://www.dedebiz.com | |||||
*/ | |||||
var ie = document.all != null; | var ie = document.all != null; | ||||
var moz = !ie && document.getElementById != null && document.layers == null; | var moz = !ie && document.getElementById != null && document.layers == null; | ||||
/* | /* | ||||
@@ -3,7 +3,7 @@ function selAll() | |||||
var celements = document.getElementsByName('aids[]'); | var celements = document.getElementsByName('aids[]'); | ||||
for(i=0;i<celements.length;i++) | for(i=0;i<celements.length;i++) | ||||
{ | { | ||||
if(!celements[i].checked) celements[i].checked = true; | |||||
if (!celements[i].checked) celements[i].checked = true; | |||||
else celements[i].checked = false; | else celements[i].checked = false; | ||||
} | } | ||||
} | } | ||||
@@ -12,7 +12,7 @@ function noselAll() | |||||
var celements = document.getElementsByName('aids[]'); | var celements = document.getElementsByName('aids[]'); | ||||
for(i=0;i<celements.length;i++) | for(i=0;i<celements.length;i++) | ||||
{ | { | ||||
if(celements[i].checked = true) | |||||
if (celements[i].checked = true) | |||||
{ | { | ||||
celements[i].checked = false; | celements[i].checked = false; | ||||
} | } | ||||
@@ -20,7 +20,7 @@ function noselAll() | |||||
} | } | ||||
function delkey() | function delkey() | ||||
{ | { | ||||
if(window.confirm("您确定要删除选定的关键字吗")) | |||||
if (window.confirm("您确定要删除选定的关键字吗")) | |||||
{ | { | ||||
document.form3.dopost.value = 'del'; | document.form3.dopost.value = 'del'; | ||||
document.form3.submit(); | document.form3.submit(); | ||||
@@ -28,7 +28,7 @@ function delkey() | |||||
} | } | ||||
function diskey() | function diskey() | ||||
{ | { | ||||
if(window.confirm("您确定要禁用选定的关键字吗")) | |||||
if (window.confirm("您确定要禁用选定的关键字吗")) | |||||
{ | { | ||||
document.form3.dopost.value = 'dis'; | document.form3.dopost.value = 'dis'; | ||||
document.form3.submit(); | document.form3.submit(); | ||||
@@ -36,7 +36,7 @@ function diskey() | |||||
} | } | ||||
function enakey() | function enakey() | ||||
{ | { | ||||
if(window.confirm("您确定要启用选定的关键字吗")) | |||||
if (window.confirm("您确定要启用选定的关键字吗")) | |||||
{ | { | ||||
document.form3.dopost.value = 'ena'; | document.form3.dopost.value = 'ena'; | ||||
document.form3.submit(); | document.form3.submit(); | ||||
@@ -44,7 +44,7 @@ function enakey() | |||||
} | } | ||||
function urlkey() | function urlkey() | ||||
{ | { | ||||
if(window.confirm("您确定要更新选定的关键字的网址吗")) | |||||
if (window.confirm("您确定要更新选定的关键字的网址吗")) | |||||
{ | { | ||||
document.form3.dopost.value = 'url'; | document.form3.dopost.value = 'url'; | ||||
document.form3.submit(); | document.form3.submit(); | ||||
@@ -52,7 +52,7 @@ function urlkey() | |||||
} | } | ||||
function rankey() | function rankey() | ||||
{ | { | ||||
if(window.confirm("您确定要改变选定的关键字的频率吗")) | |||||
if (window.confirm("您确定要改变选定的关键字的频率吗")) | |||||
{ | { | ||||
document.form3.dopost.value = 'ran'; | document.form3.dopost.value = 'ran'; | ||||
document.form3.submit(); | document.form3.submit(); | ||||
@@ -61,7 +61,7 @@ function rankey() | |||||
//批量删除搜多关键字 | //批量删除搜多关键字 | ||||
function delall() | function delall() | ||||
{ | { | ||||
if(window.confirm("您确定要删除选定的关键字吗")) | |||||
if (window.confirm("您确定要删除选定的关键字吗")) | |||||
{ | { | ||||
document.form3.dopost.value = 'delall'; | document.form3.dopost.value = 'delall'; | ||||
document.form3.submit(); | document.form3.submit(); | ||||
@@ -1,16 +1,16 @@ | |||||
if(moz) { | |||||
if (moz) { | |||||
extendEventObject(); | extendEventObject(); | ||||
extendElementModel(); | extendElementModel(); | ||||
emulateAttachEvent(); | emulateAttachEvent(); | ||||
} | } | ||||
function viewArc(aid){ | function viewArc(aid){ | ||||
if(aid==0) aid = getOneItem(); | |||||
if (aid==0) aid = getOneItem(); | |||||
window.open("archives_do.php?aid="+aid+"&dopost=viewArchives"); | window.open("archives_do.php?aid="+aid+"&dopost=viewArchives"); | ||||
} | } | ||||
function kwArc(aid){ | function kwArc(aid){ | ||||
var qstr=getCheckboxItem(); | var qstr=getCheckboxItem(); | ||||
if(aid==0) aid = getOneItem(); | |||||
if(qstr=='') | |||||
if (aid==0) aid = getOneItem(); | |||||
if (qstr=='') | |||||
{ | { | ||||
ShowMsg('必须选择一个或多个文档'); | ShowMsg('必须选择一个或多个文档'); | ||||
return; | return; | ||||
@@ -18,22 +18,22 @@ function kwArc(aid){ | |||||
location="archives_do.php?aid="+aid+"&dopost=makekw&qstr="+qstr; | location="archives_do.php?aid="+aid+"&dopost=makekw&qstr="+qstr; | ||||
} | } | ||||
function editArc(aid){ | function editArc(aid){ | ||||
if(aid==0) aid = getOneItem(); | |||||
if (aid==0) aid = getOneItem(); | |||||
location="archives_do.php?aid="+aid+"&dopost=editArchives"; | location="archives_do.php?aid="+aid+"&dopost=editArchives"; | ||||
} | } | ||||
function updateArc(aid){ | function updateArc(aid){ | ||||
var qstr=getCheckboxItem(); | var qstr=getCheckboxItem(); | ||||
if(aid==0) aid = getOneItem(); | |||||
if (aid==0) aid = getOneItem(); | |||||
location="archives_do.php?aid="+aid+"&dopost=makeArchives&qstr="+qstr; | location="archives_do.php?aid="+aid+"&dopost=makeArchives&qstr="+qstr; | ||||
} | } | ||||
function checkArc(aid){ | function checkArc(aid){ | ||||
var qstr=getCheckboxItem(); | var qstr=getCheckboxItem(); | ||||
if(aid==0) aid = getOneItem(); | |||||
if (aid==0) aid = getOneItem(); | |||||
location="archives_do.php?aid="+aid+"&dopost=checkArchives&qstr="+qstr; | location="archives_do.php?aid="+aid+"&dopost=checkArchives&qstr="+qstr; | ||||
} | } | ||||
function moveArc(e, obj, cid){ | function moveArc(e, obj, cid){ | ||||
var qstr=getCheckboxItem(); | var qstr=getCheckboxItem(); | ||||
if(qstr=='') | |||||
if (qstr=='') | |||||
{ | { | ||||
ShowMsg('必须选择一个或多个文档'); | ShowMsg('必须选择一个或多个文档'); | ||||
return; | return; | ||||
@@ -43,14 +43,14 @@ function moveArc(e, obj, cid){ | |||||
} | } | ||||
function adArc(aid){ | function adArc(aid){ | ||||
var qstr=getCheckboxItem(); | var qstr=getCheckboxItem(); | ||||
if(aid==0) aid = getOneItem(); | |||||
if (aid==0) aid = getOneItem(); | |||||
location="archives_do.php?aid="+aid+"&dopost=commendArchives&qstr="+qstr; | location="archives_do.php?aid="+aid+"&dopost=commendArchives&qstr="+qstr; | ||||
} | } | ||||
function cAtts(jname, e, obj) | function cAtts(jname, e, obj) | ||||
{ | { | ||||
var qstr=getCheckboxItem(); | var qstr=getCheckboxItem(); | ||||
var screeheight = document.body.clientHeight + 20; | var screeheight = document.body.clientHeight + 20; | ||||
if(qstr=='') | |||||
if (qstr=='') | |||||
{ | { | ||||
ShowMsg('必须选择一个或多个文档'); | ShowMsg('必须选择一个或多个文档'); | ||||
return; | return; | ||||
@@ -60,7 +60,7 @@ function cAtts(jname, e, obj) | |||||
} | } | ||||
function delArc(aid){ | function delArc(aid){ | ||||
var qstr=getCheckboxItem(); | var qstr=getCheckboxItem(); | ||||
if(aid==0) aid = getOneItem(); | |||||
if (aid==0) aid = getOneItem(); | |||||
location="archives_do.php?qstr="+qstr+"&aid="+aid+"&dopost=delArchives"; | location="archives_do.php?qstr="+qstr+"&aid="+aid+"&dopost=delArchives"; | ||||
} | } | ||||
function QuickEdit(aid, e, obj) | function QuickEdit(aid, e, obj) | ||||
@@ -72,12 +72,12 @@ function QuickEdit(aid, e, obj) | |||||
function getCheckboxItem() | function getCheckboxItem() | ||||
{ | { | ||||
var allSel=""; | var allSel=""; | ||||
if(document.form2.arcID.value) return document.form2.arcID.value; | |||||
if (document.form2.arcID.value) return document.form2.arcID.value; | |||||
for(i=0;i<document.form2.arcID.length;i++) | for(i=0;i<document.form2.arcID.length;i++) | ||||
{ | { | ||||
if(document.form2.arcID[i].checked) | |||||
if (document.form2.arcID[i].checked) | |||||
{ | { | ||||
if(allSel=="") | |||||
if (allSel=="") | |||||
allSel=document.form2.arcID[i].value; | allSel=document.form2.arcID[i].value; | ||||
else | else | ||||
allSel=allSel+"`"+document.form2.arcID[i].value; | allSel=allSel+"`"+document.form2.arcID[i].value; | ||||
@@ -89,10 +89,10 @@ function getCheckboxItem() | |||||
function getOneItem() | function getOneItem() | ||||
{ | { | ||||
var allSel=""; | var allSel=""; | ||||
if(document.form2.arcID.value) return document.form2.arcID.value; | |||||
if (document.form2.arcID.value) return document.form2.arcID.value; | |||||
for(i=0;i<document.form2.arcID.length;i++) | for(i=0;i<document.form2.arcID.length;i++) | ||||
{ | { | ||||
if(document.form2.arcID[i].checked) | |||||
if (document.form2.arcID[i].checked) | |||||
{ | { | ||||
allSel = document.form2.arcID[i].value; | allSel = document.form2.arcID[i].value; | ||||
break; | break; | ||||
@@ -107,7 +107,7 @@ function selAll() | |||||
} | } | ||||
for(i=0;i<document.form2.arcID.length;i++) | for(i=0;i<document.form2.arcID.length;i++) | ||||
{ | { | ||||
if(!document.form2.arcID[i].checked) | |||||
if (!document.form2.arcID[i].checked) | |||||
{ | { | ||||
document.form2.arcID[i].checked=true; | document.form2.arcID[i].checked=true; | ||||
} | } | ||||
@@ -120,7 +120,7 @@ function noSelAll() | |||||
} | } | ||||
for(i=0;i<document.form2.arcID.length;i++) | for(i=0;i<document.form2.arcID.length;i++) | ||||
{ | { | ||||
if(document.form2.arcID[i].checked) | |||||
if (document.form2.arcID[i].checked) | |||||
{ | { | ||||
document.form2.arcID[i].checked=false; | document.form2.arcID[i].checked=false; | ||||
} | } | ||||
@@ -1,28 +1,28 @@ | |||||
if(moz == null) | |||||
if (moz == null) | |||||
{ | { | ||||
var ie = document.all != null; | var ie = document.all != null; | ||||
var moz = !ie && document.getElementById != null && document.layers == null; | var moz = !ie && document.getElementById != null && document.layers == null; | ||||
} | } | ||||
if(moz) { | |||||
if (moz) { | |||||
extendEventObject(); | extendEventObject(); | ||||
extendElementModel(); | extendElementModel(); | ||||
emulateAttachEvent(); | emulateAttachEvent(); | ||||
} | } | ||||
function delArc(mid){ | function delArc(mid){ | ||||
var qstr=getCheckboxItem(); | var qstr=getCheckboxItem(); | ||||
if(mid==0) mid = getOneItem(); | |||||
if (mid==0) mid = getOneItem(); | |||||
location="member_do.php?id="+qstr+"&dopost=delmembers"; | location="member_do.php?id="+qstr+"&dopost=delmembers"; | ||||
} | } | ||||
//获得选中文件的文件名 | //获得选中文件的文件名 | ||||
function getCheckboxItem() | function getCheckboxItem() | ||||
{ | { | ||||
var allSel=""; | var allSel=""; | ||||
if(document.form2.mid.value) return document.form2.mid.value; | |||||
if (document.form2.mid.value) return document.form2.mid.value; | |||||
for(i=0;i<document.form2.mid.length;i++) | for(i=0;i<document.form2.mid.length;i++) | ||||
{ | { | ||||
if(document.form2.mid[i].checked) | |||||
if (document.form2.mid[i].checked) | |||||
{ | { | ||||
if(allSel=="") | |||||
if (allSel=="") | |||||
allSel=document.form2.mid[i].value; | allSel=document.form2.mid[i].value; | ||||
else | else | ||||
allSel=allSel+"`"+document.form2.mid[i].value; | allSel=allSel+"`"+document.form2.mid[i].value; | ||||
@@ -34,10 +34,10 @@ function getCheckboxItem() | |||||
function getOneItem() | function getOneItem() | ||||
{ | { | ||||
var allSel=""; | var allSel=""; | ||||
if(document.form2.mid.value) return document.form2.mid.value; | |||||
if (document.form2.mid.value) return document.form2.mid.value; | |||||
for(i=0;i<document.form2.mid.length;i++) | for(i=0;i<document.form2.mid.length;i++) | ||||
{ | { | ||||
if(document.form2.mid[i].checked) | |||||
if (document.form2.mid[i].checked) | |||||
{ | { | ||||
allSel = document.form2.mid[i].value; | allSel = document.form2.mid[i].value; | ||||
break; | break; | ||||
@@ -49,7 +49,7 @@ function selAll() | |||||
{ | { | ||||
for(i=0;i<document.form2.mid.length;i++) | for(i=0;i<document.form2.mid.length;i++) | ||||
{ | { | ||||
if(!document.form2.mid[i].checked) | |||||
if (!document.form2.mid[i].checked) | |||||
{ | { | ||||
document.form2.mid[i].checked=true; | document.form2.mid[i].checked=true; | ||||
} | } | ||||
@@ -59,7 +59,7 @@ function noSelAll() | |||||
{ | { | ||||
for(i=0;i<document.form2.mid.length;i++) | for(i=0;i<document.form2.mid.length;i++) | ||||
{ | { | ||||
if(document.form2.mid[i].checked) | |||||
if (document.form2.mid[i].checked) | |||||
{ | { | ||||
document.form2.mid[i].checked=false; | document.form2.mid[i].checked=false; | ||||
} | } |
@@ -30,7 +30,7 @@ if ($action == 'upload') { | |||||
$z = new zip(); | $z = new zip(); | ||||
$files = $z->get_List($tmpfilename); | $files = $z->get_List($tmpfilename); | ||||
$dedefileindex = -1; | $dedefileindex = -1; | ||||
//为了节省资源,系统仅以.xml作为扩展名识别ZIP包里了dede模块格式文件 | |||||
//为了节省资源,系统仅以.xml作为扩展名识别ZIP包里了模块格式文件 | |||||
if (is_array($files)) { | if (is_array($files)) { | ||||
for ($i = 0; $i < count($files); $i++) { | for ($i = 0; $i < count($files); $i++) { | ||||
if (preg_match("#\.xml#i", $files[$i]['filename'])) { | if (preg_match("#\.xml#i", $files[$i]['filename'])) { | ||||
@@ -42,7 +42,7 @@ if ($action == 'upload') { | |||||
} | } | ||||
if ($dedefileindex == -1) { | if ($dedefileindex == -1) { | ||||
unlink($tmpfilename); | unlink($tmpfilename); | ||||
ShowMsg("对不起,您上传的压缩包中不存在dede模块文件<br><a href='javascript:history.go(-1);'>重新上传</a>", "javascript:;"); | |||||
ShowMsg("对不起,您上传的压缩包中不存在模块文件<br><a href='javascript:history.go(-1);'>重新上传</a>", "javascript:;"); | |||||
exit(); | exit(); | ||||
} | } | ||||
$ziptmp = $mdir.'/ziptmp'; | $ziptmp = $mdir.'/ziptmp'; | ||||
@@ -55,7 +55,7 @@ if ($action == 'upload') { | |||||
if (empty($infos['hash'])) { | if (empty($infos['hash'])) { | ||||
unlink($tmpfilename); | unlink($tmpfilename); | ||||
$dm->Clear(); | $dm->Clear(); | ||||
ShowMsg("对不起,您上传的文件可能不是织梦模块的标准格式文件<br><a href='javascript:history.go(-1);'>重新上传</a>", "javascript:;"); | |||||
ShowMsg("对不起,您上传的文件可能不是模块的标准格式文件<br><a href='javascript:history.go(-1);'>重新上传</a>", "javascript:;"); | |||||
exit(); | exit(); | ||||
} | } | ||||
if (preg_match("#[^0-9a-zA-Z]#", $infos['hash'])) { | if (preg_match("#[^0-9a-zA-Z]#", $infos['hash'])) { | ||||
@@ -34,8 +34,8 @@ if ($dopost == 'delete') { | |||||
$jscode = "<script src='{$cfg_phpurl}/mytag_js.php?aid=$aid'></script>"; | $jscode = "<script src='{$cfg_phpurl}/mytag_js.php?aid=$aid'></script>"; | ||||
$showhtml = "<xmp style='color:#333333;background-color:#ffffff'>\r\n\r\n$jscode\r\n\r\n</xmp>"; | $showhtml = "<xmp style='color:#333333;background-color:#ffffff'>\r\n\r\n$jscode\r\n\r\n</xmp>"; | ||||
$showhtml .= "预览:<iframe name='testfrm' frameborder='0' src='mytag_edit.php?aid={$aid}&dopost=testjs' id='testfrm' width='100%' height='250'></iframe>"; | $showhtml .= "预览:<iframe name='testfrm' frameborder='0' src='mytag_edit.php?aid={$aid}&dopost=testjs' id='testfrm' width='100%' height='250'></iframe>"; | ||||
$wintitle = "宏标记定义-获取JS"; | |||||
$wecome_info = "<a href='mytag_main.php'>宏标记定义</a>::获取JS"; | |||||
$wintitle = "宏标记定义-获取js"; | |||||
$wecome_info = "<a href='mytag_main.php'>宏标记定义</a>::获取js"; | |||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init(); | $win->Init(); | ||||
$win->AddTitle('以下为选定宏标记的js调用代码:'); | $win->AddTitle('以下为选定宏标记的js调用代码:'); | ||||
@@ -20,9 +20,9 @@ $dlist->display(); | |||||
function GetSta($sta, $id, $title) | function GetSta($sta, $id, $title) | ||||
{ | { | ||||
if ($sta == 1) { | if ($sta == 1) { | ||||
return "<span class='btn btn-outline-success btn-sm'>已启用</span><a href='plus_edit.php?dopost=hide&aid=$id' class='btn btn-outline-danger btn-sm'>禁用</a><a href='plus_edit.php?dopost=edit&aid=$id' class='btn btn-outline-success btn-sm'>修改</a><a href='plus_edit.php?dopost=delete&aid=$id&title=".urlencode($title)."' class='btn btn-outline-danger btn-sm'>删除</a>"; | |||||
return "<span class='btn btn-outline-success btn-sm'>已启用</span><a href='plus_edit.php?dopost=hide&aid=$id' class='btn btn-outline-danger btn-sm'>禁用</a><a href='plus_edit.php?dopost=edit&aid=$id' class='btn btn-outline-warning btn-sm'>修改</a><a href='plus_edit.php?dopost=delete&aid=$id&title=".urlencode($title)."' class='btn btn-outline-danger btn-sm'>删除</a>"; | |||||
} else { | } else { | ||||
return "<span class='btn btn-outline-danger btn-sm'>已禁用</span><a href='plus_edit.php?dopost=show&aid=$id' class='btn btn-outline-success btn-sm'>启用</a><a href='plus_edit.php?aid=$id' class='btn btn-outline-success btn-sm' class='btn btn-outline-success btn-sm'>修改</a><a href='plus_edit.php?dopost=delete&aid=$id&title=".urlencode($title)."' class='btn btn-outline-danger btn-sm'>册除</a>"; | |||||
return "<span class='btn btn-outline-danger btn-sm'>已禁用</span><a href='plus_edit.php?dopost=show&aid=$id' class='btn btn-outline-success btn-sm'>启用</a><a href='plus_edit.php?aid=$id' class='btn btn-outline-success btn-sm' class='btn btn-outline-warning btn-sm'>修改</a><a href='plus_edit.php?dopost=delete&aid=$id&title=".urlencode($title)."' class='btn btn-outline-danger btn-sm'>册除</a>"; | |||||
} | } | ||||
} | } | ||||
?> | ?> |
@@ -17,7 +17,7 @@ if (!empty($dopost)) { | |||||
exit(); | exit(); | ||||
} | } | ||||
if ($rankid > 10) { | if ($rankid > 10) { | ||||
ShowMsg('组级别值不能大于10, 否则一切权限设置均无效!', '-1'); | |||||
ShowMsg('组级别值不能大于10,否则一切权限设置均无效!', '-1'); | |||||
exit(); | exit(); | ||||
} | } | ||||
$AllPurviews = ''; | $AllPurviews = ''; | ||||
@@ -14,7 +14,7 @@ $dopost = (!isset($dopost) ? '' : $dopost); | |||||
返回到下一任务的URL | 返回到下一任务的URL | ||||
特殊变量,除非知道作用,否则不能在任务传递中占用 | 特殊变量,除非知道作用,否则不能在任务传递中占用 | ||||
f 临时,仅为了方便网址结构 | f 临时,仅为了方便网址结构 | ||||
dopost 当前任务(指向下一个任务), 由用户自行处理或在 nextdo 中自动获得 | |||||
dopost 当前任务(指向下一个任务),由用户自行处理或在 nextdo 中自动获得 | |||||
del 上一次任务删除的变量 | del 上一次任务删除的变量 | ||||
morejob ,设定后,表示当前任务需请求多次,会把 dopost 和 nextdo 处理后转为 doposttmp, nextdotmp,然后由用户自行处理 | morejob ,设定后,表示当前任务需请求多次,会把 dopost 和 nextdo 处理后转为 doposttmp, nextdotmp,然后由用户自行处理 | ||||
******************************/ | ******************************/ | ||||
@@ -31,7 +31,7 @@ function GetNextUrl($notallowArr = array('dopost', 'f', 'del')) | |||||
$nextdo .= ($nextdo == '' ? $nextdos[$i] : ','.$nextdos[$i]); | $nextdo .= ($nextdo == '' ? $nextdos[$i] : ','.$nextdos[$i]); | ||||
} | } | ||||
} | } | ||||
//如果系统有多重任务, 把下一任务和任务列表参数提交给程序处理 | |||||
//如果系统有多重任务,把下一任务和任务列表参数提交给程序处理 | |||||
if (in_array('morejob', $notallowArr)) { | if (in_array('morejob', $notallowArr)) { | ||||
$reurl .= "&doposttmp=".$nextdos[0]; | $reurl .= "&doposttmp=".$nextdos[0]; | ||||
if ($nextdo != '') $reurl .= "&nextdotmp=$nextdo"; | if ($nextdo != '') $reurl .= "&nextdotmp=$nextdo"; | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>搜索结果</title> | <title>搜索结果</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>增加广告</title> | <title>增加广告</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | <link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改广告</title> | <title>修改广告</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | <link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
@@ -5,8 +5,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>广告管理</title> | <title>广告管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>广告分类管理</title> | <title>广告分类管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>发布图集</title> | <title>发布图集</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="css/albumupload.min.css"> | <link rel="stylesheet" href="css/albumupload.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | <link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改图集</title> | <title>修改图集</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="css/albumupload.min.css"> | <link rel="stylesheet" href="css/albumupload.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | <link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>发布商品</title> | <title>发布商品</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | <link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | ||||
<link rel="stylesheet" href="../static/web/css/jquery.fileupload.css"> | <link rel="stylesheet" href="../static/web/css/jquery.fileupload.css"> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改商品</title> | <title>修改商品</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | <link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | ||||
<link rel="stylesheet" href="../static/web/css/jquery.fileupload.css"> | <link rel="stylesheet" href="../static/web/css/jquery.fileupload.css"> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>发布分类</title> | <title>发布分类</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | <link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | ||||
<link rel="stylesheet" href="../static/web/css/jquery.fileupload.css"> | <link rel="stylesheet" href="../static/web/css/jquery.fileupload.css"> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改分类</title> | <title>修改分类</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | <link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | ||||
<link rel="stylesheet" href="../static/web/css/jquery.fileupload.css"> | <link rel="stylesheet" href="../static/web/css/jquery.fileupload.css"> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>发布文档</title> | <title>发布文档</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | <link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | ||||
<link rel="stylesheet" href="../static/web/css/jquery.fileupload.css"> | <link rel="stylesheet" href="../static/web/css/jquery.fileupload.css"> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>自动摘要分页</title> | <title>自动摘要分页</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改文档</title> | <title>修改文档</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | <link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | ||||
<link rel="stylesheet" href="../static/web/css/jquery.fileupload.css"> | <link rel="stylesheet" href="../static/web/css/jquery.fileupload.css"> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>文档关键词维护</title> | <title>文档关键词维护</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<style>.nnpp{border-bottom:1px solid #545b62;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;filter:alpha(opacity=50)}</style> | <style>.nnpp{border-bottom:1px solid #545b62;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;filter:alpha(opacity=50)}</style> | ||||
<script> | <script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>关键词管理</title> | <title>关键词管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script> | <script> | ||||
//获得选中文件的文件名 | //获得选中文件的文件名 | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>重复文档检测</title> | <title>重复文档检测</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>点卡业务记录</title> | <title>点卡业务记录</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script> | <script> | ||||
//获得选中项 | //获得选中项 | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>点卡产品分类</title> | <title>点卡产品分类</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>添加栏目</title> | <title>添加栏目</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="js/main.js"></script> | <script src="js/main.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>批量添加栏目</title> | <title>批量添加栏目</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script> | <script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>栏目管理</title> | <title>栏目管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="js/main.js"></script> | <script src="js/main.js"></script> | ||||
@@ -4,14 +4,13 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>栏目管理</title> | <title>栏目管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="js/global.js"></script> | <script src="js/global.js"></script> | ||||
<script src="js/ieemu.js"></script> | <script src="js/ieemu.js"></script> | ||||
<script src="js/dialog.js"></script> | <script src="js/dialog.js"></script> | ||||
<script src="../static/web/js/webajax.js"></script> | <script src="../static/web/js/webajax.js"></script> | ||||
<style>td,th{padding:.45rem}.biz-td,.nbiz-td{border-bottom:1px solid #eee}.coolbg2,.coolbt2,.maintable{border:1px solid #dee2e6}.fa{color:#545b62}</style> | |||||
<script> | <script> | ||||
function LoadSuns(ctid, tid) { | function LoadSuns(ctid, tid) { | ||||
if ($DE(ctid).innerHTML.length < 10) { | if ($DE(ctid).innerHTML.length < 10) { | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>自定义属性管理</title> | <title>自定义属性管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>文档批量维护</title> | <title>文档批量维护</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | <link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>图片文档管理</title> | <title>图片文档管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>所有文档管理</title> | <title>所有文档管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>专题文档管理</title> | <title>专题文档管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="js/ieemu.js"></script> | <script src="js/ieemu.js"></script> | ||||
<script> | <script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>新增自定义表单</title> | <title>新增自定义表单</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改自定义表单</title> | <title>修改自定义表单</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>编辑评论</title> | <title>编辑评论</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>自定义表单增加字段</title> | <title>自定义表单增加字段</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>自定义表单修改字段</title> | <title>自定义表单修改字段</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title><?php echo $diy->name;?></title> | <title><?php echo $diy->name;?></title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script> | <script> | ||||
function selAll(){ | function selAll(){ | ||||
@@ -5,8 +5,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>自定义表单管理</title> | <title>自定义表单管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -27,7 +27,7 @@ | |||||
<td>{dede:field.table/}</td> | <td>{dede:field.table/}</td> | ||||
<td> | <td> | ||||
<a href="diy_edit.php?diyid={dede:field.diyid/}&dopost=edit" class="btn btn-success btn-sm"><i class="fa fa-pencil-square-o"></i> 修改</a> | <a href="diy_edit.php?diyid={dede:field.diyid/}&dopost=edit" class="btn btn-success btn-sm"><i class="fa fa-pencil-square-o"></i> 修改</a> | ||||
<a href="diy_edit.php?diyid={dede:field.diyid/}&dopost=delete" class="btn btn-success btn-sm"><i class="fa fa-trash"></i> 删除</a> | |||||
<a href="diy_edit.php?diyid={dede:field.diyid/}&dopost=delete" class="btn btn-danger btn-sm"><i class="fa fa-trash"></i> 删除</a> | |||||
<a href="diy_list.php?action=excel&diyid={dede:field.diyid/}" target="_blank" class="btn btn-success btn-sm"><i class="fa fa-share-square"></i> 导出</a> | <a href="diy_list.php?action=excel&diyid={dede:field.diyid/}" target="_blank" class="btn btn-success btn-sm"><i class="fa fa-share-square"></i> 导出</a> | ||||
<a href="../apps/diy.php?action=list&diyid={dede:field.diyid/}" class="btn btn-success btn-sm" target="_blank"><i class="fa fa-globe"></i> 预览</a> | <a href="../apps/diy.php?action=list&diyid={dede:field.diyid/}" class="btn btn-success btn-sm" target="_blank"><i class="fa fa-globe"></i> 预览</a> | ||||
</td> | </td> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>编辑评论</title> | <title>编辑评论</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改新建文件</title> | <title>修改新建文件</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="css/codemirror.css"> | <link rel="stylesheet" href="css/codemirror.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>文件管理器</title> | <title>文件管理器</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<style>.biz-td{border-bottom:1px solid #CBD8AC}</style> | <style>.biz-td{border-bottom:1px solid #CBD8AC}</style> | ||||
</head> | </head> | ||||
@@ -27,7 +27,7 @@ | |||||
if ($file!="." && $file!=".." && !is_dir("$inpath/$file")) | if ($file!="." && $file!=".." && !is_dir("$inpath/$file")) | ||||
{ | { | ||||
@$filesize = filesize("$inpath/$file"); | @$filesize = filesize("$inpath/$file"); | ||||
@$filesize=$filesize/1024; | |||||
@$filesize = $filesize/1024; | |||||
@$filetime = filemtime("$inpath/$file"); | @$filetime = filemtime("$inpath/$file"); | ||||
@$filetime = MyDate("Y-m-d H:i:s",$filetime); | @$filetime = MyDate("Y-m-d H:i:s",$filetime); | ||||
if ($filesize<0.1) | if ($filesize<0.1) | ||||
@@ -66,7 +66,7 @@ | |||||
<td></td> | <td></td> | ||||
<td> | <td> | ||||
<a href='file_manage_view.php?filename=".urlencode($file)."&activepath=".urlencode($activepath)."&fmdo=rename' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?filename=".urlencode($file)."&activepath=".urlencode($activepath)."&fmdo=rename' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?filename=".urlencode($file)."&activepath=".urlencode($activepath)."&type=dir&fmdo=del' class='btn btn-success btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?filename=".urlencode($file)."&activepath=".urlencode($activepath)."&type=dir&fmdo=del' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
@@ -80,8 +80,8 @@ | |||||
<td align='center'>$filetime</td> | <td align='center'>$filetime</td> | ||||
<td> | <td> | ||||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | <a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
$files[] = $line; | $files[] = $line; | ||||
@@ -94,8 +94,8 @@ | |||||
<td align='center' class='biz-td'>$filetime</td> | <td align='center' class='biz-td'>$filetime</td> | ||||
<td> | <td> | ||||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | <a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
$files[] = $line; | $files[] = $line; | ||||
@@ -108,8 +108,8 @@ | |||||
<td align='center'>$filetime</td> | <td align='center'>$filetime</td> | ||||
<td> | <td> | ||||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | <a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
$files[] = $line; | $files[] = $line; | ||||
@@ -122,8 +122,8 @@ | |||||
<td align='center'>$filetime</td> | <td align='center'>$filetime</td> | ||||
<td> | <td> | ||||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | <a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
$files[] = $line; | $files[] = $line; | ||||
@@ -136,8 +136,8 @@ | |||||
<td align='center'>$filetime</td> | <td align='center'>$filetime</td> | ||||
<td> | <td> | ||||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | <a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
$files[] = $line; | $files[] = $line; | ||||
@@ -150,8 +150,8 @@ | |||||
<td align='center'>$filetime</td> | <td align='center'>$filetime</td> | ||||
<td> | <td> | ||||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | <a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
$files[] = $line; | $files[] = $line; | ||||
@@ -164,8 +164,8 @@ | |||||
<td align='center'>$filetime</td> | <td align='center'>$filetime</td> | ||||
<td> | <td> | ||||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | <a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
$files[] = $line; | $files[] = $line; | ||||
@@ -178,8 +178,8 @@ | |||||
<td align='center' class='biz-td'>$filetime</td> | <td align='center' class='biz-td'>$filetime</td> | ||||
<td> | <td> | ||||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'> <i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | <a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
$files[] = $line; | $files[] = $line; | ||||
@@ -194,8 +194,8 @@ | |||||
<td> | <td> | ||||
<a href='$edurl' class='btn btn-success btn-sm'><i class='fa fa-pencil-square-o'></i> 编辑</a> | <a href='$edurl' class='btn btn-success btn-sm'><i class='fa fa-pencil-square-o'></i> 编辑</a> | ||||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'> <i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | <a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
$files[] = $line; | $files[] = $line; | ||||
@@ -210,8 +210,8 @@ | |||||
<td> | <td> | ||||
<a href='$edurl' class='btn btn-success btn-sm'><i class='fa fa-pencil-square-o'></i> 编辑</a> | <a href='$edurl' class='btn btn-success btn-sm'><i class='fa fa-pencil-square-o'></i> 编辑</a> | ||||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | <a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
$files[] = $line; | $files[] = $line; | ||||
@@ -226,8 +226,8 @@ | |||||
<td> | <td> | ||||
<a href='$edurl' class='btn btn-success btn-sm'><i class='fa fa-pencil-square-o'></i> 编辑</a> | <a href='$edurl' class='btn btn-success btn-sm'><i class='fa fa-pencil-square-o'></i> 编辑</a> | ||||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | <a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
$files[] = $line; | $files[] = $line; | ||||
@@ -242,8 +242,8 @@ | |||||
<td> | <td> | ||||
<a href='$edurl' class='btn btn-success btn-sm'><i class='fa fa-pencil-square-o'></i> 编辑</a> | <a href='$edurl' class='btn btn-success btn-sm'><i class='fa fa-pencil-square-o'></i> 编辑</a> | ||||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'> <i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | <a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
$files[] = $line; | $files[] = $line; | ||||
@@ -258,8 +258,8 @@ | |||||
<td> | <td> | ||||
<a href='$edurl' class='btn btn-success btn-sm'><i class='fa fa-pencil-square-o'></i> 编辑</a> | <a href='$edurl' class='btn btn-success btn-sm'><i class='fa fa-pencil-square-o'></i> 编辑</a> | ||||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'> <i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | <a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
$files[] = $line; | $files[] = $line; | ||||
@@ -270,8 +270,8 @@ | |||||
<td align='center'>$filetime</td> | <td align='center'>$filetime</td> | ||||
<td> | <td> | ||||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | <a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-address-card-o'></i> 改名</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'> <i class='fa fa-trash'></i> 删除</a> | |||||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | <a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'><i class='fa fa-share-square'></i> 移动</a> | ||||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-danger btn-sm'><i class='fa fa-trash'></i> 删除</a> | |||||
</td> | </td> | ||||
</tr>"; | </tr>"; | ||||
$files[] = $line; | $files[] = $line; | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>新增自由列表</title> | <title>新增自由列表</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改自由列表</title> | <title>修改自由列表</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>友情链接管理</title> | <title>友情链接管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>友情链接修改</title> | <title>友情链接修改</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>网站类型管理</title> | <title>网站类型管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -6,10 +6,9 @@ | |||||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title><?php echo $cfg_webname;?>后台管理</title> | <title><?php echo $cfg_webname;?>后台管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="css/menu.min.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
</head> | </head> | ||||
<body class="showmenu"> | <body class="showmenu"> | ||||
@@ -5,8 +5,8 @@ | |||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>系统主页</title> | <title>系统主页</title> | ||||
<base target="_self"> | <base target="_self"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script>const cfg_biz_dedebizUrl = '<?php echo $cfg_biz_dedebizUrl;?>';const cfg_webname = '<?php echo $cfg_webname;?>';</script> | <script>const cfg_biz_dedebizUrl = '<?php echo $cfg_biz_dedebizUrl;?>';const cfg_webname = '<?php echo $cfg_webname;?>';</script> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
@@ -6,7 +6,6 @@ | |||||
<title>系统菜单</title> | <title>系统菜单</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="css/menu.min.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
</head> | </head> | ||||
<body class="menu-box"> | <body class="menu-box"> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>采集内容管理</title> | <title>采集内容管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script> | <script> | ||||
//获得选中文件的文件名 | //获得选中文件的文件名 | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>更新整站</title> | <title>更新整站</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | <link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>更新文档</title> | <title>更新文档</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>更新自由列表</title> | <title>更新自由列表</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -5,8 +5,8 @@ | |||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>更新首页</title> | <title>更新首页</title> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="js/main.js"></script> | <script src="js/main.js"></script> | ||||
<script> | <script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>更新栏目</title> | <title>更新栏目</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>更新专题</title> | <title>更新专题</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>上传新文件</title> | <title>上传新文件</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>附件数据管理</title> | <title>附件数据管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<style>.napisdiv{left:10;top:0;width:150px;height:100px;position:absolute;z-index:3}</style> | <style>.napisdiv{left:10;top:0;width:150px;height:100px;position:absolute;z-index:3}</style> | ||||
<script> | <script> | ||||
@@ -5,11 +5,11 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>注册会员列表</title> | <title>注册会员列表</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="js/ieemu.js"></script> | <script src="js/ieemu.js"></script> | ||||
<script src="js/member.js"></script> | |||||
<script src="js/user.js"></script> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="member_main.php" name="form1" method="get"> | <form action="member_main.php" name="form1" method="get"> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>业务管理</title> | <title>业务管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script> | <script> | ||||
//获得选中项 | //获得选中项 | ||||
@@ -5,8 +5,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>用户短信管理</title> | <title>用户短信管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>用户短信管理</title> | <title>用户短信管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>用户短信管理</title> | <title>用户短信管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>会员权限管理</title> | <title>会员权限管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>会员管理-积分头衔设置</title> | <title>会员管理-积分头衔设置</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="js/main.js"></script> | <script src="js/main.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>提升为管理员</title> | <title>提升为管理员</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>会员产品分类</title> | <title>会员产品分类</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>查看会员</title> | <title>查看会员</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>模块打包</title> | <title>模块打包</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/webajax.js"></script> | <script src="../static/web/js/webajax.js"></script> | ||||
<script> | <script> | ||||
@@ -3,8 +3,8 @@ | |||||
<head> | <head> | ||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/webajax.js"></script> | <script src="../static/web/js/webajax.js"></script> | ||||
<script> | <script> | ||||
@@ -40,7 +40,7 @@ | |||||
<td>目录 </td> | <td>目录 </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td><a href="#1">1、Dede模块开发介绍</a></td> | |||||
<td><a href="#1">1、模块开发介绍</a></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td><a href="#2">2、如何对我开发的模块进行打包</a></td> | <td><a href="#2">2、如何对我开发的模块进行打包</a></td> | ||||
@@ -49,7 +49,7 @@ | |||||
<td><a href="#3">3、开发模块程序安装和卸载的注意事项</a></td> | <td><a href="#3">3、开发模块程序安装和卸载的注意事项</a></td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td><a href="#4">4、DedeBIZV6的后台管理程序的开发注意事项</a></td> | |||||
<td><a href="#4">4、DedeBIZ的后台管理程序的开发注意事项</a></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>模块管理</title> | <title>模块管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -37,7 +37,7 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td colspan="6"><div class="alert alert-info mb-0">DedeBIZV6开始启动<a href="<?php echo $cfg_biz_dedebizUrl;?>/license_developer" target="_blank">DedeBIZ商业开发者计划</a>,为了保障系统及技术服务安全,请认准DedeBIZ商业认证开发者</div></td> | |||||
<td colspan="6"><div class="alert alert-info mb-0">DedeBIZ开始启动<a href="<?php echo $cfg_biz_dedebizUrl;?>/license_developer" target="_blank">DedeBIZ商业开发者计划</a>,为了保障系统及技术服务安全,请认准DedeBIZ商业认证开发者</div></td> | |||||
</tr> | </tr> | ||||
<tr bgcolor="#fbfce2"> | <tr bgcolor="#fbfce2"> | ||||
<td align="center" width="16%">模块名称</td> | <td align="center" width="16%">模块名称</td> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>模块打包</title> | <title>模块打包</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/webajax.js"></script> | <script src="../static/web/js/webajax.js"></script> | ||||
<script> | <script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>模块打包</title> | <title>模块打包</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>新增内容模型</title> | <title>新增内容模型</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<style>.style2{color:#545b62}</style> | <style>.style2{color:#545b62}</style> | ||||
<script> | <script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改内容模型</title> | <title>修改内容模型</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<link rel="stylesheet" href="css/codemirror.css"> | <link rel="stylesheet" href="css/codemirror.css"> | ||||
<script src="js/codemirror.js"></script> | <script src="js/codemirror.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>内容模型增加字段</title> | <title>内容模型增加字段</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -4,8 +4,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>内容模型修改字段</title> | <title>内容模型修改字段</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
@@ -5,8 +5,8 @@ | |||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>内容模型管理</title> | <title>内容模型管理</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -6,8 +6,8 @@ | |||||
<title>自定义搜索管理</title> | <title>自定义搜索管理</title> | ||||
<script src="../static/web/js/jquery.min.js"></script> | <script src="../static/web/js/jquery.min.js"></script> | ||||
<script src="js/main.js"></script> | <script src="js/main.js"></script> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<style>.style1{color:#dc3545}.style2{color:#545b62}</style> | <style>.style1{color:#dc3545}.style2{color:#545b62}</style> | ||||
</head> | </head> | ||||