@@ -368,7 +368,7 @@ else if ($dopost == "delArchives") { | |||
$wintitle = "删除指定文档"; | |||
$wecome_info = "<a href='".$ENV_GOBACK_URL."'>文档管理</a> - 删除文档"; | |||
$win = new OxWindow(); | |||
$win->Init("archives_do.php", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("archives_do.php", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddHidden("fmdo", "yes"); | |||
$win->AddHidden("dopost", $dopost); | |||
$win->AddHidden("qstr", $qstr); | |||
@@ -418,7 +418,7 @@ else if ($dopost == 'clear') { | |||
$wintitle = "清空回收站所有文档"; | |||
$wecome_info = "<a href='recycling.php'>文档回收站</a> - 清空所有文档"; | |||
$win = new OxWindow(); | |||
$win->Init("archives_do.php", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("archives_do.php", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddHidden("fmdo", "yes"); | |||
$win->AddHidden("dopost", $dopost); | |||
$win->AddHidden("qstr", $qstr); | |||
@@ -456,7 +456,7 @@ else if ($dopost == 'del') { | |||
$wintitle = "删除指定文档"; | |||
$wecome_info = "<a href='recycling.php'>文档管理</a> - 删除文档"; | |||
$win = new OxWindow(); | |||
$win->Init("archives_do.php", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("archives_do.php", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddHidden("fmdo", "yes"); | |||
$win->AddHidden("dopost", $dopost); | |||
$win->AddHidden("qstr", $qstr); | |||
@@ -31,7 +31,7 @@ if (empty($allurls) && filesize($m_file) > 0) { | |||
} | |||
$wecome_info = "允许站内链接"; | |||
$win = new OxWindow(); | |||
$win->Init('article_allowurl_edit.php', '../static/web/js/admin.blank.js', 'POST'); | |||
$win->Init('article_allowurl_edit.php', '/static/web/js/admin.blank.js', 'POST'); | |||
$win->AddHidden('dopost', 'save'); | |||
$win->AddTitle("每行保存一个超链接"); | |||
$win->AddMsgItem("<tr><td><textarea name='allurls' id='allurls' class='admin-textarea-xl'>$allurls</textarea></td></tr>"); | |||
@@ -31,7 +31,7 @@ if (empty($allsource) && filesize($m_file) > 0) { | |||
} | |||
$wecome_info = "文档来源管理"; | |||
$win = new OxWindow(); | |||
$win->Init('article_source_edit.php', '../static/web/js/admin.blank.js', 'POST'); | |||
$win->Init('article_source_edit.php', '/static/web/js/admin.blank.js', 'POST'); | |||
$win->AddHidden('dopost', 'save'); | |||
$win->AddTitle("一行填写一个地址"); | |||
$win->AddMsgItem("<tr><td><textarea name='allsource' id='allsource' class='admin-textarea-xl'>$allsource</textarea></td></tr>"); | |||
@@ -31,7 +31,7 @@ if (empty($allwriter) && filesize($m_file) > 0) { | |||
} | |||
$wecome_info = "文档作者管理"; | |||
$win = new OxWindow(); | |||
$win->Init('article_writer_edit.php', '../static/web/js/admin.blank.js', 'POST'); | |||
$win->Init('article_writer_edit.php', '/static/web/js/admin.blank.js', 'POST'); | |||
$win->AddHidden('dopost', 'save'); | |||
$win->AddTitle("作者姓名用英文逗号分开"); | |||
$win->AddMsgItem("<tr><td><textarea name='allwriter' id='allwriter' class='admin-textarea-xl'>$allwriter</textarea></td></tr>"); | |||
@@ -166,7 +166,7 @@ if ($dopost == 'quick') { | |||
} | |||
//创建目录 | |||
if ($ispart != 2) { | |||
$true_typedir = str_replace("{cmspath}", $cfg_cmspath, $typedir); | |||
$true_typedir = str_replace("{cmspath}", $typedir); | |||
$true_typedir = preg_replace("#\/{1,}#", "/", $true_typedir); | |||
if (!CreateDir($true_typedir)) { | |||
ShowMsg("创建目录{$true_typedir}失败,请检查您的路径是否存在问题", "-1"); | |||
@@ -29,7 +29,7 @@ $row = $dsql->GetOne(); | |||
$wintitle = "删除栏目"; | |||
$wecome_info = "<a href='catalog_main.php'>栏目管理</a> - 删除栏目"; | |||
$win = new OxWindow(); | |||
$win->Init('catalog_del.php', '../static/web/js/admin.blank.js', 'POST'); | |||
$win->Init('catalog_del.php', '/static/web/js/admin.blank.js', 'POST'); | |||
$win->AddHidden('id', $id); | |||
$win->AddHidden('dopost', 'ok'); | |||
$win->AddTitle("您要确定要删除{$row['typename']}栏目吗"); | |||
@@ -182,7 +182,7 @@ else if ($dopost == 'unitCatalog') { | |||
$wintitle = "合并指定栏目"; | |||
$wecome_info = "<a href='catalog_main.php'>栏目管理</a> - 合并栏目"; | |||
$win = new OxWindow(); | |||
$win->Init('catalog_do.php', '../static/web/js/admin.blank.js', 'POST'); | |||
$win->Init('catalog_do.php', '/static/web/js/admin.blank.js', 'POST'); | |||
$win->AddHidden('dopost', 'unitCatalog'); | |||
$win->AddHidden('typeid', $typeid); | |||
$win->AddHidden('channelid', $channelid); | |||
@@ -231,7 +231,7 @@ else if ($dopost == 'moveCatalog') { | |||
$wintitle = "移动指定栏目"; | |||
$wecome_info = "<a href='catalog_main.php'>栏目管理</a> - 移动栏目"; | |||
$win = new OxWindow(); | |||
$win->Init('catalog_do.php', '../static/web/js/admin.blank.js', 'POST'); | |||
$win->Init('catalog_do.php', '/static/web/js/admin.blank.js', 'POST'); | |||
$win->AddHidden('dopost', 'moveCatalog'); | |||
$win->AddHidden('typeid', $typeid); | |||
$win->AddHidden('channelid', $channelid); | |||
@@ -25,7 +25,7 @@ if ($cuserLogin->getUserID() <= 0) { | |||
exit(); | |||
} | |||
$adminDirHand = HtmlReplace($adminDirHand, 1); | |||
$gurl = "../../{$adminDirHand}/login.php?gotopage=".urlencode($dedeNowurl); | |||
$gurl = "/../{$adminDirHand}/login.php?gotopage=".urlencode($dedeNowurl); | |||
echo "<script>location='$gurl';</script>"; | |||
exit(); | |||
} |
@@ -56,10 +56,10 @@ if (!empty($iseditor)) { | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>选择图片</title> | |||
<link rel="stylesheet" href="../../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../../static/web/css/admin.css"> | |||
<script src="../../static/web/js/jquery.min.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
</head> | |||
<body class="body-bg"> | |||
<div class="upload-bg shadow-sm"> | |||
@@ -117,7 +117,7 @@ if (!empty($iseditor)) { | |||
if ($activepath == "") continue; | |||
$tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath); | |||
$line = "<tr> | |||
<td colspan='2'><a href='select_images.php?imgstick=$imgstick&v=$v&f=$f&activepath=".urlencode($tmp).$addparm."'><img src='../../static/web/img/icon_dir2.png'>上级目录</a></td> | |||
<td colspan='2'><a href='select_images.php?imgstick=$imgstick&v=$v&f=$f&activepath=".urlencode($tmp).$addparm."'><img src='/static/web/img/icon_dir2.png'>上级目录</a></td> | |||
<td>当前目录:$activepath</td> | |||
</tr>"; | |||
echo $line; | |||
@@ -125,7 +125,7 @@ if (!empty($iseditor)) { | |||
if (preg_match("#^_(.*)$#i", $file)) continue; | |||
if (preg_match("#^\.(.*)$#i", $file)) continue; | |||
$line = "<tr> | |||
<td colspan='3'><a href='select_images.php?imgstick=$imgstick&v=$v&f=$f&activepath=".urlencode("$activepath/$file").$addparm."'><img src='../../static/web/img/icon_dir.png'>$file</a></td> | |||
<td colspan='3'><a href='select_images.php?imgstick=$imgstick&v=$v&f=$f&activepath=".urlencode("$activepath/$file").$addparm."'><img src='/static/web/img/icon_dir.png'>$file</a></td> | |||
</tr>"; | |||
echo "$line"; | |||
} else if (preg_match("#\.(".$cfg_imgtype.")#i", $file)) { | |||
@@ -46,9 +46,9 @@ if (!empty($noeditor)) { | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>选择多媒体</title> | |||
<link rel="stylesheet" href="../../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body class="body-bg"> | |||
<div class="upload-bg shadow-sm"> | |||
@@ -97,7 +97,7 @@ if (!empty($noeditor)) { | |||
if ($activepath == "") continue; | |||
$tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath); | |||
$line = "<tr> | |||
<td><a href='select_media.php?f=$f&activepath=".urlencode($tmp).$addparm."'><img src='../../static/web/img/icon_dir2.png'>上级目录</a></td> | |||
<td><a href='select_media.php?f=$f&activepath=".urlencode($tmp).$addparm."'><img src='/static/web/img/icon_dir2.png'>上级目录</a></td> | |||
<td colspan='2'>当前目录:$activepath</td> | |||
</tr>"; | |||
echo $line; | |||
@@ -105,7 +105,7 @@ if (!empty($noeditor)) { | |||
if (preg_match("#^_(.*)$#i", $file)) continue; | |||
if (preg_match("#^\.(.*)$#i", $file)) continue; | |||
$line = "<tr> | |||
<td colspan='3'><a href=select_media.php?f=$f&activepath=".urlencode("$activepath/$file").$addparm."><img src='../../static/web/img/icon_dir.png'>$file</a></td> | |||
<td colspan='3'><a href=select_media.php?f=$f&activepath=".urlencode("$activepath/$file").$addparm."><img src='/static/web/img/icon_dir.png'>$file</a></td> | |||
</tr>"; | |||
echo "$line"; | |||
} else if (preg_match("#\.(swf|fly|fla|flv)#i", $file)) { | |||
@@ -116,7 +116,7 @@ if (!empty($noeditor)) { | |||
else $lstyle = ""; | |||
$line = "<tr> | |||
<td> | |||
<img src='../../static/web/img/icon_flash.png'> | |||
<img src='/static/web/img/icon_flash.png'> | |||
<a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | |||
</td> | |||
<td>$filesize KB</td> | |||
@@ -131,7 +131,7 @@ if (!empty($noeditor)) { | |||
else $lstyle = ""; | |||
$line = "<tr> | |||
<td> | |||
<img src='../../static/web/img/icon_video.png'> | |||
<img src='/static/web/img/icon_video.png'> | |||
<a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | |||
</td> | |||
<td>$filesize KB</td> | |||
@@ -146,7 +146,7 @@ if (!empty($noeditor)) { | |||
else $lstyle = ""; | |||
$line = "<tr> | |||
<td> | |||
<img src='../../static/web/img/icon_rm.png'> | |||
<img src='/static/web/img/icon_rm.png'> | |||
<a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | |||
</td> | |||
<td>$filesize KB</td> | |||
@@ -161,7 +161,7 @@ if (!empty($noeditor)) { | |||
else $lstyle = ""; | |||
$line = "<tr> | |||
<td> | |||
<img src='../../static/web/img/icon_music.png'> | |||
<img src='/static/web/img/icon_music.png'> | |||
<a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | |||
</td> | |||
<td>$filesize KB</td> | |||
@@ -12,9 +12,9 @@ include(DEDEDATA.'/mark/inc_photowatermark_config.php'); | |||
<meta name="apple-mobile-web-app-status-bar-style" content="black"> | |||
<meta name="format-detection" content="telephone=no"> | |||
<title>插入多图</title> | |||
<link rel="stylesheet" href="../../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<div id="wrap"> | |||
@@ -46,9 +46,9 @@ if (!empty($noeditor)) { | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>选择软件</title> | |||
<link rel="stylesheet" href="../../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body class="body-bg"> | |||
<div class="upload-bg shadow-sm"> | |||
@@ -99,7 +99,7 @@ if (!empty($noeditor)) { | |||
if ($activepath == "") continue; | |||
$tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath); | |||
$line = "<tr> | |||
<td><a href='select_soft.php?f=$f&activepath=".urlencode($tmp).$addparm."'><img src='../../static/web/img/icon_dir2.png'>上级目录</a></td> | |||
<td><a href='select_soft.php?f=$f&activepath=".urlencode($tmp).$addparm."'><img src='/static/web/img/icon_dir2.png'>上级目录</a></td> | |||
<td colspan='2'>当前目录:$activepath</td> | |||
</tr>\r\n"; | |||
echo $line; | |||
@@ -107,7 +107,7 @@ if (!empty($noeditor)) { | |||
if (preg_match("#^_(.*)$#i", $file)) continue; | |||
if (preg_match("#^\.(.*)$#i", $file)) continue; | |||
$line = "<tr> | |||
<td colspan='3'><a href=select_soft.php?f=$f&activepath=".urlencode("$activepath/$file").$addparm."><img src='../../static/web/img/icon_dir.png'>$file</a></td> | |||
<td colspan='3'><a href=select_soft.php?f=$f&activepath=".urlencode("$activepath/$file").$addparm."><img src='/static/web/img/icon_dir.png'>$file</a></td> | |||
</tr>"; | |||
echo "$line"; | |||
} else if (preg_match("#\.(zip|rar|tgr.gz)#i", $file)) { | |||
@@ -118,7 +118,7 @@ if (!empty($noeditor)) { | |||
$reurl = $reurl; | |||
$line = "<tr> | |||
<td> | |||
<img src='../../static/web/img/icon_zip.png'> | |||
<img src='/static/web/img/icon_zip.png'> | |||
<a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | |||
</td> | |||
<td>$filesize KB</td> | |||
@@ -133,7 +133,7 @@ if (!empty($noeditor)) { | |||
$reurl = $reurl; | |||
$line = "<tr> | |||
<td> | |||
<img src='../../static/web/img/icon_exe.png'> | |||
<img src='/static/web/img/icon_exe.png'> | |||
<a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | |||
</td> | |||
<td>$filesize KB</td> | |||
@@ -155,7 +155,7 @@ if (!empty($noeditor)) { | |||
window.opener.CKEDITOR.tools.callFunction(funcNum, reimg); | |||
} | |||
if (typeof window.opener.CKEDITOR.instances["<?php echo $f ?>"] !== "undefined") { | |||
let addonHTML = `<a href='${reimg}' target='_blank'><img src='<?php echo $cfg_cmspath ?>/static/web/img/icon_addon.png'>附件:${reimg}</a>`; | |||
let addonHTML = `<a href='${reimg}' target='_blank'><img src='/static/web/img/icon_addon.png'>附件:${reimg}</a>`; | |||
window.opener.CKEDITOR.instances["<?php echo $f ?>"].insertHtml(addonHTML); | |||
} | |||
if (window.opener.document.<?php echo $f ?> != null) { | |||
@@ -37,9 +37,9 @@ if (empty($comeback)) { | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>选择模板</title> | |||
<link rel="stylesheet" href="../../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body class="body-bg"> | |||
<div class="upload-bg shadow-sm"> | |||
@@ -87,7 +87,7 @@ if (empty($comeback)) { | |||
if ($activepath == "") continue; | |||
$tmp = preg_replace("#[\/][^\/]*$#", "", $activepath); | |||
$line = "<tr> | |||
<td><a href='select_templets.php?f=$f&activepath=".urlencode($tmp)."'><img src='../../static/web/img/icon_dir2.png'>上级目录</a></td> | |||
<td><a href='select_templets.php?f=$f&activepath=".urlencode($tmp)."'><img src='/static/web/img/icon_dir2.png'>上级目录</a></td> | |||
<td colspan='2'>当前目录:$activepath</td> | |||
</tr>\r\n"; | |||
echo $line; | |||
@@ -95,7 +95,7 @@ if (empty($comeback)) { | |||
if (preg_match("#^_(.*)$#i", $file)) continue; | |||
if (preg_match("#^\.(.*)$#i", $file)) continue; | |||
$line = "<tr> | |||
<td colspan='3'><a href=select_templets.php?f=$f&activepath=".urlencode("$activepath/$file")."><img src='../../static/web/img/icon_dir.png'>$file</a></td> | |||
<td colspan='3'><a href=select_templets.php?f=$f&activepath=".urlencode("$activepath/$file")."><img src='/static/web/img/icon_dir.png'>$file</a></td> | |||
</tr>"; | |||
echo "$line"; | |||
} else if (preg_match("#\.(htm|html)#i", $file)) { | |||
@@ -106,7 +106,7 @@ if (empty($comeback)) { | |||
$reurl = preg_replace("#".$templetdir."\/#", "", $reurl); | |||
$line = "<tr> | |||
<td> | |||
<img src='../../static/web/img/icon_htm.png'> | |||
<img src='/static/web/img/icon_htm.png'> | |||
<a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | |||
</td> | |||
<td>$filesize KB</td> | |||
@@ -121,7 +121,7 @@ if (empty($comeback)) { | |||
$reurl = preg_replace("#".$templetdir."/#", "", $reurl); | |||
$line = "<tr> | |||
<td> | |||
<img src='../../static/web/img/icon_css.png'> | |||
<img src='/static/web/img/icon_css.png'> | |||
<a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | |||
</td> | |||
<td>$filesize KB</td> | |||
@@ -136,7 +136,7 @@ if (empty($comeback)) { | |||
$reurl = preg_replace("#".$templetdir."\/#", "", $reurl); | |||
$line = "<tr> | |||
<td> | |||
<img src='../../static/web/img/icon_js.png'> | |||
<img src='/static/web/img/icon_js.png'> | |||
<a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | |||
</td> | |||
<td>$filesize KB</td> | |||
@@ -181,7 +181,7 @@ if (empty($comeback)) { | |||
$reurl = preg_replace("#".$templetdir."\/#", "", $reurl); | |||
$line = "<tr> | |||
<td> | |||
<img src='../../static/web/img/icon_text.png'> | |||
<img src='/static/web/img/icon_text.png'> | |||
<a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | |||
</td> | |||
<td>$filesize KB</td> | |||
@@ -31,7 +31,7 @@ if ($dopost == "save") { | |||
$wintitle = "删除所有自定义表"; | |||
$wecome_info = "<a href='diy_main.php'>自定义表单管理</a> - 删除自定义表单"; | |||
$win = new OxWindow(); | |||
$win->Init("diy_edit.php", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("diy_edit.php", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddHidden("job", "yes"); | |||
$win->AddHidden("dopost", $dopost); | |||
$win->AddHidden("diyid", $diyid); | |||
@@ -74,7 +74,7 @@ if ($dopost == "delete") { | |||
$wintitle = "删除文档错误"; | |||
$wecome_info = "<a href='erraddsave.php'>错误管理</a> - 删除错误"; | |||
$win = new OxWindow(); | |||
$win->Init("erraddsave.php", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("erraddsave.php", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddHidden("fmdo", "yes"); | |||
$win->AddHidden("dopost", $dopost); | |||
$win->AddHidden("id", $id); | |||
@@ -154,7 +154,7 @@ else if ($fmdo == "space") { | |||
$totalkb = $space->setkb($total); | |||
$totalmb = $space->setmb($total); | |||
$win = new OxWindow(); | |||
$win->Init("", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddMsgItem("<tr> | |||
<td> | |||
<span>$totalkb</span>KB<br> | |||
@@ -10,7 +10,7 @@ | |||
*/ | |||
require(dirname(__FILE__)."/config.php"); | |||
CheckPurview('plus_文件管理器'); | |||
if (!isset($activepath)) $activepath = DEDEBIZ_SAFE_MODE? $cfg_medias_dir : $cfg_cmspath; | |||
if (!isset($activepath)) $activepath = DEDEBIZ_SAFE_MODE? $cfg_medias_dir : '/'; | |||
$inpath = ""; | |||
$activepath = str_replace("..", "", $activepath); | |||
$activepath = preg_replace("#^\/{1,}#", "/", $activepath); | |||
@@ -23,7 +23,7 @@ if ($fmdo == "rename") { | |||
$wintitle = "修改指定文件名称"; | |||
$wecome_info = "<a href='file_manage_main.php?activepath=$activepath'>文件管理</a> - 修改文件名称"; | |||
$win = new OxWindow(); | |||
$win->Init("file_manage_control.php", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("file_manage_control.php", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddHidden("fmdo", $fmdo); | |||
$win->AddHidden("activepath", $activepath); | |||
$win->AddHidden("filename", $filename); | |||
@@ -40,7 +40,7 @@ else if ($fmdo == "newdir") { | |||
$wintitle = "新建文件目录"; | |||
$wecome_info = "<a href='file_manage_main.php?activepath=$activepath'>文件管理</a> - 新建目录"; | |||
$win = new OxWindow(); | |||
$win->Init("file_manage_control.php", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("file_manage_control.php", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddHidden("fmdo", $fmdo); | |||
$win->AddHidden("activepath", $activepath); | |||
$win->AddHidden("token", make_hash()); | |||
@@ -54,7 +54,7 @@ else if ($fmdo == "move") { | |||
$wintitle = "移动指定文件"; | |||
$wecome_info = "<a href='file_manage_main.php?activepath=$activepath'>文件管理</a> - 移动文件</a>"; | |||
$win = new OxWindow(); | |||
$win->Init("file_manage_control.php", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("file_manage_control.php", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddHidden("fmdo", $fmdo); | |||
$win->AddHidden("activepath", $activepath); | |||
$win->AddHidden("filename", $filename); | |||
@@ -70,7 +70,7 @@ else if ($fmdo == "del") { | |||
$wintitle = "删除指定文件"; | |||
$wecome_info = "<a href='file_manage_main.php?activepath=$activepath'>文件管理</a> - 删除文件"; | |||
$win = new OxWindow(); | |||
$win->Init("file_manage_control.php", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("file_manage_control.php", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddHidden("fmdo", $fmdo); | |||
$win->AddHidden("activepath", $activepath); | |||
$win->AddHidden("filename", $filename); | |||
@@ -57,10 +57,10 @@ if ($dopost == "delete") { | |||
exit; | |||
} | |||
$logoimg_name = trim(preg_replace("#[ \r\n\t\*\%\\\/\?><\|\":]{1,}#", '', $logoimg_name)); | |||
$fullfilename = DEDEROOT.'static/flink/'.$logoimg_name; | |||
$fullfilename = DEDEROOT.'/static/flink/'.$logoimg_name; | |||
move_uploaded_file($logoimg, $fullfilename) or die("上传文件到".$fullfilename."失败"); | |||
@unlink($logoimg); | |||
$logo = $cfg_cmspath.'/static/flink/'.$logoimg_name; | |||
$logo = '/static/flink/'.$logoimg_name; | |||
} | |||
$sortrank = isset($sortrank)? intval($sortrank) : 1; | |||
$url = isset($url)? HtmlReplace($url, -1) : ''; | |||
@@ -154,7 +154,7 @@ function GetFieldValue($dvalue, $dtype, $aid = 0, $job = 'add', $addvar = '') | |||
fclose($fp); | |||
return $addvar; | |||
} else { | |||
$ipath = $GLOBALS['cfg_cmspath']."/data/textdata"; | |||
$ipath = '/data/textdata'; | |||
$tpath = ceil($aid / 5000); | |||
if (!is_dir($GLOBALS['cfg_basedir'].$ipath)) { | |||
MkdirAll($GLOBALS['cfg_basedir'].$ipath, $cfg_dir_purview); | |||
@@ -70,7 +70,7 @@ function CheckPic($picname) | |||
if ($picname != "") { | |||
return $picname; | |||
} else { | |||
return '../static/web/img/thumbnail.jpg'; | |||
return '/static/web/img/thumbnail.jpg'; | |||
} | |||
} | |||
//判断文档是否生成网页 | |||
@@ -20,7 +20,7 @@ if (is_dir(dirname(__FILE__).'/../install')) { | |||
fwrite($fp, 'ok'); | |||
fclose($fp); | |||
} | |||
$fileindex = "../install/index.html"; | |||
$fileindex = "/install/index.html"; | |||
if (!file_exists($fileindex)) { | |||
$fp = @fopen($fileindex, 'w'); | |||
fwrite($fp, 'dir'); | |||
@@ -28,28 +28,28 @@ if ($dopost == "view") { | |||
if ($rs["admin_pwd_exists"] == "false") { | |||
//设定dedebiz admin密码 | |||
if ($dedebiz_admin == "" || $dedebiz_admin !== $re_dedebiz_admin) { | |||
echo "<link rel=\"stylesheet\" href=\"{$cfg_cmsurl}/static/web/css/bootstrap.min.css\"><style>.modal {position:static}</style>"; | |||
echo "<link rel=\"stylesheet\" href=\"/static/web/css/bootstrap.min.css\"><style>.modal {position:static}</style>"; | |||
echo "<div class=\"alert alert-warning\">DedeBIZ操作密码为空或两次指定的密码不符</div><br>"; | |||
$client->Close(); | |||
exit; | |||
} | |||
$data = $client->AdminPWDCreate($dedebiz_admin); | |||
if ($data->data != "ok") { | |||
echo "<link rel=\"stylesheet\" href=\"{$cfg_cmsurl}/static/web/css/bootstrap.min.css\"><style>.modal {position:static}</style>"; | |||
echo "<link rel=\"stylesheet\" href=\"/static/web/css/bootstrap.min.css\"><style>.modal {position:static}</style>"; | |||
echo "<div class=\"alert alert-warning\">DedeBIZ设定操作密码失败:${$data}</div><br>"; | |||
$client->Close(); | |||
exit; | |||
} | |||
} else { | |||
if ($dedebiz_admin == "") { | |||
echo "<link rel=\"stylesheet\" href=\"{$cfg_cmsurl}/static/web/css/bootstrap.min.css\"><style>.modal {position:static}</style>"; | |||
echo "<link rel=\"stylesheet\" href=\"/static/web/css/bootstrap.min.css\"><style>.modal {position:static}</style>"; | |||
echo "<div class=\"alert alert-warning\">DedeBIZ操作密码为空</div><br>"; | |||
$client->Close(); | |||
exit; | |||
} | |||
$data = $client->AdminSetIndexLockState($dedebiz_admin, $lockindex); | |||
if ($data->data != "ok") { | |||
echo "<link rel=\"stylesheet\" href=\"{$cfg_cmsurl}/static/web/css/bootstrap.min.css\"><style>.modal {position:static}</style>"; | |||
echo "<link rel=\"stylesheet\" href=\"/static/web/css/bootstrap.min.css\"><style>.modal {position:static}</style>"; | |||
echo "<div class=\"alert alert-warning\">DedeBIZ操作密码失败,填写正确的操作密码</div><br>"; | |||
$client->Close(); | |||
exit; | |||
@@ -85,7 +85,7 @@ if ($dopost == "view") { | |||
} else { | |||
//动态浏览 | |||
if (file_exists($homeFile)) @unlink($homeFile); | |||
ShowMsg("更新动态首页,<a href='../index.php' target='_blank'>点击浏览</a>", "javascript:;"); | |||
ShowMsg("更新动态首页,<a href='/index.php' target='_blank'>点击浏览</a>", "javascript:;"); | |||
} | |||
$iquery = "UPDATE `#@__homepageset` SET showmod='$showmod'"; | |||
$dsql->ExecuteNoneQuery($iquery); | |||
@@ -97,7 +97,7 @@ $nextpage = $pageno + 1; | |||
if ($nextpage >= $totalpage && $finishType) { | |||
if ($gotype == '') { | |||
if (empty($reurl)) { | |||
$reurl = '../apps/list.php?tid='.$tid; | |||
$reurl = '/apps/list.php?tid='.$tid; | |||
} | |||
ShowMsg("完成所有栏目更新,<a href='$reurl' target='_blank'>点击浏览</a>", "javascript:;"); | |||
exit(); | |||
@@ -20,7 +20,7 @@ if (empty($maxpagesize)) $maxpagesize = 30; | |||
$startid = isset($startid) ? intval($startid) : 0; | |||
$endid = isset($endid) ? intval($endid) : 0; | |||
$tagid = isset($tagid) ? intval($tagid) : 0; | |||
$tagsdir = str_replace("{cmspath}", $cfg_cmspath, $cfg_tags_dir); | |||
$tagsdir = str_replace("{cmspath}", $cfg_tags_dir); | |||
//生成 | |||
if ($tagid > 0) { | |||
$upall = 0; //更新单个模式 | |||
@@ -50,7 +50,7 @@ if ($ctagid == 0 && $allfinish) { | |||
} | |||
$tag = $dsql->GetOne("SELECT * FROM `#@__tagindex` WHERE id='$ctagid' LIMIT 0,1;"); | |||
//创建TAGS目录 | |||
$tagsDir = str_replace("{cmspath}",$cfg_cmspath,$cfg_tags_dir); | |||
$tagsDir = str_replace("{cmspath}", $cfg_tags_dir); | |||
MkdirAll($cfg_basedir.$tagsDir, $cfg_dir_purview); | |||
if (is_array($tag) && count($tag) > 0) { | |||
$dlist = new TagList($tag['id'], 'taglist.htm'); | |||
@@ -60,7 +60,7 @@ if ($dopost == "delmember") { | |||
$wintitle = "删除指定会员"; | |||
$wecome_info = "<a href='".$ENV_GOBACK_URL."'>会员管理</a> - 删除会员"; | |||
$win = new OxWindow(); | |||
$win->Init("member_do.php", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("member_do.php", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddHidden("fmdo", "yes"); | |||
$win->AddHidden("dopost", $dopost); | |||
$win->AddHidden("id", $id); | |||
@@ -107,7 +107,7 @@ if ($dopost == "delmember") { | |||
$wintitle = "删除指定会员"; | |||
$wecome_info = "<a href='".$ENV_GOBACK_URL."'>会员管理</a> - 删除会员"; | |||
$win = new OxWindow(); | |||
$win->Init("member_do.php", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("member_do.php", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddHidden("fmdo", "yes"); | |||
$win->AddHidden("dopost", $dopost); | |||
$win->AddHidden("id", $id); | |||
@@ -177,7 +177,7 @@ else if ($dopost == "memberlogin") { | |||
CheckPurview('member_Edit'); | |||
PutCookie('DedeUserID', $id, 1800); | |||
PutCookie('DedeLoginTime', time(), 1800); | |||
if (empty($jumpurl)) header("location:../user/index.php"); | |||
if (empty($jumpurl)) header("location:$cfg_memberurl/index.php"); | |||
else header("location:$jumpurl"); | |||
} else if ($dopost == "deoperations") { | |||
$nid = preg_replace('#[^0-9,]#', '', preg_replace('#`#', ',', $nid)); | |||
@@ -138,7 +138,7 @@ if ($action == '') { | |||
} | |||
$prvdir .= "</table>"; | |||
$win = new OxWindow(); | |||
$win->Init("module_main.php", "../static/web/js/admin.blank.js", "post"); | |||
$win->Init("module_main.php", "/static/web/js/admin.blank.js", "post"); | |||
$wecome_info = "<a href='module_main.php'>模块管理</a> - 安装{$infos['name']}"; | |||
$devURL = DEDECDNURL."/developers/{$infos['dev_id']}.json"; | |||
$dhd = new DedeHttpDown(); | |||
@@ -181,7 +181,7 @@ if ($action == '') { | |||
<td><a href='module_main.php?action=showreadme&hash={$hash}' target='_blank' class='btn btn-success btn-sm'>浏览</a></td> | |||
</tr> | |||
<tr> | |||
<td>目录权限说明:<br>../为根目录<br>./表示当前目录</td> | |||
<td>目录权限说明:<br>/为根目录<br>./表示当前目录</td> | |||
<td>$prvdir</td> | |||
</tr> | |||
<tr> | |||
@@ -240,8 +240,7 @@ if ($action == '') { | |||
$setupsql = preg_replace("#TYPE=MyISAM#i", $sql41tmp, $setupsql); | |||
} | |||
//_ROOTURL_ | |||
if ($cfg_cmspath == '/') $cfg_cmspath = ''; | |||
$rooturl = $cfg_basehost.$cfg_cmspath; | |||
$rooturl = $cfg_basehost; | |||
$setupsql = preg_replace("#_ROOTURL_#i", $rooturl, $setupsql); | |||
$setupsql = preg_replace("#[\r\n]{1,}#", "\n", $setupsql); | |||
$sqls = preg_split('/;[ \t]{0,}\n/', $setupsql); | |||
@@ -264,7 +263,7 @@ if ($action == '') { | |||
$alertMsg = ($infos['lang'] == $cfg_soft_lang ? '' : '<br>该模块的语言编码与您系统的编码不一致,请向贡献者确认它的兼容性'); | |||
$dev_id = empty($infos['dev_id'])? "<a href='{$cfg_biz_dedebizUrl}/developer' target='_blank' class='btn btn-warning btn-sm'>未认证</a>" : "{$infos['dev_id']} <a href='{$cfg_biz_dedebizUrl}/developer?dev_id={$infos['dev_id']}' target='_blank' class='btn btn-success btn-sm'>已认证</a>"; | |||
$win = new OxWindow(); | |||
$win->Init("module_main.php", "../static/web/js/admin.blank.js", "post"); | |||
$win->Init("module_main.php", "/static/web/js/admin.blank.js", "post"); | |||
$wecome_info = "<a href='module_main.php'>模块管理</a> - 删除{$infos['name']}"; | |||
$win->AddHidden("hash", $hash); | |||
$win->AddHidden("action", "delok"); | |||
@@ -321,7 +320,7 @@ if ($action == '') { | |||
} | |||
$dev_id = empty($infos['dev_id'])? "<a href='{$cfg_biz_dedebizUrl}/developer' target='_blank' class='btn btn-warning btn-sm'>未认证</a>" : "{$infos['dev_id']} <a href='{$cfg_biz_dedebizUrl}/developer?dev_id={$infos['dev_id']}' target='_blank' class='btn btn-success btn-sm'>已认证</a>"; | |||
$win = new OxWindow(); | |||
$win->Init("module_main.php", "../static/web/js/admin.blank.js", "post"); | |||
$win->Init("module_main.php", "/static/web/js/admin.blank.js", "post"); | |||
$wecome_info = "<a href='module_main.php'>模块管理</a> - 卸载{$infos['name']}"; | |||
$win->AddHidden("hash", $hash); | |||
$win->AddHidden("action", 'uninstallok'); | |||
@@ -405,7 +404,7 @@ if ($action == '') { | |||
$msg = preg_replace("/<\/body>(.*)/isU", "", $msg); | |||
$dm->Clear(); | |||
$win = new OxWindow(); | |||
$win->Init("module_main.php", "../static/web/js/admin.blank.js", "post"); | |||
$win->Init("module_main.php", "/static/web/js/admin.blank.js", "post"); | |||
$wecome_info = "<a href='module_main.php'>模块管理</a> - 使用说明"; | |||
$win->AddMsgItem("<tr><td>$msg</td></tr>"); | |||
$winform = $win->GetWindow("hand"); | |||
@@ -441,7 +440,7 @@ if ($action == '') { | |||
} | |||
$dev_id = empty($infos['dev_id'])? "<a href='module_main.php?action=setup&hash={$hash}' class='btn btn-warning btn-sm'>安装</a><a href='{$cfg_biz_dedebizUrl}/developer' target='_blank' class='btn btn-success btn-sm'>{$s}</a>" : "{$infos['dev_id']} <a href='module_main.php?action=setup&hash={$hash}' class='btn btn-warning btn-sm'>安装</a><a href='{$cfg_biz_dedebizUrl}/developer?dev_id={$infos['dev_id']}' target='_blank' class='btn btn-success btn-sm'>{$s}</a>"; | |||
$win = new OxWindow(); | |||
$win->Init("", "../static/web/js/admin.blank.js", ""); | |||
$win->Init("", "/static/web/js/admin.blank.js", ""); | |||
$wecome_info = "<a href='module_main.php'>模块管理</a> - {$infos['name']}"; | |||
$msg = "<tr> | |||
<td width='260'>模块名称:</td> | |||
@@ -52,7 +52,7 @@ if ($action == 'upload') { | |||
} | |||
} else { | |||
$win = new OxWindow(); | |||
$win->Init("module_upload.php", "../static/web/js/admin.blank.js", "POST' enctype='multipart/form-data"); | |||
$win->Init("module_upload.php", "/static/web/js/admin.blank.js", "POST' enctype='multipart/form-data"); | |||
$wecome_info = "<a href='module_main.php'>模块管理</a> - 上传模块插件"; | |||
$win->AddTitle('请选择上传的模块插件文件'); | |||
$win->AddHidden("action", 'upload'); | |||
@@ -50,7 +50,7 @@ if ($dopost == "show") { | |||
$wintitle = "复制指定文档模型"; | |||
$wecome_info = "<a href='mychannel_main.php'>文档模型管理</a> - 复制文档模型"; | |||
$win = new OxWindow(); | |||
$win->Init("mychannel_edit.php", "../static/web/js/admin.blank.js", "post"); | |||
$win->Init("mychannel_edit.php", "/static/web/js/admin.blank.js", "post"); | |||
$win->AddTitle("复制文档模型:".$row['typename'].""); | |||
$win->AddHidden("cid", $id); | |||
$win->AddHidden("id", $id); | |||
@@ -100,14 +100,14 @@ if ($dopost == "show") { | |||
$win = new OxWindow(); | |||
$win->Init(); | |||
$win->AddTitle("导出{$row['typename']}文档模型规则"); | |||
$winform = $win->GetWindow("hand", "<link rel='stylesheet' href='../static/web/css/codemirror.css'><script src='../static/web/js/codemirror.js'></script><script src='../static/web/js/mode/xml/xml.js'></script><script src='../static/web/js/mode/javascript/javascript.js'></script><script src='../static/web/js/mode/css/css.js'></script><script src='../static/web/js/mode/htmlmixed/htmlmixed.js'></script><textarea name='config' id='content' class='form-control'>$channelconfig</textarea><script>var editor = CodeMirror.fromTextArea(document.getElementById('content'), {lineNumbers: true,lineWrapping: true,mode: 'text/html'});</script>"); | |||
$winform = $win->GetWindow("hand", "<link rel='stylesheet' href='/static/web/css/codemirror.css'><script src='/static/web/js/codemirror.js'></script><script src='/static/web/js/mode/xml/xml.js'></script><script src='/static/web/js/mode/javascript/javascript.js'></script><script src='/static/web/js/mode/css/css.js'></script><script src='/static/web/js/mode/htmlmixed/htmlmixed.js'></script><textarea name='config' id='content' class='form-control'>$channelconfig</textarea><script>var editor = CodeMirror.fromTextArea(document.getElementById('content'), {lineNumbers: true,lineWrapping: true,mode: 'text/html'});</script>"); | |||
$win->Display(); | |||
exit(); | |||
} else if ($dopost == "exportin") { | |||
$wintitle = "导入指定文档模型规则"; | |||
$wecome_info = "<a href='mychannel_main.php'>文档模型管理</a> - 导入文档模型规则"; | |||
$win = new OxWindow(); | |||
$win->Init("mychannel_edit.php", "../static/web/js/admin.blank.js", "post"); | |||
$win->Init("mychannel_edit.php", "/static/web/js/admin.blank.js", "post"); | |||
$win->AddHidden("dopost", "exportinok"); | |||
$win->AddMsgItem("<tr><td><textarea name='exconfig' class='admin-textarea-xl'></textarea></td></tr>"); | |||
$winform = $win->GetWindow("ok"); | |||
@@ -289,7 +289,7 @@ if ($dopost == "show") { | |||
$wintitle = "查看模型应用模板"; | |||
$wecome_info = "<a href='mychannel_main.php'>文档模型管理</a> - 模型应用模板"; | |||
$win = new OxWindow(); | |||
$win->Init("", "../static/web/js/admin.blank.js", ""); | |||
$win->Init("", "/static/web/js/admin.blank.js", ""); | |||
$win->AddTitle("栏目".$row['typename']."默认模板文件说明"); | |||
$defaulttemplate = $cfg_templets_dir.'/'.$cfg_df_style; | |||
$msg = "<tr> | |||
@@ -328,7 +328,7 @@ if ($dopost == "show") { | |||
$wintitle = "删除指定文档模型"; | |||
$wecome_info = "<a href='mychannel_main.php'>文档模型管理</a> - 删除文档模型"; | |||
$win = new OxWindow(); | |||
$win->Init("mychannel_edit.php", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("mychannel_edit.php", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddHidden("job", "yes"); | |||
$win->AddHidden("dopost", $dopost); | |||
$win->AddHidden("id", $id); | |||
@@ -441,7 +441,7 @@ if ($dopost == "show") { | |||
$addonfields = ''; | |||
} | |||
$template = trim($template); | |||
$forms = "<form action=\"$cfg_cmspath/apps/advancedsearch.php\" method=\"post\">"; | |||
$forms = "<form action=\"/apps/advancedsearch.php\" method=\"post\">"; | |||
$forms .= "<input type=\"hidden\" name=\"mid\" value=\"$mid\">"; | |||
$forms .= "<input type=\"hidden\" name=\"dopost\" value=\"search\">"; | |||
$forms .= "<label>关键词:<input type=\"text\" name=\"q\"></label><br>"; | |||
@@ -558,14 +558,14 @@ if ($dopost == "show") { | |||
$query = "REPLACE INTO `#@__advancedsearch` (mid, maintable, mainfields, addontable, addonfields, forms, template) VALUES ('$mid','$maintable','$mainstring','$addontable','$addonstring','$formssql', '$template')"; | |||
$dsql->ExecuteNoneQuery($query); | |||
$formshtml = dede_htmlspecialchars($forms); | |||
echo '<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/codemirror.css"> | |||
<script src="../static/web/js/codemirror.js"></script> | |||
<script src="../static/web/js/mode/xml/xml.js"></script> | |||
<script src="../static/web/js/mode/javascript/javascript.js"></script> | |||
<script src="../static/web/js/mode/css/css.js"></script> | |||
<script src="../static/web/js/mode/htmlmixed/htmlmixed.js"></script>'; | |||
echo '<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/codemirror.css"> | |||
<script src="/static/web/js/codemirror.js"></script> | |||
<script src="/static/web/js/mode/xml/xml.js"></script> | |||
<script src="/static/web/js/mode/javascript/javascript.js"></script> | |||
<script src="/static/web/js/mode/css/css.js"></script> | |||
<script src="/static/web/js/mode/htmlmixed/htmlmixed.js"></script>'; | |||
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=$cfg_soft_lang\">"; | |||
echo "<p>下面生成的网页表单,根据自己需求修改样式后粘贴到对应的模板中</p><textarea id='content' class='form-control'>$forms</textarea>"; | |||
echo "<hr>"; | |||
@@ -27,7 +27,7 @@ if ($dopost == "show") { | |||
$wintitle = "删除指定插件"; | |||
$wecome_info = "<a href='plus_main.php'>插件管理</a> - 删除插件"; | |||
$win = new OxWindow(); | |||
$win->Init("plus_edit.php", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("plus_edit.php", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddHidden("job", "yes"); | |||
$win->AddHidden("dopost", $dopost); | |||
$win->AddHidden("aid", $aid); | |||
@@ -80,7 +80,7 @@ if ($dopost == 'saveedit') { | |||
$wintitle = "删除指定管理员"; | |||
$wecome_info = "<a href='sys_admin_user.php'>系统帐号管理</a> - 删除管理员"; | |||
$win = new OxWindow(); | |||
$win->Init("sys_admin_user_edit.php", "../static/web/js/admin.blank.js", "POST"); | |||
$win->Init("sys_admin_user_edit.php", "/static/web/js/admin.blank.js", "POST"); | |||
$win->AddHidden("dopost", $dopost); | |||
$win->AddHidden("userok", "yes"); | |||
$win->AddHidden("randcode", $randcode); | |||
@@ -254,7 +254,7 @@ else if ($dopost == 'redat') { | |||
function PutInfo($msg1, $msg2) | |||
{ | |||
global $cfg_soft_lang; | |||
$msginfo = "<!DOCTYPE html><html><head><meta charset='utf-8'><meta http-equiv='X-UA-Compatible' content='IE=Edge,chrome=1'><meta name='viewport' content='width=device-width,initial-scale=1'><title>系统提示</title><link rel='stylesheet' href='../static/web/css/bootstrap.min.css'><link rel='stylesheet' href='../static/web/css/admin.css'></head><base target='_self'><body class='body-bg'><div class='tips'><div class='tips-box'><div class='tips-head'><p>系统提示</p></div><div class='tips-body'>{$msg1}{$msg2}</div></div></div>"; | |||
$msginfo = "<!DOCTYPE html><html><head><meta charset='utf-8'><meta http-equiv='X-UA-Compatible' content='IE=Edge,chrome=1'><meta name='viewport' content='width=device-width,initial-scale=1'><title>系统提示</title><link rel='stylesheet' href='/static/web/css/bootstrap.min.css'><link rel='stylesheet' href='/static/web/css/admin.css'></head><base target='_self'><body class='body-bg'><div class='tips'><div class='tips-box'><div class='tips-head'><p>系统提示</p></div><div class='tips-body'>{$msg1}{$msg2}</div></div></div>"; | |||
echo $msginfo."</body></html>"; | |||
} | |||
function RpLine($str) | |||
@@ -13,7 +13,7 @@ CheckPurview('sys_ArcBatch'); | |||
require_once(DEDEINC.'/libraries/oxwindow.class.php'); | |||
if (empty($dopost)) { | |||
$win = new OxWindow(); | |||
$win->Init("sys_repair.php", "../static/web/js/admin.blank.js", "POST' enctype='multipart/form-data'"); | |||
$win->Init("sys_repair.php", "/static/web/js/admin.blank.js", "POST' enctype='multipart/form-data'"); | |||
$wecome_info = "系统修复工具"; | |||
$win->AddTitle('系统修复工具用于检测和修复系统数据错误'); | |||
$msg = "<tr> | |||
@@ -36,7 +36,7 @@ if (empty($dopost)) { | |||
//数据结构常规检测 | |||
else if ($dopost == 1) { | |||
$win = new OxWindow(); | |||
$win->Init("sys_repair.php", "../static/web/js/admin.blank.js", "POST' enctype='multipart/form-data'"); | |||
$win->Init("sys_repair.php", "/static/web/js/admin.blank.js", "POST' enctype='multipart/form-data'"); | |||
$wecome_info = "<a href='sys_repair.php'>系统修复工具</a> - 检测数据结构"; | |||
$win->AddTitle('系统修复工具用于检测和修复系统数据错误'); | |||
$msg = "<tr> | |||
@@ -105,7 +105,7 @@ else if ($dopost == 2) { | |||
} | |||
UpDateCatCache(); | |||
$win = new OxWindow(); | |||
$win->Init("sys_repair.php", "../static/web/js/admin.blank.js", "POST' enctype='multipart/form-data'"); | |||
$win->Init("sys_repair.php", "/static/web/js/admin.blank.js", "POST' enctype='multipart/form-data'"); | |||
$wecome_info = "<a href='sys_repair.php'>系统修复工具</a> - 检测微表数据"; | |||
$win->AddTitle('系统修复工具用于检测和修复系统数据错误'); | |||
$msg = "<tr> | |||
@@ -151,7 +151,7 @@ else if ($dopost == 3) { | |||
} | |||
} | |||
$win = new OxWindow(); | |||
$win->Init("sys_repair.php", "../static/web/js/admin.blank.js", "POST' enctype='multipart/form-data'"); | |||
$win->Init("sys_repair.php", "/static/web/js/admin.blank.js", "POST' enctype='multipart/form-data'"); | |||
$wecome_info = "<a href='sys_repair.php'>系统修复工具</a> - 高级检测"; | |||
$win->AddTitle('系统修复工具用于检测和修复系统数据错误'); | |||
$msg = "<tr> | |||
@@ -90,7 +90,7 @@ else if ($dopost == "query") { | |||
echo "删除数据表或数据库的语句不允许在这里执行"; | |||
exit(); | |||
} | |||
echo '<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">'; | |||
echo '<link rel="stylesheet" href="/static/web/css/bootstrap.min.css">'; | |||
//运行查询语句 | |||
if (preg_match("#^select #i", $sqlquery)) { | |||
$dsql->SetQuery($sqlquery); | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>搜索结果</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<table align="center" class="table maintable my-3"> | |||
@@ -4,13 +4,13 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>添加广告</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="ad_add.php" method="post" onSubmit="return checkSubmit()"> | |||
@@ -4,13 +4,13 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>修改广告</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="ad_edit.php" method="post" enctype="multipart/form-data"> | |||
@@ -5,9 +5,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>广告管理</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form3" action="ad_main.php" method="get" id="form3"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>广告分类管理</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form1" action="adtype_main.php" method="post"> | |||
@@ -4,21 +4,21 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>发布图片模型</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.album.min.css"> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="/static/web/css/cropper.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.album.min.css"> | |||
<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<script src="../static/web/js/cropper.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<script src="../static/web/js/admin.album.js"></script> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
<script src="/static/web/js/cropper.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
<script src="/static/web/js/admin.album.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="album_add.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmitAlb();"> | |||
@@ -100,7 +100,7 @@ | |||
<button type="button" name="submit2" onclick="SelectImage('form1.picname','small');" class="btn btn-success btn-sm">选择图片</button> | |||
<button type="button" id="btnClearAll" class="btn btn-sm btn-success delete">清空</button> | |||
</td> | |||
<td><img src="../static/web/img/thumbnail.jpg" id="litPic" class="thumbnail-md"></td> | |||
<td><img src="/static/web/img/thumbnail.jpg" id="litPic" class="thumbnail-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -195,9 +195,9 @@ | |||
<tr> | |||
<td width="120">表现方式:</td> | |||
<td> | |||
<label><input type="radio" name="pagestyle" id="pagestyle1" onclick="checkMuList()" value="1" <?php if ($cfg_album_style==1) echo "checked='checked'";?>> <img src="../static/web/img/alb2.jpg" title="单页多图样式"></label> | |||
<label><input type="radio" name="pagestyle" id="pagestyle2" onclick="checkMuList()" value="2" <?php if ($cfg_album_style==2) echo "checked='checked'";?>> <img src="../static/web/img/alb1.jpg" title="幻灯片样式"></label> | |||
<label><input type="radio" name="pagestyle" id="pagestyle3" onclick="checkMuList()" value="3" <?php if ($cfg_album_style==3) echo "checked='checked'";?>> <img src="../static/web/img/alb3.jpg" title="多缩略图样式"></label> | |||
<label><input type="radio" name="pagestyle" id="pagestyle1" onclick="checkMuList()" value="1" <?php if ($cfg_album_style==1) echo "checked='checked'";?>> <img src="/static/web/img/alb2.jpg" title="单页多图样式"></label> | |||
<label><input type="radio" name="pagestyle" id="pagestyle2" onclick="checkMuList()" value="2" <?php if ($cfg_album_style==2) echo "checked='checked'";?>> <img src="/static/web/img/alb1.jpg" title="幻灯片样式"></label> | |||
<label><input type="radio" name="pagestyle" id="pagestyle3" onclick="checkMuList()" value="3" <?php if ($cfg_album_style==3) echo "checked='checked'";?>> <img src="/static/web/img/alb3.jpg" title="多缩略图样式"></label> | |||
</td> | |||
</tr> | |||
</table> | |||
@@ -4,21 +4,21 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>修改图片模型</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.album.min.css"> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="/static/web/css/cropper.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.album.min.css"> | |||
<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<script src="../static/web/js/cropper.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<script src="../static/web/js/admin.album.js"></script> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
<script src="/static/web/js/cropper.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
<script src="/static/web/js/admin.album.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="album_edit.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmitAlb();"> | |||
@@ -101,7 +101,7 @@ | |||
<button type="button" name="submit" onclick="SelectImage('form1.picname','');" class="btn btn-success btn-sm">选择图片</button> | |||
<button type="button" id="btnClearAll" class="btn btn-success btn-sm">清空</button> | |||
</td> | |||
<td><img src="<?php if ($arcRow['litpic']!='') echo $arcRow['litpic']; else echo '../static/web/img/thumbnail.jpg';?>" id="litPic" class="thumbnail-md"></td> | |||
<td><img src="<?php if ($arcRow['litpic']!='') echo $arcRow['litpic']; else echo '/static/web/img/thumbnail.jpg';?>" id="litPic" class="thumbnail-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -188,9 +188,9 @@ | |||
<tr> | |||
<td width="120">表现方式:</td> | |||
<td> | |||
<label><input type="radio" name="pagestyle" id="pagestyle1" onclick="checkMuList()" value="1" <?php if ($pagestyle==1) echo "checked='checked'";?>> <img src="../static/web/img/alb2.jpg" title="单页多图样式"></label> | |||
<label><input type="radio" name="pagestyle" id="pagestyle2" onclick="checkMuList()" value="2" <?php if ($pagestyle==2) echo "checked='checked'";?>> <img src="../static/web/img/alb1.jpg" title="幻灯片样式"></label> | |||
<label><input type="radio" name="pagestyle" id="pagestyle3" onclick="checkMuList()" value="3" <?php if ($pagestyle==3) echo "checked='checked'";?>> <img src="../static/web/img/alb3.jpg" title="多缩略图样式"></label> | |||
<label><input type="radio" name="pagestyle" id="pagestyle1" onclick="checkMuList()" value="1" <?php if ($pagestyle==1) echo "checked='checked'";?>> <img src="/static/web/img/alb2.jpg" title="单页多图样式"></label> | |||
<label><input type="radio" name="pagestyle" id="pagestyle2" onclick="checkMuList()" value="2" <?php if ($pagestyle==2) echo "checked='checked'";?>> <img src="/static/web/img/alb1.jpg" title="幻灯片样式"></label> | |||
<label><input type="radio" name="pagestyle" id="pagestyle3" onclick="checkMuList()" value="3" <?php if ($pagestyle==3) echo "checked='checked'";?>> <img src="/static/web/img/alb3.jpg" title="多缩略图样式"></label> | |||
</td> | |||
</tr> | |||
</table> | |||
@@ -4,19 +4,19 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>发布自定义文档模型</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="/static/web/css/cropper.min.css"> | |||
<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<script src="../static/web/js/cropper.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
<script src="/static/web/js/cropper.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="archives_add.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmit()"> | |||
@@ -95,7 +95,7 @@ | |||
<button type="button" name="submit2" onclick="SelectImage('form1.picname','small');" class='btn btn-success btn-sm'>选择图片</button> | |||
<button type="button" id="btnClearAll" class="btn btn-success delete">清空</button> | |||
</td> | |||
<td><img src="../static/web/img/thumbnail.jpg" id="litPic" class="thumbnail-md"></td> | |||
<td><img src="/static/web/img/thumbnail.jpg" id="litPic" class="thumbnail-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -4,19 +4,19 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>修改自定义文档模型</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="/static/web/css/cropper.min.css"> | |||
<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<script src="../static/web/js/cropper.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
<script src="/static/web/js/cropper.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="archives_edit.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmit();"> | |||
@@ -97,7 +97,7 @@ | |||
<button type="button" name="submit" onclick="SelectImage('form1.picname','');" class="btn btn-success btn-sm">选择图片</button> | |||
<button id="btnClearAll" type="button" class="btn btn-success btn-sm">清空</button> | |||
</td> | |||
<td><img src="<?php if ($arcRow['litpic']!='') echo $arcRow['litpic']; else echo '../static/web/img/thumbnail.jpg';?>" id="litPic" class="thumbnail-md"></td> | |||
<td><img src="<?php if ($arcRow['litpic']!='') echo $arcRow['litpic']; else echo '/static/web/img/thumbnail.jpg';?>" id="litPic" class="thumbnail-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -4,19 +4,19 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>发布分类模型</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="/static/web/css/cropper.min.css"> | |||
<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<script src="../static/web/js/cropper.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
<script src="/static/web/js/cropper.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="archives_sg_add.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmit()"> | |||
@@ -68,7 +68,7 @@ | |||
<button type="button" name="submit2" onclick="SelectImage('form1.picname','small');" class="btn btn-success btn-sm">选择图片</button> | |||
<button type="button" id="btnClearAll" class="btn btn-success btn-sm">清空</button> | |||
</td> | |||
<td><img src="../static/web/img/thumbnail.jpg" id="litPic" class="thumbnail-md"></td> | |||
<td><img src="/static/web/img/thumbnail.jpg" id="litPic" class="thumbnail-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -4,19 +4,19 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>修改分类模型</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="/static/web/css/cropper.min.css"> | |||
<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<script src="../static/web/js/cropper.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
<script src="/static/web/js/cropper.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="archives_sg_edit.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmit();"> | |||
@@ -72,7 +72,7 @@ | |||
<button type="button" name="submit" onclick="SelectImage('form1.picname','');" class="btn btn-success btn-sm">选择图片</button> | |||
<button type="button" id="btnClearAll" class="btn btn-success btn-sm">清空</button> | |||
</td> | |||
<td><img src="<?php if ($addRow['litpic']!='') echo $addRow['litpic']; else echo '../static/web/img/thumbnail.jpg';?>" id="litPic" class="thumbnail-md"></td> | |||
<td><img src="<?php if ($addRow['litpic']!='') echo $addRow['litpic']; else echo '/static/web/img/thumbnail.jpg';?>" id="litPic" class="thumbnail-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -4,19 +4,19 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>发布文档模型</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="/static/web/css/cropper.min.css"> | |||
<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<script src="../static/web/js/cropper.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
<script src="/static/web/js/cropper.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="article_add.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmit()"> | |||
@@ -94,7 +94,7 @@ | |||
<button type="button" name="submit2" onclick="SelectImage('form1.picname','small');" class="btn btn-success btn-sm">选择图片</button> | |||
<button type="button" id="btnClearAll" class="btn btn-success btn-sm">清空</button> | |||
</td> | |||
<td><img src="../static/web/img/thumbnail.jpg" id="litPic" class="thumbnail-md"></td> | |||
<td><img src="/static/web/img/thumbnail.jpg" id="litPic" class="thumbnail-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>自动摘要分页</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form action="article_description_main.php" name="form1" target="stafrm" method="post"> | |||
@@ -4,19 +4,19 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>修改文档模型</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<link rel="stylesheet" href="/static/web/css/cropper.min.css"> | |||
<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<script src="../static/web/js/cropper.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
<script src="/static/web/js/cropper.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="article_edit.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmit();"> | |||
@@ -101,7 +101,7 @@ | |||
<button type="button" name="submit" onclick="SelectImage('form1.picname','');" class="btn btn-success btn-sm">选择图片</button> | |||
<button id="btnClearAll" type="button" class="btn btn-success btn-sm">清空</button> | |||
</td> | |||
<td><img src="<?php if ($arcRow['litpic']!='') echo $arcRow['litpic']; else echo '../static/web/img/thumbnail.jpg';?>" id="litPic" class="thumbnail-md"></td> | |||
<td><img src="<?php if ($arcRow['litpic']!='') echo $arcRow['litpic']; else echo '/static/web/img/thumbnail.jpg';?>" id="litPic" class="thumbnail-md"></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>文档关键词维护</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form2" action="article_keywords_main.php"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>关键词管理</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form1" action="article_keywords_main.php"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>文档重复检测</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form2" method="POST" action="article_test_same.php"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>文档重复检测</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form action="article_test_same.php" name="form1" target="stafrm"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>生成积分</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form action="cards_make.php" name="form1" target="stafrm"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>积分产品管理</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<table align="center" class="table maintable my-3"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>积分产品分类</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form1" action="cards_type.php" method="post"> | |||
@@ -4,12 +4,12 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>添加栏目</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="catalog_add.php" method="post" onSubmit="return checkSubmit()"> | |||
@@ -4,12 +4,12 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>批量添加栏目</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="catalog_add.php" method="post"> | |||
@@ -4,12 +4,12 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>修改栏目</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="catalog_edit.php" method="post" onSubmit="return checkSubmit()"> | |||
@@ -4,12 +4,12 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>网站栏目管理</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/admin.catalog.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/admin.catalog.js"></script> | |||
</head> | |||
<body> | |||
<table align="center" class="table maintable my-3"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>文档自定义属性</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form1" action="content_att.php" method="post"> | |||
@@ -4,13 +4,13 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>文档批量维护</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="content_batchup_action.php" target="stafrm" method="post"> | |||
@@ -4,17 +4,17 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>图片文档列表</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<script src="../static/web/js/admin.list.js"></script> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
<script src="/static/web/js/admin.list.js"></script> | |||
</head> | |||
<body> | |||
<table align="center" class="table maintable my-3"> | |||
@@ -4,17 +4,17 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>所有文档列表</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<script src="../static/web/js/admin.list.js"></script> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
<script src="/static/web/js/admin.list.js"></script> | |||
</head> | |||
<body> | |||
<table align="center" class="table maintable my-3"> | |||
@@ -4,14 +4,14 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>专题列表</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<script src="../static/web/js/admin.list.js"></script> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
<script src="/static/web/js/admin.list.js"></script> | |||
</head> | |||
<body> | |||
<table align="center" class="table maintable my-3"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>选择文档</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form3" action="content_select_list.php" method="get"> | |||
@@ -4,17 +4,17 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>单表文档列表</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<script src="../static/web/js/admin.list.js"></script> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
<script src="/static/web/js/admin.list.js"></script> | |||
</head> | |||
<body> | |||
<table align="center" class="table maintable my-3"> | |||
@@ -4,12 +4,12 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>添加自定义表单</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="diy_add.php?action=add" method="post" onSubmit="return checkSubmit();"> | |||
@@ -4,12 +4,12 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>修改自定义表单</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="diy_edit.php" method="post" onSubmit="return checkSubmit();"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>修改自定义表单数据</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form1" method="post" enctype="multipart/form-data" action="diy_list.php?action=edit&diyid=<?php echo $diy->diyid ?>&id=<?php echo $row['id'] ?>&do=2"> | |||
@@ -4,12 +4,12 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>添加自定义表单字段</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="diy_field_add.php" method="post" onSubmit="return GetFields();"> | |||
@@ -4,12 +4,12 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>修改自定义表单字段</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="diy_field_edit.php" method="post" onSubmit="return GetFields();"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title><?php echo $diy->name;?></title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form action="diy_list.php" method="post"> | |||
@@ -41,7 +41,7 @@ | |||
<label class="mr-2"><input type="radio" name="action" value="check"> 审核</label> | |||
<label class="mr-2"><input type="radio" name="action" value="delete"> 删除</label> | |||
<button type="submit" name="submit" class="btn btn-success btn-sm">提交</button> | |||
<a href="../apps/diy.php?action=list&diyid=<?php echo $diy->diyid;?>" target="_blank" class="btn btn-success btn-sm">预览</a> | |||
<a href="/apps/diy.php?action=list&diyid=<?php echo $diy->diyid;?>" target="_blank" class="btn btn-success btn-sm">预览</a> | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -5,9 +5,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>自定义表单管理</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<table align="center" class="table maintable my-3"> | |||
@@ -28,7 +28,7 @@ | |||
<td> | |||
<a href="diy_edit.php?diyid={dede:field.diyid/}&dopost=edit" class="btn btn-light btn-sm"><i class="fa fa-pencil-square"></i> 修改</a> | |||
<a href="diy_list.php?action=excel&diyid={dede:field.diyid/}" target="_blank" class="btn btn-light btn-sm"><i class="fa fa-share-square"></i> 导出</a> | |||
<a href="../apps/diy.php?action=list&diyid={dede:field.diyid/}" class="btn btn-light btn-sm" target="_blank"><i class="fa fa-eye"></i> 预览</a> | |||
<a href="/apps/diy.php?action=list&diyid={dede:field.diyid/}" class="btn btn-light btn-sm" target="_blank"><i class="fa fa-eye"></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> | |||
</td> | |||
</tr> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title><?php echo $diy->name;?></title> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="diy_list.php" method="post"> | |||
@@ -5,9 +5,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>文档错误管理</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form2"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>修改评论</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form1" method="post" action="feedback_edit.php"> | |||
@@ -4,12 +4,12 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>评论管理</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1"> | |||
@@ -4,20 +4,20 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>新建/修改文件</title> | |||
<link rel="stylesheet" href="../static/web/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/codemirror.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/codemirror.js"></script> | |||
<script src="../static/web/js/mode/xml/xml.js"></script> | |||
<script src="../static/web/js/mode/javascript/javascript.js"></script> | |||
<script src="../static/web/js/mode/css/css.js"></script> | |||
<script src="../static/web/js/mode/php/php.js"></script> | |||
<script src="../static/web/js/mode/clike/clike.js"></script> | |||
<script src="../static/web/js/mode/htmlmixed/htmlmixed.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/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/codemirror.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/codemirror.js"></script> | |||
<script src="/static/web/js/mode/xml/xml.js"></script> | |||
<script src="/static/web/js/mode/javascript/javascript.js"></script> | |||
<script src="/static/web/js/mode/css/css.js"></script> | |||
<script src="/static/web/js/mode/php/php.js"></script> | |||
<script src="/static/web/js/mode/clike/clike.js"></script> | |||
<script src="/static/web/js/mode/htmlmixed/htmlmixed.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form method="POST" action="file_manage_control.php" name=form1 onSubmit="return Post()"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>文件管理器</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<table align="center" class="table maintable icon my-3"> | |||
@@ -48,7 +48,7 @@ | |||
} | |||
$tmp = preg_replace("#[\/][^\/]*$#i","",$activepath); | |||
$line = "\n<tr> | |||
<td><a href='file_manage_main.php?activepath=".urlencode($tmp)."'><img src='../static/web/img/icon_dir2.png'>上级目录</a></td> | |||
<td><a href='file_manage_main.php?activepath=".urlencode($tmp)."'><img src='/static/web/img/icon_dir2.png'>上级目录</a></td> | |||
<td colspan='3'>当前目录:$activepath</td> | |||
</tr>"; | |||
$dirs[] = $line; | |||
@@ -56,7 +56,7 @@ | |||
if (preg_match("#^_(.*)$#i",$file)) continue; | |||
if (preg_match("#^\.(.*)$#i",$file)) continue; | |||
$line = "\n<tr> | |||
<td><a href='file_manage_main.php?activepath=".urlencode("$activepath/$file")."'><img src='../static/web/img/icon_dir.png'>$file</a></td> | |||
<td><a href='file_manage_main.php?activepath=".urlencode("$activepath/$file")."'><img src='/static/web/img/icon_dir.png'>$file</a></td> | |||
<td></td> | |||
<td></td> | |||
<td align='left'> | |||
@@ -91,7 +91,7 @@ | |||
$files[] = $line; | |||
} else if (preg_match("#\.(swf|fla|fly)#i",$file)) { | |||
$line = "\n<tr> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='../static/web/img/icon_flash.png'>$file</a></td> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='/static/web/img/icon_flash.png'>$file</a></td> | |||
<td>$filesize KB</td> | |||
<td>$filetime</td> | |||
<td align='left'> | |||
@@ -103,7 +103,7 @@ | |||
$files[] = $line; | |||
} else if (preg_match("#\.(zip|rar|tar.gz)#i",$file)) { | |||
$line = "\n<tr> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='../static/web/img/icon_zip.png'>$file</a></td> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='/static/web/img/icon_zip.png'>$file</a></td> | |||
<td>$filesize KB</td> | |||
<td>$filetime</td> | |||
<td align='left'> | |||
@@ -115,7 +115,7 @@ | |||
$files[] = $line; | |||
} else if (preg_match("#\.(exe)#i",$file)) { | |||
$line = "\n<tr> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='../static/web/img/icon_exe.png'>$file</a></td> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='/static/web/img/icon_exe.png'>$file</a></td> | |||
<td>$filesize KB</td> | |||
<td>$filetime</td> | |||
<td align='left'> | |||
@@ -127,7 +127,7 @@ | |||
$files[] = $line; | |||
} else if (preg_match("#\.(mp3|wma)#i",$file)) { | |||
$line = "\n<tr > | |||
<td><a href='$activeurl/$file' target='_blank'><img src='../static/web/img/icon_music.png'>$file</a></td> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='/static/web/img/icon_music.png'>$file</a></td> | |||
<td>$filesize KB</td> | |||
<td>$filetime</td> | |||
<td align='left'> | |||
@@ -139,7 +139,7 @@ | |||
$files[] = $line; | |||
} else if (preg_match("#\.(wmv|api)#i",$file)) { | |||
$line = "\n<tr> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='../static/web/img/icon_video.png'>$file</a></td> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='/static/web/img/icon_video.png'>$file</a></td> | |||
<td>$filesize KB</td> | |||
<td>$filetime</td> | |||
<td align='left'> | |||
@@ -151,7 +151,7 @@ | |||
$files[] = $line; | |||
} else if (preg_match("#\.(rm|rmvb)#i",$file)) { | |||
$line = "\n<tr> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='../static/web/img/icon_rm.png'>$file</a></td> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='/static/web/img/icon_rm.png'>$file</a></td> | |||
<td>$filesize KB</td> | |||
<td>$filetime</td> | |||
<td align='left'> | |||
@@ -164,7 +164,7 @@ | |||
} else if (preg_match("#\.(txt|inc|pl|cgi|asp|xml|xsl|aspx|cfm)#",$file)) { | |||
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); | |||
$line = "\n<tr> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='../static/web/img/icon_text.png'>$file</a></td> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='/static/web/img/icon_text.png'>$file</a></td> | |||
<td>$filesize KB</td> | |||
<td>$filetime</td> | |||
<td align='left'> | |||
@@ -178,7 +178,7 @@ | |||
} else if (preg_match("#\.(htm|html)#i",$file)) { | |||
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); | |||
$line = "\n<tr> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='../static/web/img/icon_htm.png'>$file</a></td> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='/static/web/img/icon_htm.png'>$file</a></td> | |||
<td>$filesize KB</td> | |||
<td>$filetime</td> | |||
<td align='left'> | |||
@@ -192,7 +192,7 @@ | |||
} else if (preg_match("#\.(php)#i",$file)) { | |||
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); | |||
$line = "\n<tr> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='../static/web/img/icon_php.png'>$file</a></td> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='/static/web/img/icon_php.png'>$file</a></td> | |||
<td>$filesize KB</td> | |||
<td>$filetime</td> | |||
<td align='left'> | |||
@@ -206,7 +206,7 @@ | |||
} else if (preg_match("#\.(js)#i",$file)) { | |||
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); | |||
$line = "\n<tr> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='../static/web/img/icon_js.png'>$file</a></td> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='/static/web/img/icon_js.png'>$file</a></td> | |||
<td>$filesize KB</td> | |||
<td>$filetime</td> | |||
<td align='left'> | |||
@@ -220,7 +220,7 @@ | |||
} else if (preg_match("#\.(css)#i",$file)) { | |||
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); | |||
$line = "\n<tr> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='../static/web/img/icon_css.png'>$file</a></td> | |||
<td><a href='$activeurl/$file' target='_blank'><img src='/static/web/img/icon_css.png'>$file</a></td> | |||
<td>$filesize KB</td> | |||
<td>$filetime</td> | |||
<td align='left'> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>文件上传</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form method="POST" enctype="multipart/form-data" action="file_manage_control.php" name="form1"> | |||
@@ -4,18 +4,18 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>添加自由列表</title> | |||
<link rel="stylesheet" href="../static/web/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/codemirror.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/codemirror.js"></script> | |||
<script src="../static/web/js/mode/xml/xml.js"></script> | |||
<script src="../static/web/js/mode/javascript/javascript.js"></script> | |||
<script src="../static/web/js/mode/css/css.js"></script> | |||
<script src="../static/web/js/mode/htmlmixed/htmlmixed.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/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/codemirror.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/codemirror.js"></script> | |||
<script src="/static/web/js/mode/xml/xml.js"></script> | |||
<script src="/static/web/js/mode/javascript/javascript.js"></script> | |||
<script src="/static/web/js/mode/css/css.js"></script> | |||
<script src="/static/web/js/mode/htmlmixed/htmlmixed.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<div id="list1" style="display:none"><p><a href="[field:arcurl/]">[field:title/]</a></p></div> | |||
@@ -38,16 +38,16 @@ | |||
<table class="w-100 table-borderless"> | |||
<tr> | |||
<td width="25%"> | |||
<label><img src="../static/web/img/g_t2.jpg"><input type="radio" name="liststyle" onclick="ChangeListStyle()" value="1"></label> | |||
<label><img src="/static/web/img/g_t2.jpg"><input type="radio" name="liststyle" onclick="ChangeListStyle()" value="1"></label> | |||
</td> | |||
<td width="25%"> | |||
<label><img src="../static/web/img/g_t1.jpg"><input type="radio" name="liststyle" onclick="ChangeListStyle()" value="2"></label> | |||
<label><img src="/static/web/img/g_t1.jpg"><input type="radio" name="liststyle" onclick="ChangeListStyle()" value="2"></label> | |||
</td> | |||
<td width="25%"> | |||
<label><img src="../static/web/img/g_t3.jpg"><input type="radio" name="liststyle" onclick="ChangeListStyle()" value="3"></label> | |||
<label><img src="/static/web/img/g_t3.jpg"><input type="radio" name="liststyle" onclick="ChangeListStyle()" value="3"></label> | |||
</td> | |||
<td> | |||
<label><img src="../static/web/img/g_t4.jpg"><input type="radio" name="liststyle" onclick="ChangeListStyle()" value="4" checked="checked"></label> | |||
<label><img src="/static/web/img/g_t4.jpg"><input type="radio" name="liststyle" onclick="ChangeListStyle()" value="4" checked="checked"></label> | |||
</td> | |||
</tr> | |||
</table> | |||
@@ -4,18 +4,18 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>修改自由列表</title> | |||
<link rel="stylesheet" href="../static/web/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/codemirror.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/codemirror.js"></script> | |||
<script src="../static/web/js/mode/xml/xml.js"></script> | |||
<script src="../static/web/js/mode/javascript/javascript.js"></script> | |||
<script src="../static/web/js/mode/css/css.js"></script> | |||
<script src="../static/web/js/mode/htmlmixed/htmlmixed.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/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/codemirror.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/codemirror.js"></script> | |||
<script src="/static/web/js/mode/xml/xml.js"></script> | |||
<script src="/static/web/js/mode/javascript/javascript.js"></script> | |||
<script src="/static/web/js/mode/css/css.js"></script> | |||
<script src="/static/web/js/mode/htmlmixed/htmlmixed.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="freelist_edit.php" method="post" onSubmit="return CheckSubmit();"> | |||
@@ -4,12 +4,12 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>自由列表管理</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
<script> | |||
var pageno = 1; | |||
var totalrow = parseInt('<?php echo $totalRow;?>'); | |||
@@ -4,12 +4,12 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>添加友情链接</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="friendlink_add.php" method="post" enctype="multipart/form-data" onSubmit="return CheckSubmit();"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>友情链接修改</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form action="friendlink_edit.php" method="post" enctype="multipart/form-data" name="form1"> | |||
@@ -5,12 +5,12 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>友情链接管理</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form action="friendlink_main.php" name="form1" method="get"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>网站类型管理</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form1" action="friendlink_type.php" method="post"> | |||
@@ -44,7 +44,7 @@ | |||
<tr> | |||
<td colspan="3"> | |||
<a href="friendlink_add.php" class="btn btn-success btn-sm">添加链接</a> | |||
<a href="../apps/flink.php?dopost=add" target="_blank" class="btn btn-success btn-sm">外部申请表单</a> | |||
<a href="/apps/flink.php?dopost=add" target="_blank" class="btn btn-success btn-sm">外部申请表单</a> | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -6,11 +6,11 @@ | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<meta name="robots" content="noindex,nofollow"> | |||
<title><?php echo $cfg_webname;?>后台管理</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body class="menu-show"> | |||
<?php if (preg_match('/MSIE/i',$_SERVER['HTTP_USER_AGENT']) || preg_match('/Trident/i',$_SERVER['HTTP_USER_AGENT'])) {?> | |||
@@ -19,7 +19,7 @@ | |||
<a onclick="document.getElementById('browsehappy').style.display='none';" class="browsehappy-close"><i class="fa fa-times"></i></a> | |||
</div> | |||
<?php }?> | |||
<div class="admin-head shadow-sm"> | |||
<div class="head shadow-sm"> | |||
<div class="logo"> | |||
<span class="name"><a href="index_body.php" target="main"><?php echo cn_substr($cfg_webname,8);?></a></span> | |||
<span class="version"><?php echo $cfg_version_detail;?></span> | |||
@@ -40,8 +40,8 @@ | |||
<li class="d-none d-lg-block"><a href="file_manage_main.php<?php echo DEDEBIZ_SAFE_MODE?'?activepath='.$cfg_medias_dir:'';?>" target="main" title="文件管理"><i class="fa fa-folder"></i></a></li> | |||
<?php if (!DEDEBIZ_SAFE_MODE) {?><li class="d-none d-lg-block"><a href="templets_main.php" target="main" title="主题管理"><i class="fa fa-cube"></i></a></li><?php }?> | |||
<li class="d-none d-lg-block"><a href="makehtml_all.php" target="main" title="更新整站"><i class="fa fa-repeat"></i></a></li> | |||
<?php echo ($cfg_mb_open=='Y')?'<li><a href="../user" target="_blank" title="会员中心"><i class="fa fa-user-circle"></i></a></li>':'';?> | |||
<li class="d-none d-lg-block"><a href="../" target="_blank" title="预览首页"><i class="fa fa-home"></i></a></li> | |||
<?php echo ($cfg_mb_open=='Y')?'<li><a href="/user/" target="_blank" title="会员中心"><i class="fa fa-user-circle"></i></a></li>':'';?> | |||
<li class="d-none d-lg-block"><a href="/" target="_blank" title="预览首页"><i class="fa fa-home"></i></a></li> | |||
<li class="d-none d-lg-block"> | |||
<form action="action_search.php" method="post" target="main"> | |||
<input type="text" name="keyword" placeholder="功能搜索" class="admin-input-sm"> | |||
@@ -4,17 +4,17 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>仪表盘</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.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 src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/webajax.js"></script> | |||
<script src="../static/web/js/chart.min.js"></script> | |||
<script src="../static/web/js/admin.body.js"></script> | |||
<script src="../static/web/js/admin.update.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/webajax.js"></script> | |||
<script src="/static/web/js/chart.min.js"></script> | |||
<script src="/static/web/js/admin.body.js"></script> | |||
<script src="/static/web/js/admin.update.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
<base target="_self"> | |||
</head> | |||
<body> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>系统日志列表</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="formsearch"> | |||
@@ -6,11 +6,11 @@ | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<meta name="robots" content="noindex,nofollow"> | |||
<title><?php echo $cfg_webname;?>后台登录</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/login.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/login.js"></script> | |||
</head> | |||
<body class="body-bg"> | |||
<?php if (preg_match('/MSIE/i',$_SERVER['HTTP_USER_AGENT']) || preg_match('/Trident/i',$_SERVER['HTTP_USER_AGENT'])) {?> | |||
@@ -23,7 +23,7 @@ | |||
<div class="container"> | |||
<div class="row align-items-center"> | |||
<div class="col-6 col-md-4"> | |||
<a href="/" target="_blank" class="logo"><img src="../static/web/img/favicon.ico" title="<?php echo $cfg_soft_enname;?>"><?php echo $cfg_webname;?></a> | |||
<a href="/" target="_blank" class="logo"><img src="/static/web/img/favicon.ico" title="<?php echo $cfg_soft_enname;?>"><?php echo $cfg_webname;?></a> | |||
</div> | |||
<div class="col-6 col-md-8"> | |||
<div class="d-flex justify-content-end text-right"> | |||
@@ -54,7 +54,7 @@ | |||
<label for="iptValidate">验证码</label> | |||
<div class="input-group"> | |||
<input type="text" name="validate" id="iptValidate" class="form-control text-uppercase" placeholder="请输入验证码"> | |||
<img src="../apps/vdimgck.php" onclick="this.src='../apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" title="验证码" id="validateimg"> | |||
<img src="/apps/vdimgck.php" onclick="this.src='/apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" title="验证码" id="validateimg"> | |||
</div> | |||
</div> | |||
<div><button type="submit" class="btn btn-success btn-block">登录</button></div> | |||
@@ -4,13 +4,13 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>更新整站</title> | |||
<link rel="stylesheet" href="../static/web/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/daterangepicker.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/moment.min.js"></script> | |||
<script src="../static/web/js/daterangepicker.js"></script> | |||
<link rel="stylesheet" href="/static/web/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/daterangepicker.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/moment.min.js"></script> | |||
<script src="/static/web/js/daterangepicker.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="makehtml_all.php" target="stafrm" method="post"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>更新文档</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form2" action="content_list.php" method="get" target="stafrm"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>更新自由列表</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form1" action="makehtml_freelist_action.php" method="get" target="stafrm"> | |||
@@ -4,11 +4,11 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>更新首页</title> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="makehtml_homepage.php" target="stafrm" method="post"> | |||
@@ -19,7 +19,7 @@ | |||
</tr> | |||
<tr> | |||
<td colspan="2"> | |||
<div class="alert alert-info mb-0">更新首页文件默认存放在根目录,不是根目录安装的网站,首页需要更新到网站根目录,请使用相对路径,则安装在:http://www.abc.com/DedeBIZ/目录,更新首页:http://www.abc.com/index.html,填写:../index.html</div> | |||
<div class="alert alert-info mb-0">更新首页文件默认存放在根目录,不是根目录安装的网站,首页需要更新到网站根目录,请使用相对路径,则安装在:http://www.abc.com/DedeBIZ/目录,更新首页:http://www.abc.com/index.html,填写:/index.html</div> | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>更新栏目</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form1" action="makehtml_list_action.php" method="get" target="stafrm"> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>更新专题</title> | |||
<link rel="stylesheet" href="../static/web/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/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form1" action="makehtml_spec.php" method="get" target="stafrm"> | |||
@@ -17,7 +17,7 @@ | |||
</tr> | |||
<tr> | |||
<td> | |||
<div class="alert alert-info mb-0">更新专题说明:发布专题后需要手动更新,建议专题目录设置仅可读写权限,存放目录:<?php echo $cfg_cmspath.$cfg_special."/index.html"?></div> | |||
<div class="alert alert-info mb-0">更新专题说明:发布专题后需要手动更新,建议专题目录设置仅可读写权限,存放目录:<?php echo $cfg_special.'/index.html';?></div> | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -4,9 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>更新标签</title> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<form name="form1" action="makehtml_tag_action_list.php" method="get" target="stafrm"> | |||
@@ -4,12 +4,12 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>添加附件</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="media_add.php" method="post" enctype="multipart/form-data" onSubmit="return CheckSubmit();"> | |||
@@ -4,12 +4,12 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |||
<title>修改附件</title> | |||
<link rel="stylesheet" href="../static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<script src="../static/web/js/jquery.min.js"></script> | |||
<script src="../static/web/js/bootstrap.min.js"></script> | |||
<script src="../static/web/js/admin.main.js"></script> | |||
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||
<script src="/static/web/js/jquery.min.js"></script> | |||
<script src="/static/web/js/bootstrap.min.js"></script> | |||
<script src="/static/web/js/admin.main.js"></script> | |||
</head> | |||
<body> | |||
<form name="form1" action="media_edit.php" method="post" enctype="multipart/form-data" onSubmit="return CheckSubmit();"> | |||