@@ -368,7 +368,7 @@ else if ($dopost == "delArchives") { | |||||
$wintitle = "删除指定文档"; | $wintitle = "删除指定文档"; | ||||
$wecome_info = "<a href='".$ENV_GOBACK_URL."'>文档管理</a> - 删除文档"; | $wecome_info = "<a href='".$ENV_GOBACK_URL."'>文档管理</a> - 删除文档"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("archives_do.php", "js/blank.js", "POST"); | |||||
$win->Init("archives_do.php", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddHidden("fmdo", "yes"); | $win->AddHidden("fmdo", "yes"); | ||||
$win->AddHidden("dopost", $dopost); | $win->AddHidden("dopost", $dopost); | ||||
$win->AddHidden("qstr", $qstr); | $win->AddHidden("qstr", $qstr); | ||||
@@ -418,7 +418,7 @@ else if ($dopost == 'clear') { | |||||
$wintitle = "清空回收站所有文档"; | $wintitle = "清空回收站所有文档"; | ||||
$wecome_info = "<a href='recycling.php'>文档回收站</a> - 清空所有文档"; | $wecome_info = "<a href='recycling.php'>文档回收站</a> - 清空所有文档"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("archives_do.php", "js/blank.js", "POST"); | |||||
$win->Init("archives_do.php", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddHidden("fmdo", "yes"); | $win->AddHidden("fmdo", "yes"); | ||||
$win->AddHidden("dopost", $dopost); | $win->AddHidden("dopost", $dopost); | ||||
$win->AddHidden("qstr", $qstr); | $win->AddHidden("qstr", $qstr); | ||||
@@ -456,7 +456,7 @@ else if ($dopost == 'del') { | |||||
$wintitle = "删除指定文档"; | $wintitle = "删除指定文档"; | ||||
$wecome_info = "<a href='recycling.php'>文档管理</a> - 删除文档"; | $wecome_info = "<a href='recycling.php'>文档管理</a> - 删除文档"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("archives_do.php", "js/blank.js", "POST"); | |||||
$win->Init("archives_do.php", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddHidden("fmdo", "yes"); | $win->AddHidden("fmdo", "yes"); | ||||
$win->AddHidden("dopost", $dopost); | $win->AddHidden("dopost", $dopost); | ||||
$win->AddHidden("qstr", $qstr); | $win->AddHidden("qstr", $qstr); | ||||
@@ -31,7 +31,7 @@ if (empty($allurls) && filesize($m_file) > 0) { | |||||
} | } | ||||
$wecome_info = "允许站内链接"; | $wecome_info = "允许站内链接"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init('article_allowurl_edit.php', 'js/blank.js', 'POST'); | |||||
$win->Init('article_allowurl_edit.php', '/static/web/js/admin.blank.js', 'POST'); | |||||
$win->AddHidden('dopost', 'save'); | $win->AddHidden('dopost', 'save'); | ||||
$win->AddTitle("每行保存一个超链接"); | $win->AddTitle("每行保存一个超链接"); | ||||
$win->AddMsgItem("<tr><td><textarea name='allurls' id='allurls' class='admin-textarea-xl'>$allurls</textarea></td></tr>"); | $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 = "文档来源管理"; | $wecome_info = "文档来源管理"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init('article_source_edit.php', 'js/blank.js', 'POST'); | |||||
$win->Init('article_source_edit.php', '/static/web/js/admin.blank.js', 'POST'); | |||||
$win->AddHidden('dopost', 'save'); | $win->AddHidden('dopost', 'save'); | ||||
$win->AddTitle("一行填写一个地址"); | $win->AddTitle("一行填写一个地址"); | ||||
$win->AddMsgItem("<tr><td><textarea name='allsource' id='allsource' class='admin-textarea-xl'>$allsource</textarea></td></tr>"); | $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 = "文档作者管理"; | $wecome_info = "文档作者管理"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init('article_writer_edit.php', 'js/blank.js', 'POST'); | |||||
$win->Init('article_writer_edit.php', '/static/web/js/admin.blank.js', 'POST'); | |||||
$win->AddHidden('dopost', 'save'); | $win->AddHidden('dopost', 'save'); | ||||
$win->AddTitle("作者姓名用英文逗号分开"); | $win->AddTitle("作者姓名用英文逗号分开"); | ||||
$win->AddMsgItem("<tr><td><textarea name='allwriter' id='allwriter' class='admin-textarea-xl'>$allwriter</textarea></td></tr>"); | $win->AddMsgItem("<tr><td><textarea name='allwriter' id='allwriter' class='admin-textarea-xl'>$allwriter</textarea></td></tr>"); | ||||
@@ -29,7 +29,7 @@ $row = $dsql->GetOne(); | |||||
$wintitle = "删除栏目"; | $wintitle = "删除栏目"; | ||||
$wecome_info = "<a href='catalog_main.php'>栏目管理</a> - 删除栏目"; | $wecome_info = "<a href='catalog_main.php'>栏目管理</a> - 删除栏目"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init('catalog_del.php', 'js/blank.js', 'POST'); | |||||
$win->Init('catalog_del.php', '/static/web/js/admin.blank.js', 'POST'); | |||||
$win->AddHidden('id', $id); | $win->AddHidden('id', $id); | ||||
$win->AddHidden('dopost', 'ok'); | $win->AddHidden('dopost', 'ok'); | ||||
$win->AddTitle("您要确定要删除{$row['typename']}栏目吗"); | $win->AddTitle("您要确定要删除{$row['typename']}栏目吗"); | ||||
@@ -182,7 +182,7 @@ else if ($dopost == 'unitCatalog') { | |||||
$wintitle = "合并指定栏目"; | $wintitle = "合并指定栏目"; | ||||
$wecome_info = "<a href='catalog_main.php'>栏目管理</a> - 合并栏目"; | $wecome_info = "<a href='catalog_main.php'>栏目管理</a> - 合并栏目"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init('catalog_do.php', 'js/blank.js', 'POST'); | |||||
$win->Init('catalog_do.php', '/static/web/js/admin.blank.js', 'POST'); | |||||
$win->AddHidden('dopost', 'unitCatalog'); | $win->AddHidden('dopost', 'unitCatalog'); | ||||
$win->AddHidden('typeid', $typeid); | $win->AddHidden('typeid', $typeid); | ||||
$win->AddHidden('channelid', $channelid); | $win->AddHidden('channelid', $channelid); | ||||
@@ -231,7 +231,7 @@ else if ($dopost == 'moveCatalog') { | |||||
$wintitle = "移动指定栏目"; | $wintitle = "移动指定栏目"; | ||||
$wecome_info = "<a href='catalog_main.php'>栏目管理</a> - 移动栏目"; | $wecome_info = "<a href='catalog_main.php'>栏目管理</a> - 移动栏目"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init('catalog_do.php', 'js/blank.js', 'POST'); | |||||
$win->Init('catalog_do.php', '/static/web/js/admin.blank.js', 'POST'); | |||||
$win->AddHidden('dopost', 'moveCatalog'); | $win->AddHidden('dopost', 'moveCatalog'); | ||||
$win->AddHidden('typeid', $typeid); | $win->AddHidden('typeid', $typeid); | ||||
$win->AddHidden('channelid', $channelid); | $win->AddHidden('channelid', $channelid); | ||||
@@ -56,10 +56,10 @@ if (!empty($iseditor)) { | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>选择图片</title> | <title>选择图片</title> | ||||
<link rel="stylesheet" href="../../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../../static/web/css/admin.css"> | |||||
<script src="../../static/web/js/jquery.min.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<script src="/static/web/js/jquery.min.js"></script> | |||||
</head> | </head> | ||||
<body class="body-bg"> | <body class="body-bg"> | ||||
<div class="upload-bg shadow-sm"> | <div class="upload-bg shadow-sm"> | ||||
@@ -117,7 +117,7 @@ if (!empty($iseditor)) { | |||||
if ($activepath == "") continue; | if ($activepath == "") continue; | ||||
$tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath); | $tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath); | ||||
$line = "<tr> | $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> | <td>当前目录:$activepath</td> | ||||
</tr>"; | </tr>"; | ||||
echo $line; | echo $line; | ||||
@@ -125,7 +125,7 @@ if (!empty($iseditor)) { | |||||
if (preg_match("#^_(.*)$#i", $file)) continue; | if (preg_match("#^_(.*)$#i", $file)) continue; | ||||
if (preg_match("#^\.(.*)$#i", $file)) continue; | if (preg_match("#^\.(.*)$#i", $file)) continue; | ||||
$line = "<tr> | $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>"; | </tr>"; | ||||
echo "$line"; | echo "$line"; | ||||
} else if (preg_match("#\.(".$cfg_imgtype.")#i", $file)) { | } else if (preg_match("#\.(".$cfg_imgtype.")#i", $file)) { | ||||
@@ -46,9 +46,9 @@ if (!empty($noeditor)) { | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>选择多媒体</title> | <title>选择多媒体</title> | ||||
<link rel="stylesheet" href="../../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body class="body-bg"> | <body class="body-bg"> | ||||
<div class="upload-bg shadow-sm"> | <div class="upload-bg shadow-sm"> | ||||
@@ -97,7 +97,7 @@ if (!empty($noeditor)) { | |||||
if ($activepath == "") continue; | if ($activepath == "") continue; | ||||
$tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath); | $tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath); | ||||
$line = "<tr> | $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> | <td colspan='2'>当前目录:$activepath</td> | ||||
</tr>"; | </tr>"; | ||||
echo $line; | echo $line; | ||||
@@ -105,7 +105,7 @@ if (!empty($noeditor)) { | |||||
if (preg_match("#^_(.*)$#i", $file)) continue; | if (preg_match("#^_(.*)$#i", $file)) continue; | ||||
if (preg_match("#^\.(.*)$#i", $file)) continue; | if (preg_match("#^\.(.*)$#i", $file)) continue; | ||||
$line = "<tr> | $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>"; | </tr>"; | ||||
echo "$line"; | echo "$line"; | ||||
} else if (preg_match("#\.(swf|fly|fla|flv)#i", $file)) { | } else if (preg_match("#\.(swf|fly|fla|flv)#i", $file)) { | ||||
@@ -116,7 +116,7 @@ if (!empty($noeditor)) { | |||||
else $lstyle = ""; | else $lstyle = ""; | ||||
$line = "<tr> | $line = "<tr> | ||||
<td> | <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> | <a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | ||||
</td> | </td> | ||||
<td>$filesize KB</td> | <td>$filesize KB</td> | ||||
@@ -131,7 +131,7 @@ if (!empty($noeditor)) { | |||||
else $lstyle = ""; | else $lstyle = ""; | ||||
$line = "<tr> | $line = "<tr> | ||||
<td> | <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> | <a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | ||||
</td> | </td> | ||||
<td>$filesize KB</td> | <td>$filesize KB</td> | ||||
@@ -146,7 +146,7 @@ if (!empty($noeditor)) { | |||||
else $lstyle = ""; | else $lstyle = ""; | ||||
$line = "<tr> | $line = "<tr> | ||||
<td> | <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> | <a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | ||||
</td> | </td> | ||||
<td>$filesize KB</td> | <td>$filesize KB</td> | ||||
@@ -161,7 +161,7 @@ if (!empty($noeditor)) { | |||||
else $lstyle = ""; | else $lstyle = ""; | ||||
$line = "<tr> | $line = "<tr> | ||||
<td> | <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> | <a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | ||||
</td> | </td> | ||||
<td>$filesize KB</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="apple-mobile-web-app-status-bar-style" content="black"> | ||||
<meta name="format-detection" content="telephone=no"> | <meta name="format-detection" content="telephone=no"> | ||||
<title>插入多图</title> | <title>插入多图</title> | ||||
<link rel="stylesheet" href="../../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<style>#wrap{padding:10px}#topbar{padding:10px 0;border-bottom:1px solid #ccc;text-align:right}#file_list{display:grid;grid-gap:10px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));padding-top:10px}#file_list:empty:after{content:'拖拽图片到此处上传'}#file_list li{display:block;position:relative;padding:10px;vertical-align:top;border-radius:0.5rem}#file_list li:hover{background:#f5f5f5}#file_list li .picbox{display:flex;flex:0 0 auto;position:relative;padding-top:90%;width:100%;align-items:center;justify-content:center;overflow:hidden}#file_list li .picbox img{display:block;max-width:100%;max-height:100%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);border-radius:0.5rem}#file_list li .namebox{display:flex;padding:10px;justify-content:center;align-items:flex-start}#file_list li.up-over .picbox:after{position:absolute;bottom:10px;right:0;font-family:'FontAwesome';font-size:18px;color:#1eb867;content:'\f058';z-index:9}#file_list li .tools{display:none;position:absolute;bottom:12px;right:10px;z-index:99}#file_list li:hover .tools{display:block}#file_list li .tools .remove{cursor:pointer}#file_list li .tools .remove:after{font-family:'FontAwesome';font-size:18px;color:#dc3545;content:'\f1f8'}</style> | <style>#wrap{padding:10px}#topbar{padding:10px 0;border-bottom:1px solid #ccc;text-align:right}#file_list{display:grid;grid-gap:10px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));padding-top:10px}#file_list:empty:after{content:'拖拽图片到此处上传'}#file_list li{display:block;position:relative;padding:10px;vertical-align:top;border-radius:0.5rem}#file_list li:hover{background:#f5f5f5}#file_list li .picbox{display:flex;flex:0 0 auto;position:relative;padding-top:90%;width:100%;align-items:center;justify-content:center;overflow:hidden}#file_list li .picbox img{display:block;max-width:100%;max-height:100%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);border-radius:0.5rem}#file_list li .namebox{display:flex;padding:10px;justify-content:center;align-items:flex-start}#file_list li.up-over .picbox:after{position:absolute;bottom:10px;right:0;font-family:'FontAwesome';font-size:18px;color:#1eb867;content:'\f058';z-index:9}#file_list li .tools{display:none;position:absolute;bottom:12px;right:10px;z-index:99}#file_list li:hover .tools{display:block}#file_list li .tools .remove{cursor:pointer}#file_list li .tools .remove:after{font-family:'FontAwesome';font-size:18px;color:#dc3545;content:'\f1f8'}</style> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -46,9 +46,9 @@ if (!empty($noeditor)) { | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>选择软件</title> | <title>选择软件</title> | ||||
<link rel="stylesheet" href="../../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body class="body-bg"> | <body class="body-bg"> | ||||
<div class="upload-bg shadow-sm"> | <div class="upload-bg shadow-sm"> | ||||
@@ -99,7 +99,7 @@ if (!empty($noeditor)) { | |||||
if ($activepath == "") continue; | if ($activepath == "") continue; | ||||
$tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath); | $tmp = preg_replace("#[\/][^\/]*$#i", "", $activepath); | ||||
$line = "<tr> | $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> | <td colspan='2'>当前目录:$activepath</td> | ||||
</tr>\r\n"; | </tr>\r\n"; | ||||
echo $line; | echo $line; | ||||
@@ -107,7 +107,7 @@ if (!empty($noeditor)) { | |||||
if (preg_match("#^_(.*)$#i", $file)) continue; | if (preg_match("#^_(.*)$#i", $file)) continue; | ||||
if (preg_match("#^\.(.*)$#i", $file)) continue; | if (preg_match("#^\.(.*)$#i", $file)) continue; | ||||
$line = "<tr> | $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>"; | </tr>"; | ||||
echo "$line"; | echo "$line"; | ||||
} else if (preg_match("#\.(zip|rar|tgr.gz)#i", $file)) { | } else if (preg_match("#\.(zip|rar|tgr.gz)#i", $file)) { | ||||
@@ -118,7 +118,7 @@ if (!empty($noeditor)) { | |||||
$reurl = $reurl; | $reurl = $reurl; | ||||
$line = "<tr> | $line = "<tr> | ||||
<td> | <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> | <a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | ||||
</td> | </td> | ||||
<td>$filesize KB</td> | <td>$filesize KB</td> | ||||
@@ -133,7 +133,7 @@ if (!empty($noeditor)) { | |||||
$reurl = $reurl; | $reurl = $reurl; | ||||
$line = "<tr> | $line = "<tr> | ||||
<td> | <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> | <a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | ||||
</td> | </td> | ||||
<td>$filesize KB</td> | <td>$filesize KB</td> | ||||
@@ -37,9 +37,9 @@ if (empty($comeback)) { | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>选择模板</title> | <title>选择模板</title> | ||||
<link rel="stylesheet" href="../../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body class="body-bg"> | <body class="body-bg"> | ||||
<div class="upload-bg shadow-sm"> | <div class="upload-bg shadow-sm"> | ||||
@@ -87,7 +87,7 @@ if (empty($comeback)) { | |||||
if ($activepath == "") continue; | if ($activepath == "") continue; | ||||
$tmp = preg_replace("#[\/][^\/]*$#", "", $activepath); | $tmp = preg_replace("#[\/][^\/]*$#", "", $activepath); | ||||
$line = "<tr> | $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> | <td colspan='2'>当前目录:$activepath</td> | ||||
</tr>\r\n"; | </tr>\r\n"; | ||||
echo $line; | echo $line; | ||||
@@ -95,7 +95,7 @@ if (empty($comeback)) { | |||||
if (preg_match("#^_(.*)$#i", $file)) continue; | if (preg_match("#^_(.*)$#i", $file)) continue; | ||||
if (preg_match("#^\.(.*)$#i", $file)) continue; | if (preg_match("#^\.(.*)$#i", $file)) continue; | ||||
$line = "<tr> | $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>"; | </tr>"; | ||||
echo "$line"; | echo "$line"; | ||||
} else if (preg_match("#\.(htm|html)#i", $file)) { | } else if (preg_match("#\.(htm|html)#i", $file)) { | ||||
@@ -106,7 +106,7 @@ if (empty($comeback)) { | |||||
$reurl = preg_replace("#".$templetdir."\/#", "", $reurl); | $reurl = preg_replace("#".$templetdir."\/#", "", $reurl); | ||||
$line = "<tr> | $line = "<tr> | ||||
<td> | <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> | <a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | ||||
</td> | </td> | ||||
<td>$filesize KB</td> | <td>$filesize KB</td> | ||||
@@ -121,7 +121,7 @@ if (empty($comeback)) { | |||||
$reurl = preg_replace("#".$templetdir."/#", "", $reurl); | $reurl = preg_replace("#".$templetdir."/#", "", $reurl); | ||||
$line = "<tr> | $line = "<tr> | ||||
<td> | <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> | <a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | ||||
</td> | </td> | ||||
<td>$filesize KB</td> | <td>$filesize KB</td> | ||||
@@ -136,7 +136,7 @@ if (empty($comeback)) { | |||||
$reurl = preg_replace("#".$templetdir."\/#", "", $reurl); | $reurl = preg_replace("#".$templetdir."\/#", "", $reurl); | ||||
$line = "<tr> | $line = "<tr> | ||||
<td> | <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> | <a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | ||||
</td> | </td> | ||||
<td>$filesize KB</td> | <td>$filesize KB</td> | ||||
@@ -181,7 +181,7 @@ if (empty($comeback)) { | |||||
$reurl = preg_replace("#".$templetdir."\/#", "", $reurl); | $reurl = preg_replace("#".$templetdir."\/#", "", $reurl); | ||||
$line = "<tr> | $line = "<tr> | ||||
<td> | <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> | <a href=\"javascript:ReturnValue('$reurl');\" $lstyle>$file</a> | ||||
</td> | </td> | ||||
<td>$filesize KB</td> | <td>$filesize KB</td> | ||||
@@ -31,7 +31,7 @@ if ($dopost == "save") { | |||||
$wintitle = "删除所有自定义表"; | $wintitle = "删除所有自定义表"; | ||||
$wecome_info = "<a href='diy_main.php'>自定义表单管理</a> - 删除自定义表单"; | $wecome_info = "<a href='diy_main.php'>自定义表单管理</a> - 删除自定义表单"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("diy_edit.php", "js/blank.js", "POST"); | |||||
$win->Init("diy_edit.php", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddHidden("job", "yes"); | $win->AddHidden("job", "yes"); | ||||
$win->AddHidden("dopost", $dopost); | $win->AddHidden("dopost", $dopost); | ||||
$win->AddHidden("diyid", $diyid); | $win->AddHidden("diyid", $diyid); | ||||
@@ -74,7 +74,7 @@ if ($dopost == "delete") { | |||||
$wintitle = "删除文档错误"; | $wintitle = "删除文档错误"; | ||||
$wecome_info = "<a href='erraddsave.php'>错误管理</a> - 删除错误"; | $wecome_info = "<a href='erraddsave.php'>错误管理</a> - 删除错误"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("erraddsave.php", "js/blank.js", "POST"); | |||||
$win->Init("erraddsave.php", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddHidden("fmdo", "yes"); | $win->AddHidden("fmdo", "yes"); | ||||
$win->AddHidden("dopost", $dopost); | $win->AddHidden("dopost", $dopost); | ||||
$win->AddHidden("id", $id); | $win->AddHidden("id", $id); | ||||
@@ -154,7 +154,7 @@ else if ($fmdo == "space") { | |||||
$totalkb = $space->setkb($total); | $totalkb = $space->setkb($total); | ||||
$totalmb = $space->setmb($total); | $totalmb = $space->setmb($total); | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("", "js/blank.js", "POST"); | |||||
$win->Init("", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddMsgItem("<tr> | $win->AddMsgItem("<tr> | ||||
<td> | <td> | ||||
<span>$totalkb</span>KB<br> | <span>$totalkb</span>KB<br> | ||||
@@ -23,7 +23,7 @@ if ($fmdo == "rename") { | |||||
$wintitle = "修改指定文件名称"; | $wintitle = "修改指定文件名称"; | ||||
$wecome_info = "<a href='file_manage_main.php?activepath=$activepath'>文件管理</a> - 修改文件名称"; | $wecome_info = "<a href='file_manage_main.php?activepath=$activepath'>文件管理</a> - 修改文件名称"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("file_manage_control.php", "js/blank.js", "POST"); | |||||
$win->Init("file_manage_control.php", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddHidden("fmdo", $fmdo); | $win->AddHidden("fmdo", $fmdo); | ||||
$win->AddHidden("activepath", $activepath); | $win->AddHidden("activepath", $activepath); | ||||
$win->AddHidden("filename", $filename); | $win->AddHidden("filename", $filename); | ||||
@@ -40,7 +40,7 @@ else if ($fmdo == "newdir") { | |||||
$wintitle = "新建文件目录"; | $wintitle = "新建文件目录"; | ||||
$wecome_info = "<a href='file_manage_main.php?activepath=$activepath'>文件管理</a> - 新建目录"; | $wecome_info = "<a href='file_manage_main.php?activepath=$activepath'>文件管理</a> - 新建目录"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("file_manage_control.php", "js/blank.js", "POST"); | |||||
$win->Init("file_manage_control.php", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddHidden("fmdo", $fmdo); | $win->AddHidden("fmdo", $fmdo); | ||||
$win->AddHidden("activepath", $activepath); | $win->AddHidden("activepath", $activepath); | ||||
$win->AddHidden("token", make_hash()); | $win->AddHidden("token", make_hash()); | ||||
@@ -54,7 +54,7 @@ else if ($fmdo == "move") { | |||||
$wintitle = "移动指定文件"; | $wintitle = "移动指定文件"; | ||||
$wecome_info = "<a href='file_manage_main.php?activepath=$activepath'>文件管理</a> - 移动文件</a>"; | $wecome_info = "<a href='file_manage_main.php?activepath=$activepath'>文件管理</a> - 移动文件</a>"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("file_manage_control.php", "js/blank.js", "POST"); | |||||
$win->Init("file_manage_control.php", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddHidden("fmdo", $fmdo); | $win->AddHidden("fmdo", $fmdo); | ||||
$win->AddHidden("activepath", $activepath); | $win->AddHidden("activepath", $activepath); | ||||
$win->AddHidden("filename", $filename); | $win->AddHidden("filename", $filename); | ||||
@@ -70,7 +70,7 @@ else if ($fmdo == "del") { | |||||
$wintitle = "删除指定文件"; | $wintitle = "删除指定文件"; | ||||
$wecome_info = "<a href='file_manage_main.php?activepath=$activepath'>文件管理</a> - 删除文件"; | $wecome_info = "<a href='file_manage_main.php?activepath=$activepath'>文件管理</a> - 删除文件"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("file_manage_control.php", "js/blank.js", "POST"); | |||||
$win->Init("file_manage_control.php", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddHidden("fmdo", $fmdo); | $win->AddHidden("fmdo", $fmdo); | ||||
$win->AddHidden("activepath", $activepath); | $win->AddHidden("activepath", $activepath); | ||||
$win->AddHidden("filename", $filename); | $win->AddHidden("filename", $filename); | ||||
@@ -70,7 +70,7 @@ function CheckPic($picname) | |||||
if ($picname != "") { | if ($picname != "") { | ||||
return $picname; | return $picname; | ||||
} else { | } else { | ||||
return '../static/web/img/thumbnail.jpg'; | |||||
return '/static/web/img/thumbnail.jpg'; | |||||
} | } | ||||
} | } | ||||
//判断文档是否生成网页 | //判断文档是否生成网页 | ||||
@@ -10,7 +10,7 @@ | |||||
*/ | */ | ||||
require_once(dirname(__FILE__)."/../config.php"); | require_once(dirname(__FILE__)."/../config.php"); | ||||
require_once(DEDEINC."/dedetag.class.php"); | require_once(DEDEINC."/dedetag.class.php"); | ||||
$headTemplet = '<li><div class="link"><i class="~icon~"></i><span>~channelname~</span><i class="fa fa-angle-down"></i></div><ul class="submenu">'; | |||||
$headTemplet = '<li><div class="link"><i class="~icon~"></i><span>~channelname~</span><i class="fa fa-angle-down"></i></div><ul class="sidemenu">'; | |||||
$footTemplet = "</ul></li>"; | $footTemplet = "</ul></li>"; | ||||
$itemTemplet = "<li>~link~</li>"; | $itemTemplet = "<li>~link~</li>"; | ||||
function GetMenus($userrank, $topos = 'main') | function GetMenus($userrank, $topos = 'main') | ||||
@@ -49,7 +49,7 @@ function GetMenus($userrank, $topos = 'main') | |||||
} else { | } else { | ||||
$addico = 'fa fa-plus-circle'; | $addico = 'fa fa-plus-circle'; | ||||
} | } | ||||
$link = "$link<a href='".$ctag2->GetAtt('linkadd')."' class='submenu-right' target='".$ctag2->GetAtt('target')."'><span class='$addico'></span></a>"; | |||||
$link = "$link<a href='".$ctag2->GetAtt('linkadd')."' class='sidemenu-right' target='".$ctag2->GetAtt('target')."'><span class='$addico'></span></a>"; | |||||
} else { | } else { | ||||
$link .= ""; | $link .= ""; | ||||
} | } | ||||
@@ -1,23 +0,0 @@ | |||||
function selAll() { | |||||
var celements = document.getElementsByName('aids[]'); | |||||
for (i=0;i<celements.length;i++) { | |||||
if (!celements[i].checked) celements[i].checked = true; | |||||
else celements[i].checked = false; | |||||
} | |||||
} | |||||
function noselAll() { | |||||
var celements = document.getElementsByName('aids[]'); | |||||
for (i=0;i<celements.length;i++) { | |||||
if (celements[i].checked = true) { | |||||
celements[i].checked = false; | |||||
} | |||||
} | |||||
} | |||||
function delall() { | |||||
DedeConfirm("您确定要删除关键词吗").then((v) => { | |||||
document.form3.dopost.value = 'delall'; | |||||
document.form3.submit(); | |||||
}).catch((e) => { | |||||
console.log(e); | |||||
}); | |||||
} |
@@ -1,53 +0,0 @@ | |||||
if (moz == null) { | |||||
var ie = document.all != null; | |||||
var moz = !ie && document.getElementById != null && document.layers == null; | |||||
} | |||||
function delArc(mid) { | |||||
var qstr=getCheckboxItem(); | |||||
if (mid==0) mid = getOneItem(); | |||||
location="member_do.php?id="+qstr+"&dopost=delmembers"; | |||||
} | |||||
function getCheckboxItem() { | |||||
var allSel=""; | |||||
if (document.form2.mid.value) return document.form2.mid.value; | |||||
for (i=0;i<document.form2.mid.length;i++) { | |||||
if (document.form2.mid[i].checked) { | |||||
if (allSel=="") | |||||
allSel=document.form2.mid[i].value; | |||||
else | |||||
allSel=allSel+"`"+document.form2.mid[i].value; | |||||
} | |||||
} | |||||
return allSel; | |||||
} | |||||
function getOneItem() { | |||||
var allSel=""; | |||||
if (document.form2.mid.value) return document.form2.mid.value; | |||||
for (i=0;i<document.form2.mid.length;i++) { | |||||
if (document.form2.mid[i].checked) { | |||||
allSel = document.form2.mid[i].value; | |||||
break; | |||||
} | |||||
} | |||||
return allSel; | |||||
} | |||||
function selAll() { | |||||
if (typeof document.form2.mid.length === "undefined") { | |||||
document.form2.mid.checked = true; | |||||
} | |||||
for (i=0;i<document.form2.mid.length;i++) { | |||||
if (!document.form2.mid[i].checked) { | |||||
document.form2.mid[i].checked = true; | |||||
} | |||||
} | |||||
} | |||||
function noSelAll() { | |||||
if (typeof document.form2.mid.length === "undefined") { | |||||
document.form2.mid.checked = false; | |||||
} | |||||
for (i=0;i<document.form2.mid.length;i++) { | |||||
if (document.form2.mid[i].checked) { | |||||
document.form2.mid[i].checked = false; | |||||
} | |||||
} | |||||
} |
@@ -60,7 +60,7 @@ if ($dopost == "delmember") { | |||||
$wintitle = "删除指定会员"; | $wintitle = "删除指定会员"; | ||||
$wecome_info = "<a href='".$ENV_GOBACK_URL."'>会员管理</a> - 删除会员"; | $wecome_info = "<a href='".$ENV_GOBACK_URL."'>会员管理</a> - 删除会员"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("member_do.php", "js/blank.js", "POST"); | |||||
$win->Init("member_do.php", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddHidden("fmdo", "yes"); | $win->AddHidden("fmdo", "yes"); | ||||
$win->AddHidden("dopost", $dopost); | $win->AddHidden("dopost", $dopost); | ||||
$win->AddHidden("id", $id); | $win->AddHidden("id", $id); | ||||
@@ -107,7 +107,7 @@ if ($dopost == "delmember") { | |||||
$wintitle = "删除指定会员"; | $wintitle = "删除指定会员"; | ||||
$wecome_info = "<a href='".$ENV_GOBACK_URL."'>会员管理</a> - 删除会员"; | $wecome_info = "<a href='".$ENV_GOBACK_URL."'>会员管理</a> - 删除会员"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("member_do.php", "js/blank.js", "POST"); | |||||
$win->Init("member_do.php", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddHidden("fmdo", "yes"); | $win->AddHidden("fmdo", "yes"); | ||||
$win->AddHidden("dopost", $dopost); | $win->AddHidden("dopost", $dopost); | ||||
$win->AddHidden("id", $id); | $win->AddHidden("id", $id); | ||||
@@ -138,7 +138,7 @@ if ($action == '') { | |||||
} | } | ||||
$prvdir .= "</table>"; | $prvdir .= "</table>"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("module_main.php", "js/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']}"; | $wecome_info = "<a href='module_main.php'>模块管理</a> - 安装{$infos['name']}"; | ||||
$devURL = DEDECDNURL."/developers/{$infos['dev_id']}.json"; | $devURL = DEDECDNURL."/developers/{$infos['dev_id']}.json"; | ||||
$dhd = new DedeHttpDown(); | $dhd = new DedeHttpDown(); | ||||
@@ -264,7 +264,7 @@ if ($action == '') { | |||||
$alertMsg = ($infos['lang'] == $cfg_soft_lang ? '' : '<br>该模块的语言编码与您系统的编码不一致,请向开发者确认它的兼容性'); | $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>"; | $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 = new OxWindow(); | ||||
$win->Init("module_main.php", "js/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']}"; | $wecome_info = "<a href='module_main.php'>模块管理</a> - 删除{$infos['name']}"; | ||||
$win->AddHidden("hash", $hash); | $win->AddHidden("hash", $hash); | ||||
$win->AddHidden("action", "delok"); | $win->AddHidden("action", "delok"); | ||||
@@ -321,7 +321,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>"; | $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 = new OxWindow(); | ||||
$win->Init("module_main.php", "js/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']}"; | $wecome_info = "<a href='module_main.php'>模块管理</a> - 卸载{$infos['name']}"; | ||||
$win->AddHidden("hash", $hash); | $win->AddHidden("hash", $hash); | ||||
$win->AddHidden("action", 'uninstallok'); | $win->AddHidden("action", 'uninstallok'); | ||||
@@ -405,7 +405,7 @@ if ($action == '') { | |||||
$msg = preg_replace("/<\/body>(.*)/isU", "", $msg); | $msg = preg_replace("/<\/body>(.*)/isU", "", $msg); | ||||
$dm->Clear(); | $dm->Clear(); | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("module_main.php", "js/blank.js", "post"); | |||||
$win->Init("module_main.php", "/static/web/js/admin.blank.js", "post"); | |||||
$wecome_info = "<a href='module_main.php'>模块管理</a> - 使用说明"; | $wecome_info = "<a href='module_main.php'>模块管理</a> - 使用说明"; | ||||
$win->AddMsgItem("<tr><td>$msg</td></tr>"); | $win->AddMsgItem("<tr><td>$msg</td></tr>"); | ||||
$winform = $win->GetWindow("hand"); | $winform = $win->GetWindow("hand"); | ||||
@@ -441,7 +441,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>"; | $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 = new OxWindow(); | ||||
$win->Init("", "js/blank.js", ""); | |||||
$win->Init("", "/static/web/js/admin.blank.js", ""); | |||||
$wecome_info = "<a href='module_main.php'>模块管理</a> - {$infos['name']}"; | $wecome_info = "<a href='module_main.php'>模块管理</a> - {$infos['name']}"; | ||||
$msg = "<tr> | $msg = "<tr> | ||||
<td width='260'>模块名称:</td> | <td width='260'>模块名称:</td> | ||||
@@ -52,7 +52,7 @@ if ($action == 'upload') { | |||||
} | } | ||||
} else { | } else { | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("module_upload.php", "js/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> - 上传模块插件"; | $wecome_info = "<a href='module_main.php'>模块管理</a> - 上传模块插件"; | ||||
$win->AddTitle('请选择上传的模块插件文件'); | $win->AddTitle('请选择上传的模块插件文件'); | ||||
$win->AddHidden("action", 'upload'); | $win->AddHidden("action", 'upload'); | ||||
@@ -50,7 +50,7 @@ if ($dopost == "show") { | |||||
$wintitle = "复制指定文档模型"; | $wintitle = "复制指定文档模型"; | ||||
$wecome_info = "<a href='mychannel_main.php'>文档模型管理</a> - 复制文档模型"; | $wecome_info = "<a href='mychannel_main.php'>文档模型管理</a> - 复制文档模型"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("mychannel_edit.php", "js/blank.js", "post"); | |||||
$win->Init("mychannel_edit.php", "/static/web/js/admin.blank.js", "post"); | |||||
$win->AddTitle("复制文档模型:".$row['typename'].""); | $win->AddTitle("复制文档模型:".$row['typename'].""); | ||||
$win->AddHidden("cid", $id); | $win->AddHidden("cid", $id); | ||||
$win->AddHidden("id", $id); | $win->AddHidden("id", $id); | ||||
@@ -100,14 +100,14 @@ if ($dopost == "show") { | |||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init(); | $win->Init(); | ||||
$win->AddTitle("导出{$row['typename']}文档模型规则"); | $win->AddTitle("导出{$row['typename']}文档模型规则"); | ||||
$winform = $win->GetWindow("hand", "<link rel='stylesheet' href='css/codemirror.css'><script src='js/codemirror.js'></script><script src='js/mode/xml/xml.js'></script><script src='js/mode/javascript/javascript.js'></script><script src='js/mode/css/css.js'></script><script src='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(); | $win->Display(); | ||||
exit(); | exit(); | ||||
} else if ($dopost == "exportin") { | } else if ($dopost == "exportin") { | ||||
$wintitle = "导入指定文档模型规则"; | $wintitle = "导入指定文档模型规则"; | ||||
$wecome_info = "<a href='mychannel_main.php'>文档模型管理</a> - 导入文档模型规则"; | $wecome_info = "<a href='mychannel_main.php'>文档模型管理</a> - 导入文档模型规则"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("mychannel_edit.php", "js/blank.js", "post"); | |||||
$win->Init("mychannel_edit.php", "/static/web/js/admin.blank.js", "post"); | |||||
$win->AddHidden("dopost", "exportinok"); | $win->AddHidden("dopost", "exportinok"); | ||||
$win->AddMsgItem("<tr><td><textarea name='exconfig' class='admin-textarea-xl'></textarea></td></tr>"); | $win->AddMsgItem("<tr><td><textarea name='exconfig' class='admin-textarea-xl'></textarea></td></tr>"); | ||||
$winform = $win->GetWindow("ok"); | $winform = $win->GetWindow("ok"); | ||||
@@ -289,7 +289,7 @@ if ($dopost == "show") { | |||||
$wintitle = "查看模型应用模板"; | $wintitle = "查看模型应用模板"; | ||||
$wecome_info = "<a href='mychannel_main.php'>文档模型管理</a> - 模型应用模板"; | $wecome_info = "<a href='mychannel_main.php'>文档模型管理</a> - 模型应用模板"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("", "js/blank.js", ""); | |||||
$win->Init("", "/static/web/js/admin.blank.js", ""); | |||||
$win->AddTitle("栏目".$row['typename']."默认模板文件说明"); | $win->AddTitle("栏目".$row['typename']."默认模板文件说明"); | ||||
$defaulttemplate = $cfg_templets_dir.'/'.$cfg_df_style; | $defaulttemplate = $cfg_templets_dir.'/'.$cfg_df_style; | ||||
$msg = "<tr> | $msg = "<tr> | ||||
@@ -328,7 +328,7 @@ if ($dopost == "show") { | |||||
$wintitle = "删除指定文档模型"; | $wintitle = "删除指定文档模型"; | ||||
$wecome_info = "<a href='mychannel_main.php'>文档模型管理</a> - 删除文档模型"; | $wecome_info = "<a href='mychannel_main.php'>文档模型管理</a> - 删除文档模型"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("mychannel_edit.php", "js/blank.js", "POST"); | |||||
$win->Init("mychannel_edit.php", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddHidden("job", "yes"); | $win->AddHidden("job", "yes"); | ||||
$win->AddHidden("dopost", $dopost); | $win->AddHidden("dopost", $dopost); | ||||
$win->AddHidden("id", $id); | $win->AddHidden("id", $id); | ||||
@@ -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')"; | $query = "REPLACE INTO `#@__advancedsearch` (mid, maintable, mainfields, addontable, addonfields, forms, template) VALUES ('$mid','$maintable','$mainstring','$addontable','$addonstring','$formssql', '$template')"; | ||||
$dsql->ExecuteNoneQuery($query); | $dsql->ExecuteNoneQuery($query); | ||||
$formshtml = dede_htmlspecialchars($forms); | $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="css/codemirror.css"> | |||||
<script src="js/codemirror.js"></script> | |||||
<script src="js/mode/xml/xml.js"></script> | |||||
<script src="js/mode/javascript/javascript.js"></script> | |||||
<script src="js/mode/css/css.js"></script> | |||||
<script src="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 "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=$cfg_soft_lang\">"; | ||||
echo "<p>下面生成的网页表单,根据自己需求修改样式后粘贴到对应的模板中</p><textarea id='content' class='form-control'>$forms</textarea>"; | echo "<p>下面生成的网页表单,根据自己需求修改样式后粘贴到对应的模板中</p><textarea id='content' class='form-control'>$forms</textarea>"; | ||||
echo "<hr>"; | echo "<hr>"; | ||||
@@ -27,7 +27,7 @@ if ($dopost == "show") { | |||||
$wintitle = "删除指定插件"; | $wintitle = "删除指定插件"; | ||||
$wecome_info = "<a href='plus_main.php'>插件管理</a> - 删除插件"; | $wecome_info = "<a href='plus_main.php'>插件管理</a> - 删除插件"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("plus_edit.php", "js/blank.js", "POST"); | |||||
$win->Init("plus_edit.php", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddHidden("job", "yes"); | $win->AddHidden("job", "yes"); | ||||
$win->AddHidden("dopost", $dopost); | $win->AddHidden("dopost", $dopost); | ||||
$win->AddHidden("aid", $aid); | $win->AddHidden("aid", $aid); | ||||
@@ -80,7 +80,7 @@ if ($dopost == 'saveedit') { | |||||
$wintitle = "删除指定管理员"; | $wintitle = "删除指定管理员"; | ||||
$wecome_info = "<a href='sys_admin_user.php'>系统帐号管理</a> - 删除管理员"; | $wecome_info = "<a href='sys_admin_user.php'>系统帐号管理</a> - 删除管理员"; | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("sys_admin_user_edit.php", "js/blank.js", "POST"); | |||||
$win->Init("sys_admin_user_edit.php", "/static/web/js/admin.blank.js", "POST"); | |||||
$win->AddHidden("dopost", $dopost); | $win->AddHidden("dopost", $dopost); | ||||
$win->AddHidden("userok", "yes"); | $win->AddHidden("userok", "yes"); | ||||
$win->AddHidden("randcode", $randcode); | $win->AddHidden("randcode", $randcode); | ||||
@@ -13,7 +13,7 @@ CheckPurview('sys_ArcBatch'); | |||||
require_once(DEDEINC.'/libraries/oxwindow.class.php'); | require_once(DEDEINC.'/libraries/oxwindow.class.php'); | ||||
if (empty($dopost)) { | if (empty($dopost)) { | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("sys_repair.php", "js/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 = "系统修复工具"; | $wecome_info = "系统修复工具"; | ||||
$win->AddTitle('系统修复工具用于检测和修复系统数据错误'); | $win->AddTitle('系统修复工具用于检测和修复系统数据错误'); | ||||
$msg = "<tr> | $msg = "<tr> | ||||
@@ -36,7 +36,7 @@ if (empty($dopost)) { | |||||
//数据结构常规检测 | //数据结构常规检测 | ||||
else if ($dopost == 1) { | else if ($dopost == 1) { | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("sys_repair.php", "js/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> - 检测数据结构"; | $wecome_info = "<a href='sys_repair.php'>系统修复工具</a> - 检测数据结构"; | ||||
$win->AddTitle('系统修复工具用于检测和修复系统数据错误'); | $win->AddTitle('系统修复工具用于检测和修复系统数据错误'); | ||||
$msg = "<tr> | $msg = "<tr> | ||||
@@ -105,7 +105,7 @@ else if ($dopost == 2) { | |||||
} | } | ||||
UpDateCatCache(); | UpDateCatCache(); | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("sys_repair.php", "js/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> - 检测微表数据"; | $wecome_info = "<a href='sys_repair.php'>系统修复工具</a> - 检测微表数据"; | ||||
$win->AddTitle('系统修复工具用于检测和修复系统数据错误'); | $win->AddTitle('系统修复工具用于检测和修复系统数据错误'); | ||||
$msg = "<tr> | $msg = "<tr> | ||||
@@ -151,7 +151,7 @@ else if ($dopost == 3) { | |||||
} | } | ||||
} | } | ||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("sys_repair.php", "js/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> - 高级检测"; | $wecome_info = "<a href='sys_repair.php'>系统修复工具</a> - 高级检测"; | ||||
$win->AddTitle('系统修复工具用于检测和修复系统数据错误'); | $win->AddTitle('系统修复工具用于检测和修复系统数据错误'); | ||||
$msg = "<tr> | $msg = "<tr> | ||||
@@ -90,7 +90,7 @@ else if ($dopost == "query") { | |||||
echo "删除数据表或数据库的语句不允许在这里执行"; | echo "删除数据表或数据库的语句不允许在这里执行"; | ||||
exit(); | 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)) { | if (preg_match("#^select #i", $sqlquery)) { | ||||
$dsql->SetQuery($sqlquery); | $dsql->SetQuery($sqlquery); | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>搜索结果</title> | <title>搜索结果</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<table align="center" class="table maintable my-3"> | <table align="center" class="table maintable my-3"> | ||||
@@ -4,13 +4,13 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>添加广告</title> | <title>添加广告</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/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/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/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> | |||||
<style>.typetab{text-align:left}.typetab ul li{float:left;width:60px;height:28px;line-height:28px;border-radius:0.5rem 0.5rem 0 0;text-align:center;cursor:pointer}.typetab ul .act{background:#f5f5f5}</style> | <style>.typetab{text-align:left}.typetab ul li{float:left;width:60px;height:28px;line-height:28px;border-radius:0.5rem 0.5rem 0 0;text-align:center;cursor:pointer}.typetab ul .act{background:#f5f5f5}</style> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,13 +4,13 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改广告</title> | <title>修改广告</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/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/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="ad_edit.php" method="post" enctype="multipart/form-data"> | <form name="form1" action="ad_edit.php" method="post" enctype="multipart/form-data"> | ||||
@@ -5,9 +5,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>广告管理</title> | <title>广告管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form3" action="ad_main.php" method="get" id="form3"> | <form name="form3" action="ad_main.php" method="get" id="form3"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>广告分类管理</title> | <title>广告分类管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="adtype_main.php" method="post"> | <form name="form1" action="adtype_main.php" method="post"> | ||||
@@ -4,21 +4,21 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>发布图片模型</title> | <title>发布图片模型</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | |||||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||||
<link rel="stylesheet" href="css/albumupload.min.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/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>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="js/main.js"></script> | |||||
<script src="js/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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="album_add.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmitAlb();"> | <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" 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> | <button type="button" id="btnClearAll" class="btn btn-sm btn-success delete">清空</button> | ||||
</td> | </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> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -197,9 +197,9 @@ | |||||
<tr> | <tr> | ||||
<td width="120">表现方式:</td> | <td width="120">表现方式:</td> | ||||
<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> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -4,21 +4,21 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改图片模型</title> | <title>修改图片模型</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | |||||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||||
<link rel="stylesheet" href="css/albumupload.min.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/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>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="js/main.js"></script> | |||||
<script src="js/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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="album_edit.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmitAlb();"> | <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" 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> | <button type="button" id="btnClearAll" class="btn btn-success btn-sm">清空</button> | ||||
</td> | </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> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -188,9 +188,9 @@ | |||||
<tr> | <tr> | ||||
<td width="120">表现方式:</td> | <td width="120">表现方式:</td> | ||||
<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> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -4,19 +4,19 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>发布自定义文档模型</title> | <title>发布自定义文档模型</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | |||||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/daterangepicker.css"> | |||||
<link rel="stylesheet" href="/static/web/css/cropper.min.css"> | |||||
<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script> | <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="js/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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="archives_add.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmit()"> | <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" 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> | <button type="button" id="btnClearAll" class="btn btn-success delete">清空</button> | ||||
</td> | </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> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -4,19 +4,19 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改自定义文档模型</title> | <title>修改自定义文档模型</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | |||||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/daterangepicker.css"> | |||||
<link rel="stylesheet" href="/static/web/css/cropper.min.css"> | |||||
<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script> | <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="js/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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="archives_edit.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmit();"> | <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 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> | <button id="btnClearAll" type="button" class="btn btn-success btn-sm">清空</button> | ||||
</td> | </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> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -4,19 +4,19 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>发布分类模型</title> | <title>发布分类模型</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | |||||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/daterangepicker.css"> | |||||
<link rel="stylesheet" href="/static/web/css/cropper.min.css"> | |||||
<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script> | <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="js/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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="archives_sg_add.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmit()"> | <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" 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> | <button type="button" id="btnClearAll" class="btn btn-success btn-sm">清空</button> | ||||
</td> | </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> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -4,19 +4,19 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改分类模型</title> | <title>修改分类模型</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | |||||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/daterangepicker.css"> | |||||
<link rel="stylesheet" href="/static/web/css/cropper.min.css"> | |||||
<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script> | <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="js/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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="archives_sg_edit.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmit();"> | <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" 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> | <button type="button" id="btnClearAll" class="btn btn-success btn-sm">清空</button> | ||||
</td> | </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> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -4,19 +4,19 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>发布文档模型</title> | <title>发布文档模型</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | |||||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/daterangepicker.css"> | |||||
<link rel="stylesheet" href="/static/web/css/cropper.min.css"> | |||||
<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script> | <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="js/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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="article_add.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmit()"> | <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" 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> | <button type="button" id="btnClearAll" class="btn btn-success btn-sm">清空</button> | ||||
</td> | </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> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>自动摘要分页</title> | <title>自动摘要分页</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="article_description_main.php" name="form1" target="stafrm" method="post"> | <form action="article_description_main.php" name="form1" target="stafrm" method="post"> | ||||
@@ -4,19 +4,19 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改文档模型</title> | <title>修改文档模型</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/daterangepicker.css"> | |||||
<link rel="stylesheet" href="../static/web/css/cropper.min.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/daterangepicker.css"> | |||||
<link rel="stylesheet" href="/static/web/css/cropper.min.css"> | |||||
<script>const cfg_uplitpic_cut = '<?php echo $cfg_uplitpic_cut;?>';</script> | <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="js/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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="article_edit.php" method="post" enctype="multipart/form-data" onSubmit="return checkSubmit();"> | <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 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> | <button id="btnClearAll" type="button" class="btn btn-success btn-sm">清空</button> | ||||
</td> | </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> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>文档关键词维护</title> | <title>文档关键词维护</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form2" action="article_keywords_main.php"> | <form name="form2" action="article_keywords_main.php"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>关键词管理</title> | <title>关键词管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="article_keywords_main.php"> | <form name="form1" action="article_keywords_main.php"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>文档重复检测</title> | <title>文档重复检测</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form2" method="POST" action="article_test_same.php"> | <form name="form2" method="POST" action="article_test_same.php"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>文档重复检测</title> | <title>文档重复检测</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="article_test_same.php" name="form1" target="stafrm"> | <form action="article_test_same.php" name="form1" target="stafrm"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>生成积分</title> | <title>生成积分</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="cards_make.php" name="form1" target="stafrm"> | <form action="cards_make.php" name="form1" target="stafrm"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>积分产品管理</title> | <title>积分产品管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<table align="center" class="table maintable my-3"> | <table align="center" class="table maintable my-3"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>积分产品分类</title> | <title>积分产品分类</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="cards_type.php" method="post"> | <form name="form1" action="cards_type.php" method="post"> | ||||
@@ -4,12 +4,12 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>添加栏目</title> | <title>添加栏目</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="catalog_add.php" method="post" onSubmit="return checkSubmit()"> | <form name="form1" action="catalog_add.php" method="post" onSubmit="return checkSubmit()"> | ||||
@@ -4,12 +4,12 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>批量添加栏目</title> | <title>批量添加栏目</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="catalog_add.php" method="post"> | <form name="form1" action="catalog_add.php" method="post"> | ||||
@@ -4,12 +4,12 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改栏目</title> | <title>修改栏目</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="catalog_edit.php" method="post" onSubmit="return checkSubmit()"> | <form name="form1" action="catalog_edit.php" method="post" onSubmit="return checkSubmit()"> | ||||
@@ -4,13 +4,13 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>网站栏目管理</title> | <title>网站栏目管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<style>.admin-td{border-bottom:1px solid #dee2e6!important}</style> | <style>.admin-td{border-bottom:1px solid #dee2e6!important}</style> | ||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/webajax.js"></script> | |||||
<script src="js/catalog.js"></script> | |||||
<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> | </head> | ||||
<body> | <body> | ||||
<table align="center" class="table maintable my-3"> | <table align="center" class="table maintable my-3"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>文档自定义属性</title> | <title>文档自定义属性</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="content_att.php" method="post"> | <form name="form1" action="content_att.php" method="post"> | ||||
@@ -4,13 +4,13 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>文档批量维护</title> | <title>文档批量维护</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/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/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="content_batchup_action.php" target="stafrm" method="post"> | <form name="form1" action="content_batchup_action.php" target="stafrm" method="post"> | ||||
@@ -4,17 +4,17 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>图片文档列表</title> | <title>图片文档列表</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/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="js/main.js"></script> | |||||
<script src="js/list.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/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> | </head> | ||||
<body> | <body> | ||||
<table align="center" class="table maintable my-3"> | <table align="center" class="table maintable my-3"> | ||||
@@ -4,17 +4,17 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>所有文档列表</title> | <title>所有文档列表</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/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="js/main.js"></script> | |||||
<script src="js/list.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/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> | </head> | ||||
<body> | <body> | ||||
<table align="center" class="table maintable my-3"> | <table align="center" class="table maintable my-3"> | ||||
@@ -4,14 +4,14 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>专题列表</title> | <title>专题列表</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/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="js/list.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/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> | </head> | ||||
<body> | <body> | ||||
<table align="center" class="table maintable my-3"> | <table align="center" class="table maintable my-3"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>选择文档</title> | <title>选择文档</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form3" action="content_select_list.php" method="get"> | <form name="form3" action="content_select_list.php" method="get"> | ||||
@@ -4,17 +4,17 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>单表文档列表</title> | <title>单表文档列表</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/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="js/main.js"></script> | |||||
<script src="js/list.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/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> | </head> | ||||
<body> | <body> | ||||
<table align="center" class="table maintable my-3"> | <table align="center" class="table maintable my-3"> | ||||
@@ -4,12 +4,12 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>添加自定义表单</title> | <title>添加自定义表单</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="diy_add.php?action=add" method="post" onSubmit="return checkSubmit();"> | <form name="form1" action="diy_add.php?action=add" method="post" onSubmit="return checkSubmit();"> | ||||
@@ -4,12 +4,12 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改自定义表单</title> | <title>修改自定义表单</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="diy_edit.php" method="post" onSubmit="return checkSubmit();"> | <form name="form1" action="diy_edit.php" method="post" onSubmit="return checkSubmit();"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改自定义表单数据</title> | <title>修改自定义表单数据</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <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"> | <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 charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>添加自定义表单字段</title> | <title>添加自定义表单字段</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<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> | |||||
<style>.nw{float:left;width:160px}.cls{clear:both}</style> | <style>.nw{float:left;width:160px}.cls{clear:both}</style> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,12 +4,12 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改自定义表单字段</title> | <title>修改自定义表单字段</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<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> | |||||
<style>.nw{float:left;width:160px}.cls{clear:both}</style> | <style>.nw{float:left;width:160px}.cls{clear:both}</style> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title><?php echo $diy->name;?></title> | <title><?php echo $diy->name;?></title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="diy_list.php" method="post"> | <form action="diy_list.php" method="post"> | ||||
@@ -5,9 +5,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>自定义表单管理</title> | <title>自定义表单管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<table align="center" class="table maintable my-3"> | <table align="center" class="table maintable my-3"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title><?php echo $diy->name;?></title> | <title><?php echo $diy->name;?></title> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/webajax.js"></script> | |||||
<script src="js/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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="diy_list.php" method="post"> | <form name="form1" action="diy_list.php" method="post"> | ||||
@@ -5,9 +5,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>文档错误管理</title> | <title>文档错误管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form2"> | <form name="form2"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改评论</title> | <title>修改评论</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form1" method="post" action="feedback_edit.php"> | <form name="form1" method="post" action="feedback_edit.php"> | ||||
@@ -4,12 +4,12 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>评论管理</title> | <title>评论管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<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> | </head> | ||||
<body> | <body> | ||||
<form name="form1"> | <form name="form1"> | ||||
@@ -4,20 +4,20 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>新建/修改文件</title> | <title>新建/修改文件</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="css/codemirror.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/codemirror.js"></script> | |||||
<script src="js/mode/xml/xml.js"></script> | |||||
<script src="js/mode/javascript/javascript.js"></script> | |||||
<script src="js/mode/css/css.js"></script> | |||||
<script src="js/mode/php/php.js"></script> | |||||
<script src="js/mode/clike/clike.js"></script> | |||||
<script src="js/mode/htmlmixed/htmlmixed.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/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> | </head> | ||||
<body> | <body> | ||||
<form method="POST" action="file_manage_control.php" name=form1 onSubmit="return Post()"> | <form method="POST" action="file_manage_control.php" name=form1 onSubmit="return Post()"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>文件管理器</title> | <title>文件管理器</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<table align="center" class="table maintable icon my-3"> | <table align="center" class="table maintable icon my-3"> | ||||
@@ -48,7 +48,7 @@ | |||||
} | } | ||||
$tmp = preg_replace("#[\/][^\/]*$#i","",$activepath); | $tmp = preg_replace("#[\/][^\/]*$#i","",$activepath); | ||||
$line = "\n<tr> | $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> | <td colspan='3'>当前目录:$activepath</td> | ||||
</tr>"; | </tr>"; | ||||
$dirs[] = $line; | $dirs[] = $line; | ||||
@@ -56,7 +56,7 @@ | |||||
if (preg_match("#^_(.*)$#i",$file)) continue; | if (preg_match("#^_(.*)$#i",$file)) continue; | ||||
if (preg_match("#^\.(.*)$#i",$file)) continue; | if (preg_match("#^\.(.*)$#i",$file)) continue; | ||||
$line = "\n<tr> | $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></td> | <td></td> | ||||
<td align='left'> | <td align='left'> | ||||
@@ -91,7 +91,7 @@ | |||||
$files[] = $line; | $files[] = $line; | ||||
} else if (preg_match("#\.(swf|fla|fly)#i",$file)) { | } else if (preg_match("#\.(swf|fla|fly)#i",$file)) { | ||||
$line = "\n<tr> | $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>$filesize KB</td> | ||||
<td>$filetime</td> | <td>$filetime</td> | ||||
<td align='left'> | <td align='left'> | ||||
@@ -103,7 +103,7 @@ | |||||
$files[] = $line; | $files[] = $line; | ||||
} else if (preg_match("#\.(zip|rar|tar.gz)#i",$file)) { | } else if (preg_match("#\.(zip|rar|tar.gz)#i",$file)) { | ||||
$line = "\n<tr> | $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>$filesize KB</td> | ||||
<td>$filetime</td> | <td>$filetime</td> | ||||
<td align='left'> | <td align='left'> | ||||
@@ -115,7 +115,7 @@ | |||||
$files[] = $line; | $files[] = $line; | ||||
} else if (preg_match("#\.(exe)#i",$file)) { | } else if (preg_match("#\.(exe)#i",$file)) { | ||||
$line = "\n<tr> | $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>$filesize KB</td> | ||||
<td>$filetime</td> | <td>$filetime</td> | ||||
<td align='left'> | <td align='left'> | ||||
@@ -127,7 +127,7 @@ | |||||
$files[] = $line; | $files[] = $line; | ||||
} else if (preg_match("#\.(mp3|wma)#i",$file)) { | } else if (preg_match("#\.(mp3|wma)#i",$file)) { | ||||
$line = "\n<tr > | $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>$filesize KB</td> | ||||
<td>$filetime</td> | <td>$filetime</td> | ||||
<td align='left'> | <td align='left'> | ||||
@@ -139,7 +139,7 @@ | |||||
$files[] = $line; | $files[] = $line; | ||||
} else if (preg_match("#\.(wmv|api)#i",$file)) { | } else if (preg_match("#\.(wmv|api)#i",$file)) { | ||||
$line = "\n<tr> | $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>$filesize KB</td> | ||||
<td>$filetime</td> | <td>$filetime</td> | ||||
<td align='left'> | <td align='left'> | ||||
@@ -151,7 +151,7 @@ | |||||
$files[] = $line; | $files[] = $line; | ||||
} else if (preg_match("#\.(rm|rmvb)#i",$file)) { | } else if (preg_match("#\.(rm|rmvb)#i",$file)) { | ||||
$line = "\n<tr> | $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>$filesize KB</td> | ||||
<td>$filetime</td> | <td>$filetime</td> | ||||
<td align='left'> | <td align='left'> | ||||
@@ -164,7 +164,7 @@ | |||||
} else if (preg_match("#\.(txt|inc|pl|cgi|asp|xml|xsl|aspx|cfm)#",$file)) { | } 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); | $edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); | ||||
$line = "\n<tr> | $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>$filesize KB</td> | ||||
<td>$filetime</td> | <td>$filetime</td> | ||||
<td align='left'> | <td align='left'> | ||||
@@ -178,7 +178,7 @@ | |||||
} else if (preg_match("#\.(htm|html)#i",$file)) { | } else if (preg_match("#\.(htm|html)#i",$file)) { | ||||
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); | $edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); | ||||
$line = "\n<tr> | $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>$filesize KB</td> | ||||
<td>$filetime</td> | <td>$filetime</td> | ||||
<td align='left'> | <td align='left'> | ||||
@@ -192,7 +192,7 @@ | |||||
} else if (preg_match("#\.(php)#i",$file)) { | } else if (preg_match("#\.(php)#i",$file)) { | ||||
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); | $edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); | ||||
$line = "\n<tr> | $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>$filesize KB</td> | ||||
<td>$filetime</td> | <td>$filetime</td> | ||||
<td align='left'> | <td align='left'> | ||||
@@ -206,7 +206,7 @@ | |||||
} else if (preg_match("#\.(js)#i",$file)) { | } else if (preg_match("#\.(js)#i",$file)) { | ||||
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); | $edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); | ||||
$line = "\n<tr> | $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>$filesize KB</td> | ||||
<td>$filetime</td> | <td>$filetime</td> | ||||
<td align='left'> | <td align='left'> | ||||
@@ -220,7 +220,7 @@ | |||||
} else if (preg_match("#\.(css)#i",$file)) { | } else if (preg_match("#\.(css)#i",$file)) { | ||||
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); | $edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); | ||||
$line = "\n<tr> | $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>$filesize KB</td> | ||||
<td>$filetime</td> | <td>$filetime</td> | ||||
<td align='left'> | <td align='left'> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>文件上传</title> | <title>文件上传</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form method="POST" enctype="multipart/form-data" action="file_manage_control.php" name="form1"> | <form method="POST" enctype="multipart/form-data" action="file_manage_control.php" name="form1"> | ||||
@@ -4,18 +4,18 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>添加自由列表</title> | <title>添加自由列表</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="css/codemirror.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/codemirror.js"></script> | |||||
<script src="js/mode/xml/xml.js"></script> | |||||
<script src="js/mode/javascript/javascript.js"></script> | |||||
<script src="js/mode/css/css.js"></script> | |||||
<script src="js/mode/htmlmixed/htmlmixed.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/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> | </head> | ||||
<body> | <body> | ||||
<div id="list1" style="display:none"><p><a href="[field:arcurl/]">[field:title/]</a></p></div> | <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"> | <table class="w-100 table-borderless"> | ||||
<tr> | <tr> | ||||
<td width="25%"> | <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> | ||||
<td width="25%"> | <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> | ||||
<td width="25%"> | <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> | ||||
<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> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -4,18 +4,18 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改自由列表</title> | <title>修改自由列表</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="css/codemirror.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/codemirror.js"></script> | |||||
<script src="js/mode/xml/xml.js"></script> | |||||
<script src="js/mode/javascript/javascript.js"></script> | |||||
<script src="js/mode/css/css.js"></script> | |||||
<script src="js/mode/htmlmixed/htmlmixed.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="freelist_edit.php" method="post" onSubmit="return CheckSubmit();"> | <form name="form1" action="freelist_edit.php" method="post" onSubmit="return CheckSubmit();"> | ||||
@@ -4,12 +4,12 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>自由列表管理</title> | <title>自由列表管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/webajax.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<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> | <script> | ||||
var pageno = 1; | var pageno = 1; | ||||
var totalrow = parseInt('<?php echo $totalRow;?>'); | var totalrow = parseInt('<?php echo $totalRow;?>'); | ||||
@@ -4,12 +4,12 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>添加友情链接</title> | <title>添加友情链接</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="friendlink_add.php" method="post" enctype="multipart/form-data" onSubmit="return CheckSubmit();"> | <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 charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>友情链接修改</title> | <title>友情链接修改</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="friendlink_edit.php" method="post" enctype="multipart/form-data" name="form1"> | <form action="friendlink_edit.php" method="post" enctype="multipart/form-data" name="form1"> | ||||
@@ -5,12 +5,12 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>友情链接管理</title> | <title>友情链接管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<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> | </head> | ||||
<body> | <body> | ||||
<form action="friendlink_main.php" name="form1" method="get"> | <form action="friendlink_main.php" name="form1" method="get"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>网站类型管理</title> | <title>网站类型管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="friendlink_type.php" method="post"> | <form name="form1" action="friendlink_type.php" method="post"> | ||||
@@ -6,11 +6,11 @@ | |||||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | ||||
<meta name="robots" content="noindex,nofollow"> | <meta name="robots" content="noindex,nofollow"> | ||||
<title><?php echo $cfg_webname;?>后台管理</title> | <title><?php echo $cfg_webname;?>后台管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<script src="/static/web/js/jquery.min.js"></script> | |||||
<script src="/static/web/js/admin.main.js"></script> | |||||
</head> | </head> | ||||
<body class="menu-show"> | <body class="menu-show"> | ||||
<?php if (preg_match('/MSIE/i',$_SERVER['HTTP_USER_AGENT']) || preg_match('/Trident/i',$_SERVER['HTTP_USER_AGENT'])) {?> | <?php if (preg_match('/MSIE/i',$_SERVER['HTTP_USER_AGENT']) || preg_match('/Trident/i',$_SERVER['HTTP_USER_AGENT'])) {?> | ||||
@@ -4,17 +4,17 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>仪表盘</title> | <title>仪表盘</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<script>const cfg_biz_dedebizUrl = '<?php echo $cfg_biz_dedebizUrl;?>'; const cfg_webname = '<?php echo $cfg_webname;?>';</script> | <script>const cfg_biz_dedebizUrl = '<?php echo $cfg_biz_dedebizUrl;?>'; const cfg_webname = '<?php echo $cfg_webname;?>';</script> | ||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="../static/web/js/webajax.js"></script> | |||||
<script src="../static/web/js/chart.min.js"></script> | |||||
<script src="js/body.js"></script> | |||||
<script src="js/update.js"></script> | |||||
<script src="js/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"> | <base target="_self"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,10 +4,10 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>侧边菜单</title> | <title>侧边菜单</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.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> | </head> | ||||
<body class="menu-box"> | <body class="menu-box"> | ||||
<div class="menu-body"> | <div class="menu-body"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>系统日志列表</title> | <title>系统日志列表</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="formsearch"> | <form name="formsearch"> | ||||
@@ -6,11 +6,11 @@ | |||||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | ||||
<meta name="robots" content="noindex,nofollow"> | <meta name="robots" content="noindex,nofollow"> | ||||
<title><?php echo $cfg_webname;?>后台登录</title> | <title><?php echo $cfg_webname;?>后台登录</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/login.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<script src="/static/web/js/jquery.min.js"></script> | |||||
<script src="/static/web/js/login.js"></script> | |||||
</head> | </head> | ||||
<body class="body-bg"> | <body class="body-bg"> | ||||
<?php if (preg_match('/MSIE/i',$_SERVER['HTTP_USER_AGENT']) || preg_match('/Trident/i',$_SERVER['HTTP_USER_AGENT'])) {?> | <?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="container"> | ||||
<div class="row align-items-center"> | <div class="row align-items-center"> | ||||
<div class="col-6 col-md-4"> | <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> | ||||
<div class="col-6 col-md-8"> | <div class="col-6 col-md-8"> | ||||
<div class="d-flex justify-content-end text-right"> | <div class="d-flex justify-content-end text-right"> | ||||
@@ -4,13 +4,13 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>更新整站</title> | <title>更新整站</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="../static/web/css/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/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="makehtml_all.php" target="stafrm" method="post"> | <form name="form1" action="makehtml_all.php" target="stafrm" method="post"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>更新文档</title> | <title>更新文档</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form2" action="content_list.php" method="get" target="stafrm"> | <form name="form2" action="content_list.php" method="get" target="stafrm"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>更新自由列表</title> | <title>更新自由列表</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="makehtml_freelist_action.php" method="get" target="stafrm"> | <form name="form1" action="makehtml_freelist_action.php" method="get" target="stafrm"> | ||||
@@ -4,11 +4,11 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>更新首页</title> | <title>更新首页</title> | ||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="js/main.js"></script> | |||||
<script src="/static/web/js/jquery.min.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<script src="/static/web/js/admin.main.js"></script> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="makehtml_homepage.php" target="stafrm" method="post"> | <form name="form1" action="makehtml_homepage.php" target="stafrm" method="post"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>更新栏目</title> | <title>更新栏目</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="makehtml_list_action.php" method="get" target="stafrm"> | <form name="form1" action="makehtml_list_action.php" method="get" target="stafrm"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>更新专题</title> | <title>更新专题</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="makehtml_spec.php" method="get" target="stafrm"> | <form name="form1" action="makehtml_spec.php" method="get" target="stafrm"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>更新标签</title> | <title>更新标签</title> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="makehtml_tag_action_list.php" method="get" target="stafrm"> | <form name="form1" action="makehtml_tag_action_list.php" method="get" target="stafrm"> | ||||
@@ -4,12 +4,12 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>添加附件</title> | <title>添加附件</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="media_add.php" method="post" enctype="multipart/form-data" onSubmit="return CheckSubmit();"> | <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 charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改附件</title> | <title>修改附件</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<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> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="media_edit.php" method="post" enctype="multipart/form-data" onSubmit="return CheckSubmit();"> | <form name="form1" action="media_edit.php" method="post" enctype="multipart/form-data" onSubmit="return CheckSubmit();"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>附件管理</title> | <title>附件管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="forms" method="post" action="media_main.php"> | <form name="forms" method="post" action="media_main.php"> | ||||
@@ -4,12 +4,12 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>修改会员</title> | <title>修改会员</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<script src="../static/web/js/jquery.min.js"></script> | |||||
<script src="../static/web/js/bootstrap.min.js"></script> | |||||
<script src="js/main.js"></script> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<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> | </head> | ||||
<body> | <body> | ||||
<form name="form2" action="member_do.php" method="post" onSubmit="return checkSubmit();"> | <form name="form2" action="member_do.php" method="post" onSubmit="return checkSubmit();"> | ||||
@@ -5,9 +5,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>所有会员列表</title> | <title>所有会员列表</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
<script src="js/user.js"></script> | <script src="js/user.js"></script> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>会员消费记录</title> | <title>会员消费记录</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form2" method="get" action="member_operations.php"> | <form name="form2" method="get" action="member_operations.php"> | ||||
@@ -5,9 +5,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>会员短信管理</title> | <title>会员短信管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="member_pm.php" name="form1" method="get"> | <form action="member_pm.php" name="form1" method="get"> | ||||
@@ -4,9 +4,9 @@ | |||||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>会员短信管理</title> | <title>会员短信管理</title> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<link rel="stylesheet" href="/static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="member_pm.php" name="form1" method="get"> | <form action="member_pm.php" name="form1" method="get"> | ||||