@@ -94,9 +94,9 @@ function DoRand(jobname) | |||
<tr> | |||
<td height='26'> | |||
如果您想对旧的文章应用随机模板设置,请点击此对旧文章进行处理(必须设置好模板项) | |||
<a href='#' onclick='DoRand(\"makeold\")' class='btn btn-success btn-sm'>设置全部</a> | |||
<a href='#' onclick='DoRand(\"clearold\")' class='btn btn-success btn-sm'>取消全部</a> | |||
<span id='tmpct' style='color:#dc3545;font-weight:bold'>$okmsg</span> | |||
<a href='#' onclick='DoRand(\"makeold\")' class='btn btn-success btn-sm'>设置全部</a> | |||
<a href='#' onclick='DoRand(\"clearold\")' class='btn btn-success btn-sm'>取消全部</a> | |||
<span id='tmpct' style='color:#dc3545;font-weight:bold'>$okmsg</span> | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -215,7 +215,7 @@ else if ($action == 'setup') { | |||
</td> | |||
</tr> | |||
</table>"; | |||
$win->AddMsgItem("<div style='padding-left:10px;line-height:150%'>$msg</div>"); | |||
$win->AddMsgItem("<div style='padding-left:10px;line-height:26px'>$msg</div>"); | |||
$winform = $win->GetWindow("ok", ""); | |||
$win->Display(); | |||
$dm->Clear(); | |||
@@ -327,7 +327,7 @@ else if ($action == 'del') { | |||
<td height='26' colspan='2'>删除模块仅删除这个模块的安装包文件,如果您已经安装,请执行<a href='module_main.php?hash={$hash}&action=uninstall'>卸载程序</a>来删除</td> | |||
</tr> | |||
</table>"; | |||
$win->AddMsgItem("<div style='padding-left:10px;line-height:150%'>$msg</div>"); | |||
$win->AddMsgItem("<div style='padding-left:10px;line-height:26px'>$msg</div>"); | |||
$winform = $win->GetWindow("ok", ""); | |||
$win->Display(); | |||
$dm->Clear(); | |||
@@ -405,7 +405,7 @@ else if ($action == 'uninstall') { | |||
</td> | |||
</tr> | |||
</table>"; | |||
$win->AddMsgItem("<div style='padding-left:10px;line-height:150%'>$msg</div>"); | |||
$win->AddMsgItem("<div style='padding-left:10px;line-height:26px'>$msg</div>"); | |||
$winform = $win->GetWindow("ok", ""); | |||
$win->Display(); | |||
$dm->Clear(); | |||
@@ -461,7 +461,7 @@ else if ($action == 'showreadme') { | |||
$win->Init("module_main.php", "js/blank.js", "post"); | |||
$wecome_info = "模块管理"; | |||
$win->AddTitle("<a href='module_main.php'>模块管理</a> > 使用说明:"); | |||
$win->AddMsgItem("<div style='padding-left:10px;line-height:150%'>$msg</div>"); | |||
$win->AddMsgItem("<div style='padding-left:10px;line-height:26px'>$msg</div>"); | |||
$winform = $win->GetWindow("hand"); | |||
$win->Display(); | |||
exit(); | |||
@@ -539,7 +539,7 @@ else if ($action == 'view') { | |||
</td> | |||
</tr> | |||
</table>"; | |||
$win->AddMsgItem("<div style='padding-left:10px;line-height:150%'>$msg</div>"); | |||
$win->AddMsgItem("<div style='padding-left:10px;line-height:26px'>$msg</div>"); | |||
$winform = $win->GetWindow('hand', ''); | |||
$win->Display(); | |||
$dm->Clear(); | |||
@@ -99,7 +99,7 @@ else if ($action == 'make') { | |||
move_uploaded_file($readme, $mdir."/{$hashcode}-r.html") or die("您没填写说明或上传说明文件"); | |||
$readmef = $dm->GetEncodeFile($mdir."/{$hashcode}-r.html", TRUE); | |||
} else { | |||
$readmetxt = "<p style='line-height:150%'>".$readmetxt; | |||
$readmetxt = "<p style='line-height:26px'>".$readmetxt; | |||
$readmetxt = preg_replace("#[\r\n]{1,}#", "<br>\r\n", $readmetxt); | |||
$readmetxt .= "</p>"; | |||
$readmef = base64_encode(trim($readmetxt)); | |||
@@ -95,7 +95,7 @@ if ($action == 'upload') { | |||
<td width='504'><input name='upfile' type='file' id='upfile' style='width:380px' /></td> | |||
</tr> | |||
</table>"; | |||
$win->AddMsgItem("<div style='padding-left:20px;line-height:150%;'>$msg</div>"); | |||
$win->AddMsgItem("<div style='line-height:26px'>$msg</div>"); | |||
$winform = $win->GetWindow('ok', ''); | |||
$win->Display(); | |||
exit(); |
@@ -22,7 +22,7 @@ $dlist->display(); | |||
function GetSta($sta, $id) | |||
{ | |||
if ($sta == 1) { | |||
return ($id != -1 ? "启用 > <a href='mychannel_edit.php?dopost=hide&id=$id'>禁用</a>" : "固定项目"); | |||
return ($id != -1 ? "启用 > <a href='mychannel_edit.php?dopost=hide&id=$id'>禁用</a>" : "固定项目"); | |||
} else { | |||
return "禁用 > <a href='mychannel_edit.php?dopost=show&id=$id'>启用</a>"; | |||
} | |||
@@ -20,7 +20,7 @@ $dlist->display(); | |||
function GetSta($sta, $id, $title) | |||
{ | |||
if ($sta == 1) { | |||
return " <a href='plus_edit.php?dopost=edit&aid=$id'>修改</a> 启用 > <a href='plus_edit.php?dopost=hide&aid=$id'>禁用</a> <a href='plus_edit.php?dopost=delete&aid=$id&title=".urlencode($title)."'>删除</a>"; | |||
return " <a href='plus_edit.php?dopost=edit&aid=$id'>修改</a> 启用 > <a href='plus_edit.php?dopost=hide&aid=$id'>禁用</a> <a href='plus_edit.php?dopost=delete&aid=$id&title=".urlencode($title)."'>删除</a>"; | |||
} else { | |||
return " <a href='plus_edit.php?aid=$id'>修改</a> 禁用 > <a href='plus_edit.php?dopost=show&aid=$id'>启用</a> <a href='plus_edit.php?dopost=delete&aid=$id&title=".urlencode($title)."'>册除</a>"; | |||
} |
@@ -38,7 +38,7 @@ if ($action == 'setdefault') { | |||
您目前想要进行的操作:<a href='public_guide.php'>转到默认发布表单</a> <a href='public_guide.php?action=edit'>返回发布向导页</a> | |||
"; | |||
} | |||
$win->AddMsgItem("<div style='padding-left:20px;line-height:150%'>$msg</div>"); | |||
$win->AddMsgItem("<div style='line-height:26px'>$msg</div>"); | |||
$winform = $win->GetWindow("hand"); | |||
$win->Display(); | |||
exit(); | |||
@@ -32,13 +32,13 @@ if (empty($dopost)) { | |||
4、检测微表与主表数据一致性<br> | |||
<br> | |||
<br> | |||
<a href='sys_repair.php?dopost=1' class='btn btn-danger'>点击此开始进行常规检测></a> | |||
<a href='sys_repair.php?dopost=1' class='btn btn-danger'>常规检测</a> | |||
<br><br><br> | |||
</td> | |||
</tr> | |||
</table> | |||
"; | |||
$win->AddMsgItem("<div style='padding-left:20px;line-height:150%'>$msg</div>"); | |||
$win->AddMsgItem("<div style='line-height:26px'>$msg</div>"); | |||
$winform = $win->GetWindow('hand', ''); | |||
$win->Display(); | |||
exit(); | |||
@@ -65,13 +65,13 @@ else if ($dopost == 1) { | |||
2、更新数据库archives表时出错<br> | |||
3、列表显示数据目与实际文档数不一致<br> | |||
<br> | |||
<a href='sys_repair.php?dopost=2' class='btn btn-danger'>点击此检测微表正确性></a> | |||
<a href='sys_repair.php?dopost=2' class='btn btn-danger'>检测数据</a> | |||
<br><br><br> | |||
</td> | |||
</tr> | |||
</table> | |||
"; | |||
$win->AddMsgItem("<div style='padding-left:20px;line-height:150%'>$msg</div>"); | |||
$win->AddMsgItem("<div style='line-height:26px'>$msg</div>"); | |||
$winform = $win->GetWindow('hand', ''); | |||
$win->Display(); | |||
exit(); | |||
@@ -104,11 +104,11 @@ else if ($dopost == 2) { | |||
} | |||
} | |||
$msg .= "※总有效记录数:{$allarcnum} <br> "; | |||
$errall = "<a href='index_body.php' style='font-size:14px;'>完成修正或无错误返回></a>"; | |||
$errall = "<a href='index_body.php' class='btn btn-success'>完成修正</a>"; | |||
$row = $dsql->GetOne("SELECT COUNT(*) AS dd FROM `#@__arctiny` "); | |||
$msg .= "※微统计表记录数:{$row['dd']}<br>"; | |||
if ($row['dd'] == $allarcnum) { | |||
$msg .= "<p style='color:green;font-size:16px'>两者记录一致,无需修正</p><br>"; | |||
$msg .= "<p style='color:green'>两者记录一致,无需修正</p><br>"; | |||
} else { | |||
$sql = " TRUNCATE TABLE `#@__arctiny`"; | |||
$dsql->ExecuteNoneQuery($sql); | |||
@@ -126,10 +126,10 @@ else if ($dopost == 2) { | |||
} | |||
$row = $dsql->GetOne("SELECT COUNT(*) AS dd FROM `#@__arctiny` "); | |||
if ($row['dd'] == $allarcnum) { | |||
$msg .= "<p style='color:green;font-size:16px'>修正记录成功</p><br>"; | |||
$msg .= "<p style='color:green>修正记录成功</p><br>"; | |||
} else { | |||
$msg .= "<p style='color:#dc3545;font-size:16px'>修正记录失败,建议进行高级综合检测</p><br>"; | |||
$errall = " <a href='sys_repair.php?dopost=3' class='btn btn-danger'>进行高级结合性检测></a> "; | |||
$msg .= "<p style='color:#dc3545'>修正记录失败,建议进行高级综合检测</p><br>"; | |||
$errall = " <a href='sys_repair.php?dopost=3' class='btn btn-danger'>结合性检测</a> "; | |||
} | |||
} | |||
UpDateCatCache(); | |||
@@ -150,7 +150,7 @@ else if ($dopost == 2) { | |||
</tr> | |||
</table> | |||
"; | |||
$win->AddMsgItem("<div style='padding-left:20px;line-height:150%'>$msg</div>"); | |||
$win->AddMsgItem("<div style='line-height:26px'>$msg</div>"); | |||
$winform = $win->GetWindow('hand', ''); | |||
$win->Display(); | |||
exit(); | |||
@@ -195,7 +195,7 @@ else if ($dopost == 3) { | |||
} | |||
} | |||
$win = new OxWindow(); | |||
$win->Init("sys_repair.php", "js/blank.js", "POST' enctype='multipart/form-data' "); | |||
$win->Init("sys_repair.php", "js/blank.js", "POST' enctype='multipart/form-data'"); | |||
$win->mainTitle = "系统修复工具"; | |||
$wecome_info = "<a href='sys_repair.php'>系统错误修复工具</a> > 高级综合检测修复"; | |||
$win->AddTitle('本工具用于检测和修复您的系统可能存在的错误'); | |||
@@ -206,13 +206,13 @@ else if ($dopost == 3) { | |||
完成所有修复操作,移除错误记录 {$errnum} 条 | |||
<hr /> | |||
<br> | |||
<a href='index_body.php' class='btn btn-success'>完成修正或无错误返回></a> | |||
<a href='index_body.php' class='btn btn-success'>完成修正</a> | |||
</td> | |||
</tr> | |||
</table> | |||
"; | |||
$win->AddMsgItem("<div style='padding-left:20px;line-height:150%'>$msg</div>"); | |||
$win->AddMsgItem("<div style='line-height:26px'>$msg</div>"); | |||
$winform = $win->GetWindow('hand', ''); | |||
$win->Display(); | |||
exit(); | |||
} | |||
} |
@@ -26,7 +26,7 @@ foreach ($filelist as $key => $ff) { | |||
$alter = ""; | |||
if (count($offFiles) == 0) { | |||
$alter = ' | |||
<div class="alert alert-danger maintable mb-2" style="margin:0 auto;" role="alert">无法同官方网站文件服务器通信,校验时候无法保证本地文件是否同官方服务器文件是否一致</div>'; | |||
<div class="alert alert-danger maintable mb-2" style="margin:0 auto;">无法同官方网站文件服务器通信,校验时候无法保证本地文件是否同官方服务器文件是否一致</div>'; | |||
} | |||
function TestOneFile($f) | |||
{ | |||
@@ -256,9 +256,6 @@ table{border-collapse:separate} | |||
<tr> | |||
<td><?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield'); ?></td> | |||
</tr> | |||
<tr> | |||
<td height="26" bgcolor="#f8f8f8" class="bline2"> 图集选项:</td> | |||
</tr> | |||
<tr> | |||
<td height="26" colspan="4" class="bline"> | |||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
@@ -471,7 +468,7 @@ table{border-collapse:separate} | |||
</table> | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> | |||
<tr height="36"> | |||
<td style="padding:.6rem"> | |||
<td align="center" style="padding:.6rem"> | |||
<button type="submit" class="btn btn-success">保存</button> | |||
<button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
</td> | |||
@@ -351,9 +351,6 @@ table{border-collapse:separate} | |||
</table> | |||
<!--高级参数--> | |||
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="adset" style="border:1px solid #dee2e6;background:#ffffff;display:none"> | |||
<tr> | |||
<td height="26" bgcolor="#f8f8f8" class="bline2"> 图集选项:</td> | |||
</tr> | |||
<tr> | |||
<td height="26" colspan="4" class="bline"> | |||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
@@ -393,8 +390,7 @@ table{border-collapse:separate} | |||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 每页图片数:</td> | |||
<td><input name='pagepicnum' id='pagpicnum' size='10' value='<?php echo $pagepicnum; ?>' /> | |||
单页多图显示需要设置此参数,这种模式下系统不会为每张图单独生成缩略图 </td> | |||
<td><input name='pagepicnum' id='pagpicnum' size='10' value='<?php echo $pagepicnum; ?>' /> 单页多图显示需要设置此参数,这种模式下系统不会为每张图单独生成缩略图</td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -452,10 +448,8 @@ table{border-collapse:separate} | |||
</td> | |||
</tr> | |||
<tr> | |||
<td height="26" bgcolor="#f8f8f8" class="bline2"> 原有图片:</td> | |||
</tr> | |||
<tr> | |||
<td height="26" colspan="4" class="bline"><table width='100%'> | |||
<td height="26" colspan="4" class="bline"> | |||
<table width='100%'> | |||
<tr> | |||
<td> | |||
<div id="thumbnailsEdit"> | |||
@@ -500,7 +494,8 @@ table{border-collapse:separate} | |||
</td> | |||
</tr> | |||
<tr> | |||
<td height="26" colspan="4" class="bline" style="background:#f8f8f8;"><table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
<td height="26" colspan="4" class="bline" style="background:#f8f8f8"> | |||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="90"> 增加新图片:</td> | |||
<td><span class="btn btn-success btn-sm fileinput-button"><i class="glyphicon glyphicon-plus"></i>选择本地图片(支持多选)<input type="file" name="files[]" id="iptAlbumImages" multiple></span></td> | |||
@@ -523,7 +518,7 @@ table{border-collapse:separate} | |||
</table> | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> | |||
<tr height="36"> | |||
<td style="padding:.6rem"> | |||
<td align="center" style="padding:.6rem"> | |||
<button type="submit" class="btn btn-success">保存</button> | |||
<button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
</td> | |||
@@ -358,7 +358,7 @@ table{border-collapse:separate} | |||
</table> | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> | |||
<tr height="36"> | |||
<td style="padding:.6rem"> | |||
<td align="center" style="padding:.6rem"> | |||
<button type="submit" class="btn btn-success">保存</button> | |||
<button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
</td> | |||
@@ -348,7 +348,7 @@ table{border-collapse:separate} | |||
</table> | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> | |||
<tr height="36"> | |||
<td style="padding:.6rem"> | |||
<td align="center" style="padding:.6rem"> | |||
<button type="submit" class="btn btn-success">保存</button> | |||
<button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
</td> | |||
@@ -163,7 +163,7 @@ table{border-collapse:separate} | |||
</table> | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> | |||
<tr height="36"> | |||
<td style="padding:.6rem"> | |||
<td align="center" style="padding:.6rem"> | |||
<button type="submit" class="btn btn-success">保存</button> | |||
<button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
</td> | |||
@@ -165,7 +165,7 @@ table{border-collapse:separate} | |||
</table> | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> | |||
<tr height="36"> | |||
<td style="padding:.6rem"> | |||
<td align="center" style="padding:.6rem"> | |||
<button type="submit" class="btn btn-success">保存</button> | |||
<button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
</td> | |||
@@ -246,13 +246,6 @@ table{border-collapse:separate} | |||
<tr> | |||
<td colspan="2"><?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield'); ?></td> | |||
</tr> | |||
<tr> | |||
<td height="26" colspan="2" bgcolor="#f8f8f8" class="bline2"> | |||
<div style="float:left;line-height:26px"> 文章内容:</div> | |||
<div style="float:right;padding-right:10px"><button type="button" onClick="location.reload();" class="btn btn-success">重置</button></div> | |||
<div style="float:right;padding-right:10px"><button type="submit" class="btn btn-success">保存</button></div> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td width="100%" height="26" colspan="2" class="bline"> | |||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
@@ -412,7 +405,7 @@ table{border-collapse:separate} | |||
</table> | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> | |||
<tr height="36"> | |||
<td style="padding:.6rem"> | |||
<td align="center" style="padding:.6rem"> | |||
<button type="submit" class="btn btn-success">保存</button> | |||
<button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
</td> | |||
@@ -243,9 +243,6 @@ table{border-collapse:separate} | |||
?> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td height="26" colspan="2" bgcolor="#f8f8f8" class="bline2"> 文章内容:</td> | |||
</tr> | |||
<tr> | |||
<td width="400%" height="26" colspan="2" class="bline"> | |||
<table width="800" border="0" cellspacing="0" cellpadding="0"> | |||
@@ -376,7 +373,7 @@ table{border-collapse:separate} | |||
</table> | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> | |||
<tr height="36"> | |||
<td style="padding:.6rem"> | |||
<td align="center" style="padding:.6rem"> | |||
<button type="submit" class="btn btn-success">保存</button> | |||
<button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
</td> | |||
@@ -25,7 +25,7 @@ | |||
} | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<div class="main"> | |||
<table width="98%" border="0" cellpadding="1" align='center' cellspacing="1" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
@@ -7,19 +7,15 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">批量管理</div> | |||
</div> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form action="article_test_same.php" name="form1" target="stafrm"> | |||
<input type='hidden' name='dopost' value='analyse'> | |||
<tr> | |||
<td height="26" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif"> | |||
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless"> | |||
<tr> | |||
<td width="30%" height="18"> 重复文档检测:</td> | |||
<td width="30%" height="18"> 重复文档检测</td> | |||
<td width="70%" align="right"></td> | |||
</tr> | |||
</table> | |||
@@ -8,11 +8,7 @@ | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">辅助插件</div> | |||
</div> | |||
<table width="98%" border="0" align="center" cellpadding="4" cellspacing="1" class="table maintable table-bordered"> | |||
<table width="98%" border="0" align="center" cellpadding="4" cellspacing="1" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td bgcolor="#EDF9D5" colspan="2" background='../static/web/img/tbg.gif' style="padding-left:10px">百度新闻地图</td> | |||
</tr> | |||
@@ -7,7 +7,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form action="cards_make.php" name="form1" target="stafrm"> | |||
<input type="hidden" name="dopost" value="make"> | |||
@@ -37,7 +37,7 @@ | |||
} | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td height="26" colspan="7" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | |||
@@ -7,7 +7,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name="form1" action="cards_type.php" method="post"> | |||
<input type="hidden" name="dopost" value="save"> | |||
@@ -498,7 +498,7 @@ function CheckCross() { | |||
</table> | |||
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> | |||
<tr> | |||
<td style="padding:.6rem"> | |||
<td align="center" style="padding:.6rem"> | |||
<button type="submit" class="btn btn-success">确定</button> | |||
<a href="catalog_main.php" class="btn btn-success">返回</a> | |||
</td> | |||
@@ -231,7 +231,7 @@ | |||
</td> | |||
</tr> | |||
<tr bgcolor="#FFFFFF" height="30" align="center"> | |||
<td class="rank" style="padding:5px;"><input type="hidden" name="posttype" value="" | |||
<td class="rank"><input type="hidden" name="posttype" value="" | |||
class="pubinputs"> | |||
<input type="text" name="rank" id="rank" value="1" class="pubinputs" style="width:50px"></td> | |||
<td align='center'><input type="text" name="toptype" id="toptype" class="pubinputs" | |||
@@ -263,7 +263,7 @@ | |||
</td> | |||
</tr> | |||
<tr bgcolor="#FFFFFF" height="30" align="center"> | |||
<td class="rank" style="padding:5px;"><input type="hidden" name="posttype" value="" | |||
<td class="rank"><input type="hidden" name="posttype" value="" | |||
class="pubinputs"> | |||
<input type="text" name="rank" id="rank" value="1" class="pubinputs" style="width:50px"></td> | |||
<td align='center'><input type="text" name="reltype" id="reltype" class="pubinputs" | |||
@@ -433,7 +433,7 @@ function CheckCross() { | |||
</table> | |||
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> | |||
<tr> | |||
<td style="padding:.6rem"> | |||
<td align="center" style="padding:.6rem"> | |||
<button type="submit" class="btn btn-success">确定</button> | |||
<a href="catalog_main.php" class="btn btn-success">返回</a> | |||
</td> | |||
@@ -105,8 +105,8 @@ function SingleMenu(eobj,obj,tid,tname) | |||
td,th{padding:.25rem} | |||
.coolbg2{border:1px solid #ccc;background-color:#F2F5E9;height:18px} | |||
.coolbt2{border-left:2px solid #EFEFEF;border-top:2px solid #EFEFEF;border-right:2px solid #ACACAC;border-bottom:2px solid #ACACAC;background-color:#F7FCDA} | |||
.nbline{border-bottom:1px solid #d6d6d6;background-color:#FFFFFF} | |||
.bline2{border-bottom:1px solid #d6d6d6;background-color:#f8f8f8} | |||
.nbline{border-bottom:1px solid #eee;background-color:#FFFFFF} | |||
.bline2{border-bottom:1px solid #eee;background-color:#f8f8f8} | |||
.maintable{border:1px solid #DEE2E6} | |||
</style> | |||
</head> | |||
@@ -54,7 +54,7 @@ | |||
}) | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name="form1" action="content_batchup_action.php" target="stafrm" method="post"> | |||
<input type="hidden" name="dopost" value="go"> | |||
@@ -5,7 +5,7 @@ | |||
<title>文档信息统计</title> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center"> | |||
<tr> | |||
<td height="26" colspan="2" background='../static/web/img/tbg.gif'> | |||
@@ -2,7 +2,7 @@ | |||
<html xmlns="http://www.w3.org/1999/xhtml"> | |||
<head> | |||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | |||
<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"> | |||
@@ -36,7 +36,7 @@ | |||
} | |||
</style> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name="form1" action="diy_add.php?action=add" method="post" onSubmit="return checkSubmit();"> | |||
<tr> | |||
@@ -41,12 +41,8 @@ | |||
} | |||
</style> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">自定义表单管理</div> | |||
</div> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name="form1" action="diy_edit.php" method="post" onSubmit="return checkSubmit();"> | |||
<input type='hidden' name='diyid' value='<?php echo $diyid; ?>'> | |||
<input type='hidden' name='dopost' value='save'> | |||
@@ -17,8 +17,7 @@ body { | |||
<body> | |||
<table class="table maintable mt-3" width="98%" border="0" align="center" cellpadding="1" cellspacing="1"> | |||
<tr> | |||
<td width="100%" height="26" colspan="2" background="../static/web/img/tbg.gif"> | |||
<a href="<?php echo $ENV_GOBACK_URL; ?>">表单管理</a> > 编辑评论:</td> | |||
<td width="100%" height="26" colspan="2" background="../static/web/img/tbg.gif"><a href="<?php echo $ENV_GOBACK_URL; ?>">表单管理</a> > 编辑评论</td> | |||
</tr> | |||
<tr> | |||
<td height="167" colspan="2" align="center" bgcolor="#FFFFFF" valign="top"> | |||
@@ -66,14 +66,14 @@ function GetFields() | |||
} | |||
</script> | |||
<style> | |||
td{ padding:2px; padding-left:6px; line-height:150%; } | |||
td{ padding:2px; padding-left:6px; line-height:26px } | |||
.STYLE1 {color: #FF3300} | |||
.STYLE2 {color: #666666} | |||
.nw { float:left; width:150px; } | |||
.cls { clear:both; } | |||
</style> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name="form1" action="diy_field_add.php" method="post" onSubmit="return GetFields();"> | |||
<input type='hidden' name='action' value='save'> | |||
@@ -83,7 +83,7 @@ td{ padding:2px; padding-left:6px; line-height:150%; } | |||
<td height="26" colspan="2" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif"> | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | |||
<tr> | |||
<td width="30%"> <a href="diy_main.php">自定义表单管理</a> > 增加新字段: </td> | |||
<td width="30%"> <a href="diy_main.php">自定义表单管理</a> > 增加新字段</td> | |||
<td align="right" style="padding-top:6px;"> | |||
<button type="button" name="ss1" onClick="location='diy_edit.php?diyid=<?php echo $diyid; ?>&dopost=edit';" class="btn btn-success btn-sm">当前表单信息</button> | |||
</td> | |||
@@ -8,13 +8,9 @@ | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt"><?php echo $diy->name; ?>列表</div> | |||
</div> | |||
<form action="diy_list.php" method="post"> | |||
<input type="hidden" name="diyid" value="<?php echo $diyid; ?>"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td colspan="3" height="26" background="../static/web/img/tbg.gif"> | |||
<div style="float:left"><a href="diy_main.php">自定义表单管理</a> > <?php echo $diy->name; ?></div> | |||
@@ -8,11 +8,7 @@ | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">自定义表单管理</div> | |||
</div> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="maintable" style="border:1px solid #dee2e6;border-bottom:none"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="maintable mt-3" style="border:1px solid #dee2e6;border-bottom:none"> | |||
<tr> | |||
<td bgcolor="#EDF9D5" class="tbtitletxt" background="../static/web/img/tbg.gif"> | |||
<table width="96%" border="0" cellpadding="0" cellspacing="0"> | |||
@@ -14,12 +14,6 @@ function SelectTemplets(fname){ | |||
</script> | |||
</head> | |||
<body leftmargin='8' topmargin='8'> | |||
<div class="bodytitle"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt"> | |||
<a href='diy_main.php'>自定义表单管理</a> > <a href='diy_list.php?action=list&diyid=<?php echo $diyid; ?>'><?php echo $diy->name; ?></a> > 发布内容 | |||
</div> | |||
</div> | |||
<form name="form1" action="diy_list.php" method="post" > | |||
<input type="hidden" name="action" value="post"> | |||
<input type="hidden" name="diyid" value="<?php echo $diyid; ?>"> | |||
@@ -8,7 +8,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link href="../static/web/css/admin.css" rel='stylesheet' type='text/css'> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<script type="text/javascript"> | |||
function getOneItem() { | |||
var allSel = ""; | |||
@@ -15,8 +15,7 @@ | |||
<body> | |||
<table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td width="100%" height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="<?php echo $ENV_GOBACK_URL; ?>">评论管理</a> > 编辑评论: | |||
</td> | |||
<td width="100%" height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="<?php echo $ENV_GOBACK_URL; ?>">评论管理</a> > 编辑评论</td> | |||
</tr> | |||
<tr> | |||
<td height="187" colspan="2" align="center" bgcolor="#FFFFFF"> | |||
@@ -65,7 +65,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="3" align="center" cellspacing="1" | |||
class="table table-bordered maintable mt-3"> | |||
<tr> | |||
@@ -13,7 +13,7 @@ | |||
} | |||
</style> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width='98%' border='0' cellspacing='1' cellpadding='2' align='center' class="table table-bordered maintable mt-3"> | |||
<tr height="26" align="center"> | |||
<td width="36%" background="../static/web/img/wbg.gif">文件名</td> | |||
@@ -106,7 +106,7 @@ while(($file = $dh->read()) !== false) | |||
<a href=$activeurl/$file target=_blank><img src='../static/web/img/jpg.gif'>$file</a></td> | |||
<td>$filesize KB</td> | |||
<td align='center' class='linerow'>$filetime</td> | |||
<td > | |||
<td> | |||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'> <i class='fa fa-address-card-o' aria-hidden='true'></i> 改名</a> | |||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'> <i class='fa fa-trash' aria-hidden='true'></i> 删除</a> | |||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'> <i class='fa fa-share-square' aria-hidden='true'></i> 移动</a> | |||
@@ -151,7 +151,7 @@ while(($file = $dh->read()) !== false) | |||
<a href=$activeurl/$file target=_blank><img src='../static/web/img/exe.gif'>$file</a></td> | |||
<td>$filesize KB</td> | |||
<td align='center'>$filetime</td> | |||
<td > | |||
<td> | |||
<a href='file_manage_view.php?fmdo=rename&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'> <i class='fa fa-address-card-o' aria-hidden='true'></i> 改名</a> | |||
<a href='file_manage_view.php?fmdo=del&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'> <i class='fa fa-trash' aria-hidden='true'></i> 删除</a> | |||
<a href='file_manage_view.php?fmdo=move&filename=".urlencode($file)."&activepath=".urlencode($activepath)."' class='btn btn-success btn-sm'> <i class='fa fa-share-square' aria-hidden='true'></i> 移动</a> | |||
@@ -16,11 +16,7 @@ | |||
<script type="text/javascript" src="js/mode/css/css.js"></script> | |||
<script type="text/javascript" src="js/mode/htmlmixed/htmlmixed.js"></script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">频道管理</div> | |||
</div> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<center> | |||
<div style="display:none" id="list1"> | |||
<li class="media border-bottom-dashed mt-2 py-2"> | |||
@@ -74,11 +70,9 @@ | |||
</div> | |||
</li> | |||
</div> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" style="border:1px solid #dee2e6;border-bottom:none;" class="table-borderless"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" style="border:1px solid #dee2e6;border-bottom:none" class="table-borderless mt-3"> | |||
<tr> | |||
<td align="left" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif" style="padding-left:10px" class="py-3"> | |||
<a href="freelist_main.php">自由列表管理</a> > 增加一个列表 | |||
</td> | |||
<td align="left" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif" style="padding-left:10px" class="py-3"><a href="freelist_main.php">自由列表管理</a> > 增加一个列表</td> | |||
<td align="right" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif"></td> | |||
</tr> | |||
</table> | |||
@@ -47,13 +47,9 @@ | |||
<script type="text/javascript" src="js/mode/css/css.js"></script> | |||
<script type="text/javascript" src="js/mode/htmlmixed/htmlmixed.js"></script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">频道管理</div> | |||
</div> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<center> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form action="freelist_edit.php" method="post" name="form1" onSubmit="return CheckSubmit();"> | |||
<input type="hidden" name="dopost" value="save"> | |||
<input type="hidden" name="aid" value="<?php echo $row['aid']?>"> | |||
@@ -61,9 +57,7 @@ | |||
<td height="26" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif"> | |||
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table-borderless"> | |||
<tr> | |||
<td width="35%" height="18" align="left" style="padding-left:10px"> | |||
<a href="freelist_main.php">自由列表管理</a> > 修改自由列表: | |||
</td> | |||
<td width="35%" height="18" align="left" style="padding-left:10px"><a href="freelist_main.php">自由列表管理</a> > 修改自由列表</td> | |||
<td width="65%" align="right"></td> | |||
</tr> | |||
</table> | |||
@@ -102,19 +102,13 @@ | |||
} | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">频道管理</div> | |||
</div> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="maintable" style="border:1px solid #dee2e6;border-bottom:none"> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="maintable mt-3" style="border:1px solid #dee2e6;border-bottom:none"> | |||
<tr> | |||
<td class="tbtitletxt" background="../static/web/img/tbg.gif"> | |||
<table width='100%' border="0" cellpadding='0' cellspacing='0'> | |||
<tr> | |||
<td width='36%' class="py-3" style="padding-left:10px">自由列表管理 | |||
<a href="freelist_add.php" class="btn btn-success btn-sm">增加列表</a> | |||
</td> | |||
<td width='36%' class="py-3" style="padding-left:10px">自由列表管理 <a href="freelist_add.php" class="btn btn-success btn-sm">增加列表</a></td> | |||
<td width="29%"></td> | |||
<td width="35%" align='right'></td> | |||
</tr> | |||
@@ -123,37 +117,31 @@ | |||
</tr> | |||
</table> | |||
<div id='rslist'> | |||
<?php | |||
<?php | |||
GetTagList($dsql,$pageno,$pagesize,$orderby); | |||
?> | |||
</div> | |||
<div id='pagelist' class="mb-3 mt-3"><script language='javascript'>ReloadPageNum(1);</script></div> | |||
<table width="98%" border="0" cellpadding="5" cellspacing="1" align="center" style="border:1px solid #dee2e6;line-height:31px;margin:auto;" class="table table-borderless maintable mb-3"> | |||
<tr> | |||
<td height="36" align="center" style="background:#f8f8f8;padding:7px 6px 3px 6px;"> | |||
<td height="36" align="center" style="background:#f8f8f8"> | |||
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="table"> | |||
<form action="freelist_main.php" name="form1" id="form1"> | |||
<tr> | |||
<td width="200" align="center"> | |||
<input type="text" name="keyword" id="keyword" class='alltxt' style="width:170px" value="<?php echo $keyword?>"> | |||
<td width="170" align="center"> | |||
<input type="text" name="keyword" id="keyword" class='alltxt' style="width:160px" value="<?php echo $keyword?>"> | |||
</td> | |||
<td width="86" align="left"> | |||
<td width="60" align="left"> | |||
<button type="submit" name="Submit2" class="btn btn-success btn-sm">搜索</button> | |||
</td> | |||
<td align="left"> | |||
<button type="button" name="bt1" | |||
onclick="location='freelist_add.php';" class="btn btn-success btn-sm">增加列表</button> | |||
| |||
<button type="button" name="bt2" | |||
onclick="location='makehtml_freelist.php';" class="btn btn-success btn-sm">更新所有列表HTML</button> | |||
</td> | |||
<td width="200"> | |||
<td> | |||
<button type="button" name="bt1" onclick="location='freelist_add.php';" class="btn btn-success btn-sm">增加列表</button> | |||
<button type="button" name="bt2" onclick="location='makehtml_freelist.php';" class="btn btn-success btn-sm">更新所有列表HTML</button> | |||
</td> | |||
<td width="200"></td> | |||
</tr> | |||
</form> | |||
</table> | |||
</td> | |||
</tr> | |||
</table> | |||
@@ -28,7 +28,7 @@ function CheckSubmit() | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td height="26" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="friendlink_main.php">友情链接管理</a> > 增加链接</td> | |||
@@ -7,7 +7,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table table-bordered maintable mt-3"> | |||
<tr> | |||
<td height="26" background="../static/web/img/tbg.gif" style="padding-left:10px"> | |||
@@ -34,7 +34,7 @@ | |||
} | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table table-bordered maintable mt-3"> | |||
<tr> | |||
<td height="26" background="../static/web/img/tbg.gif" colspan="8" style="padding-left:10px"> | |||
@@ -40,7 +40,7 @@ | |||
} | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="2" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td height="26" colspan="7" background='../static/web/img/tbg.gif'> | |||
@@ -54,19 +54,19 @@ | |||
</tr> | |||
<tr align="center" bgcolor="#ffffff"> | |||
<td colspan="7"> | |||
<table width="90%" border="0" cellspacing="0" cellpadding="0" class="table-borderless"> | |||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table-borderless"> | |||
<form name='formsearch'> | |||
<tr> | |||
<td> | |||
管理员: | |||
<select name="adminid" id="adminid" style="width:90px"> | |||
<select name="adminid" id="adminid" style="width:160px"> | |||
<option value="0" selected>全部</option> | |||
<?php echo $adminlist?> | |||
</select> | |||
IP地址: | |||
<input name="cip" type="text" id="cip" size="15" style="width:100px"> | |||
<input name="cip" type="text" id="cip" size="15" style="width:160px"> | |||
时间: | |||
<select name="dtime" id="dtime"> | |||
<select name="dtime" id="dtime" style="width:160px"> | |||
<option value="0" selected>全部</option> | |||
<option value="7">一周内</option> | |||
<option value="15">15天内</option> | |||
@@ -119,9 +119,9 @@ | |||
</form> | |||
<tr> | |||
<td height="30" colspan="7" bgcolor="#FCFDF7"> | |||
<button type="button" onClick="ReSel();" class="btn btn-success btn-sm">反选</button> | |||
<button type="button" onClick="DelSel();" class="btn btn-success btn-sm">删除所选</button> | |||
<button type="button" onClick="ClearLog();" class="btn btn-success btn-sm">清空所有日志</button> | |||
<button type="button" onClick="ReSel();" class="btn btn-success btn-sm">反选</button> | |||
<button type="button" onClick="DelSel();" class="btn btn-success btn-sm">删除所选</button> | |||
<button type="button" onClick="ClearLog();" class="btn btn-success btn-sm">清空所有日志</button> | |||
</td> | |||
</tr> | |||
<tr bgcolor="#f8f8f8"> | |||
@@ -7,7 +7,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name='form2' action='content_list.php' method="get" target='stafrm'> | |||
<input type='hidden' name='nullfield' value='ok'> | |||
@@ -8,11 +8,7 @@ | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background="../static/web/img/allbg.gif"> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">更新自由列表</div> | |||
</div> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name="form1" action="makehtml_freelist_action.php" method="get" target='stafrm'> | |||
<tr> | |||
<td colspan="2" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif"> | |||
@@ -35,7 +35,7 @@ | |||
}); | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D1DDAA" align="center" class="table maintable table-bordered mt-3"> | |||
<form name="form1" action="makehtml_tag_action_list.php" method="get" target='stafrm'> | |||
<tr> | |||
@@ -26,7 +26,7 @@ | |||
} | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="99%" align="center" border="0" cellpadding="3" cellspacing="1" | |||
class="table maintable table-bordered mt-3"> | |||
<tr> | |||
@@ -42,7 +42,7 @@ | |||
</tr> | |||
<tr> | |||
<td height="20" bgcolor="#ffffff"> | |||
<div class="alert alert-info" role="alert"> | |||
<div class="alert alert-info"> | |||
<i class="fa fa-info-circle" aria-hidden="true"></i> 提示:图片类型仅支持jpg、png、gif、wbmp格式,flash为.swf格式,视音频和附件为限定扩展名的类型(可在系统参数中修改) | |||
</div> | |||
</td> | |||
@@ -13,7 +13,7 @@ | |||
.table td,.table th{border-top:0} | |||
</style> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<form action="member_main.php" name="form1" method="get"> | |||
<table width="98%" border="0" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr> | |||
@@ -12,12 +12,8 @@ | |||
</style> | |||
</head> | |||
<body background="../static/web/img/allbg.gif"> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">短信管理</div> | |||
</div> | |||
<form action="member_pm.php" name="form1" method="get"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless" style="margin-bottom:10px"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless mt-3" style="margin-bottom:10px"> | |||
<tr> | |||
<td height="36" bgcolor="#f8f8f8"> | |||
<table border="0" cellpadding="0" cellspacing="0"> | |||
@@ -41,14 +37,8 @@ | |||
</form> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | |||
<tr> | |||
<td height="26" colspan="9" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | |||
<table width="99%" border="0" cellspacing="0" cellpadding="0" class="table-borderless"> | |||
<tr> | |||
<td align="left"><span class="current" id="cate_1">短信列表</span> <a href='member_pmall.php'>群发短信</a> <a href='member_pmone.php'>单独短信</a></td> | |||
<td align="left"></td> | |||
<td align="left"></td> | |||
</tr> | |||
</table> | |||
<td height="30" colspan="9" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | |||
<span class="current" id="cate_1">短信列表</span> <a href='member_pmall.php'>群发短信</a> <a href='member_pmone.php'>单独短信</a></td> | |||
</td> | |||
</tr> | |||
<tr bgcolor="#FBFCE2" height="26"> | |||
@@ -11,12 +11,8 @@ | |||
</style> | |||
</head> | |||
<body background='../static/web/img/allbg.gif'> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">短信管理</div> | |||
</div> | |||
<form action="member_pm.php" name="form1" method="get"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless" style="margin-bottom:10px"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless mt-3" style="margin-bottom:10px"> | |||
<tr> | |||
<td height="36" bgcolor="#f8f8f8"> | |||
<table border="0" cellpadding="0" cellspacing="0"> | |||
@@ -11,12 +11,8 @@ | |||
</style> | |||
</head> | |||
<body background='../static/web/img/allbg.gif'> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">短信管理</div> | |||
</div> | |||
<form action="member_pm.php" name="form1" method="get"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless" style="margin-bottom:10px"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless mt-3" style="margin-bottom:10px"> | |||
<tr> | |||
<td height="36" bgcolor="#f8f8f8"> | |||
<table border="0" cellpadding="0" cellspacing="0"> | |||
@@ -7,7 +7,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<form name="form1" action="member_rank.php" method="post"> | |||
<input type="hidden" name="dopost" value="save"> | |||
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
@@ -21,43 +21,37 @@ | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background="../static/web/img/allbg.gif"> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">积分头衔设置</div> | |||
</div> | |||
<form action="member_scores.php" method="post"> | |||
<input name="action" type="hidden" value="save"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="border:1px solid #dee2e6;border-bottom:none;"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle mt-3" style="border:1px solid #dee2e6;border-bottom:none"> | |||
<tr bgcolor="#EDF9D5"> | |||
<td width="100%" height="26" background='../static/web/img/tbg.gif' style="padding-left:10px"> | |||
<a href="member_main.php">会员管理</a> > 积分头衔设置 | |||
</td> | |||
<td width="100%" height="26" background='../static/web/img/tbg.gif' style="padding-left:10px"><a href="member_main.php">会员管理</a> > 积分头衔设置</td> | |||
</tr> | |||
</table> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | |||
<tr> | |||
<td width="6%" align="center" valign="middle" bgcolor="#FBFCE2"> | |||
<input type="checkbox" name="chkall" id="chkall" onClick="CheckAll(this.form)" class='np' /> | |||
删?</td> | |||
删</td> | |||
<td width="23%" align="center" bgcolor="#FEFCEF">积分大于</td> | |||
<td width="24%" align="center" bgcolor="#FEFCEF">星星数</td> | |||
<td width="23%" align="center" bgcolor="#FEFCEF">级别头衔</td> | |||
<td width="24%" align="center" bgcolor="#FEFCEF">是否默认</td> | |||
</tr> | |||
<?php | |||
foreach($Scores as $v){ | |||
?> | |||
foreach($Scores as $v){ | |||
?> | |||
<tr bgcolor="#FFFFFF" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';"> | |||
<td align="center"> | |||
<input name="Ids-<?php echo $v['id']?>" type="checkbox" id="Ids-<?php echo $v['id']?>" value="1" class='np' /> | |||
</td> | |||
<td align="left" style="padding:5px;"> | |||
<td align="left"> | |||
<input name="integral-<?php echo $v['id']?>" type="text" id="integral-<?php echo $v['id']?>" value="<?php echo $v['integral']?>" size="10"></td> | |||
<td align="left" style="padding:5px;"> | |||
<td align="left"> | |||
<input name="icon-<?php echo $v['id']?>" type="text" id="icon-<?php echo $v['id']?>" value="<?php echo $v['icon']?>" size="3"></td> | |||
<td align="left" style="padding:5px;"> | |||
<td align="left"> | |||
<input name="titles-<?php echo $v['id']?>" type="text" id="titles-<?php echo $v['id']?>" value="<?php echo $v['titles']?>" size="20"></td> | |||
<td align="left" style="padding:5px;"> | |||
<td align="left"> | |||
<select name="isdefault-<?php echo $v['id']?>" id="isdefault-<?php echo $v['id']?>"> | |||
<option value="1" <?php if($v['isdefault']) echo " selected='selected'"; ?>>是</option> | |||
<option value="0" <?php if(!$v['isdefault']) echo " selected='selected'"; ?>>否</option> | |||
@@ -65,28 +59,26 @@ | |||
</td> | |||
</tr> | |||
<?php | |||
} | |||
?> | |||
} | |||
?> | |||
<tr bgcolor="#f8f8f8"> | |||
<td >新增:</td> | |||
<td style="padding:5px;"><input name="add_integral" type="text" id="add_integral" size="10"></td> | |||
<td style="padding:5px;"><input name="add_icon" type="text" id="add_icon" size="3"></td> | |||
<td style="padding:5px;"><input name="add_titles" type="text" id="add_titles" size="20"></td> | |||
<td style="padding:5px;"> | |||
<td>新增:</td> | |||
<td><input name="add_integral" type="text" id="add_integral" size="10"></td> | |||
<td><input name="add_icon" type="text" id="add_icon" size="3"></td> | |||
<td><input name="add_titles" type="text" id="add_titles" size="20"></td> | |||
<td> | |||
<select name="add_isdefault" id="add_isdefault"> | |||
<option value="1">是</option> | |||
<option value="0">否</option> | |||
</select></td> | |||
</select> | |||
</td> | |||
</tr> | |||
</table> | |||
<table width="96%" border="0" align="center" cellpadding="0" cellspacing="0" class="mb-3"> | |||
<tr> | |||
<td height="36" align="center"> | |||
<td height="36" colspan="5" align="center"> | |||
<button type="submit" class="btn btn-success">提交</button> | |||
</td> | |||
</tr> | |||
</table> | |||
</form> | |||
</body> | |||
</html> |
@@ -25,7 +25,7 @@ | |||
} | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td height="20" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href='<?php echo $ENV_GOBACK_URL; ?>'>会员管理</a> > 提升为管理员</td> | |||
@@ -7,7 +7,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name="form1" action="member_type.php" method="post"> | |||
<input type="hidden" name="dopost" value="save"> | |||
@@ -28,7 +28,7 @@ function checkSubmit() | |||
} | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td height="20" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href='<?php echo $ENV_GOBACK_URL; ?>'>会员管理</a> > 查看会员</td> | |||
@@ -35,12 +35,8 @@ function ShowHideMb(rbox1,nid) | |||
td{padding-left:8px} | |||
</style> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">模块管理</div> | |||
</div> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable mb-3"> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<form action="module_make.php" method="post" enctype="multipart/form-data" name="form1"> | |||
<input type='hidden' name='action' value='edit'> | |||
<input type='hidden' name='dev_id' value='<?php echo $dev_id; ?>'> | |||
@@ -31,13 +31,9 @@ | |||
</style> | |||
</head> | |||
<body> | |||
<div class="bodytitle"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">模块管理</div> | |||
</div> | |||
<table width="96%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle"> | |||
<table width="96%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td width="100%" height="26"> <a href="plus_main.php">模块管理</a> > DedeBIZ模块开发指南</td> | |||
<td width="100%" height="26"> <a href="plus_main.php">模块管理</a> > DedeBIZ模块开发指南</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#FFFFFF"> | |||
@@ -19,17 +19,8 @@ | |||
} | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">模块管理</div> | |||
<div class="bodytitletxt" style="float:right;padding-right:10px"> | |||
<a href="<?php echo $cfg_biz_dedebizUrl; ?>?from=module" target="_blank">应用市场</a> | | |||
<a href="module_upload.php">模块上传</a> | | |||
<a href="module_make.php">模块打包</a> | |||
</div> | |||
</div> | |||
<div class="alert alert-info maintable mb-3" style="margin:0 auto">从DedeBIZV6开始,启动了<a href="<?php echo $cfg_biz_dedebizUrl; ?>/license_developer" target="_blank">DedeBIZ商业开发者计划</a>,为了保障系统及技术服务安全,请认准DedeBIZ商业认证开发者</div> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<div class="alert alert-info maintable mt-3 mb-3" style="margin:0 auto">从DedeBIZV6开始,启动了<a href="<?php echo $cfg_biz_dedebizUrl; ?>/license_developer" target="_blank">DedeBIZ商业开发者计划</a>,为了保障系统及技术服务安全,请认准DedeBIZ商业认证开发者</div> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable"> | |||
<form name="form1" action="plus_add.php" method="post"> | |||
<input type='hidden' name='dopost' value='save'> | |||
@@ -33,12 +33,8 @@ | |||
} | |||
</style> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">模块管理</div> | |||
</div> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable"> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form action="module_make.php" method="post" enctype="multipart/form-data" name="form1"> | |||
<input type='hidden' name='action' value='make'> | |||
<tr> | |||
@@ -212,7 +208,7 @@ | |||
<tr bgcolor="#F9FDF0"> | |||
<td height="26" colspan="2" bgcolor="#f8f8f8"> | |||
<div class="alert alert-info" role="alert"> | |||
<div class="alert alert-info"> | |||
制作模块即表示您同意<a href="<?php echo $cfg_biz_dedebizUrl; ?>/license_developer" target="_blank">《DedeBIZ开发者协议》</a> | |||
</div> | |||
<table width="100%" border="0" cellspacing="0" cellpadding="0"> | |||
@@ -5,12 +5,8 @@ | |||
<title>模块打包</title> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<div class="bodytitle"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">模块管理</div> | |||
</div> | |||
<table width="96%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle"> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="96%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name="form1" action="plus_add.php" method="post"> | |||
<input type='hidden' name='dopost' value='save'> | |||
<tr> | |||
@@ -7,7 +7,6 @@ | |||
body { | |||
background-image: url(../static/web/img/allbg.gif); | |||
} | |||
.STYLE2 { | |||
color: #666666; | |||
} | |||
@@ -48,9 +47,7 @@ | |||
<form name="form1" action="mychannel_add.php" method="post"> | |||
<input type='hidden' name='action' value='add'> | |||
<tr> | |||
<td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px"> | |||
<a href="mychannel_main.php">内容模型管理</a> > 新增内容模型 | |||
</td> | |||
<td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="mychannel_main.php">内容模型管理</a> > 新增内容模型</td> | |||
</tr> | |||
<tr> | |||
<td width="35%" bgcolor="#FFFFFF"> | |||
@@ -95,21 +92,19 @@ | |||
<tr> | |||
<td bgcolor="#FFFFFF"> | |||
模型性质<br> | |||
<span class="STYLE2" id="help5">如果为系统模型将禁止删除,此选项不可修改,对于独立模型,系统强制创建字段aid,typeid,senddate,title, mid, | |||
channel,独立模型的文档内容必须点击栏目进入列表才能管理</span></td> | |||
<span class="STYLE2" id="help5">如果为系统模型将禁止删除,此选项不可修改,对于独立模型,系统强制创建字段aid,typeid,senddate,title,mid,channel,独立模型的文档内容必须点击栏目进入列表才能管理</span> | |||
</td> | |||
<td bgcolor="#FFFFFF"> | |||
<label><input type="radio" name="issystem" id='is1' class="np" value="0" onClick="PublicDefault()" checked='1' /> | |||
自动模型 </label> | |||
<label><input type="radio" name="issystem" id='is2' value="1" onClick="PublicDefault()" class="np"> | |||
系统模型 </label> | |||
<label><input type="radio" name="issystem" id='is3' value="-1" onClick="PublicDefault()" class="np"> | |||
独立模型(不使用主表) </label> | |||
独立模型(不使用主表)</label> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#FFFFFF"> | |||
是否支持会员投稿 | |||
</td> | |||
<td bgcolor="#FFFFFF">是否支持会员投稿</td> | |||
<td bgcolor="#FFFFFF"> | |||
<label><input name="issend" type="radio" class="np" value="0" checked='1' /> | |||
不支持 </label> | |||
@@ -118,9 +113,7 @@ | |||
</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#FFFFFF"> | |||
会员许可投稿级别 | |||
</td> | |||
<td bgcolor="#FFFFFF">会员许可投稿级别</td> | |||
<td bgcolor="#FFFFFF"> | |||
<select name='sendrank' id='sendrank' style='width:120px'> | |||
<option value='0'>游客</option> | |||
@@ -137,9 +130,7 @@ | |||
</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#FFFFFF"> | |||
许可投稿会员组 | |||
</td> | |||
<td bgcolor="#FFFFFF">许可投稿会员组</td> | |||
<td bgcolor="#FFFFFF"> | |||
<?php | |||
$dsql->SetQuery("Select * from `#@__member_model`"); | |||
@@ -149,25 +140,22 @@ | |||
echo "<label><input name='usertype' class='np' type='radio' value=".$row3->name."> ".$row3->name." </label>\r\n"; | |||
} | |||
?> | |||
<label><input name="usertype" class="np" type="radio" value="" checked='1' /> | |||
不限 </label> | |||
<label><input name="usertype" class="np" type="radio" value="" checked='1' /> 不限</label> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#FFFFFF"> | |||
会员稿件默认状态 | |||
</td> | |||
<td bgcolor="#FFFFFF">会员稿件默认状态</td> | |||
<td bgcolor="#FFFFFF"> | |||
<label><input name="arcsta" class="np" type="radio" value="-1" checked='1' /> | |||
未审核 </label> | |||
<label><input name="arcsta" class="np" type="radio" value="0"> | |||
已审核(自动生成HTML)</label> | |||
<label><input name="arcsta" class="np" type="radio" value="1"> | |||
已审核(仅使用动态文档)</label></td> | |||
已审核(仅使用动态文档)</label> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#FFFFFF"> | |||
投稿标题使用名称</td> | |||
<td bgcolor="#FFFFFF">投稿标题使用名称</td> | |||
<td bgcolor="#FFFFFF"> | |||
<input name="titlename" type="text" id="titlename" value="标题" class="pubinputs"> | |||
</td> | |||
@@ -184,9 +172,7 @@ | |||
</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#FFFFFF"> | |||
投稿是否使用缩图 | |||
</td> | |||
<td bgcolor="#FFFFFF">投稿是否使用缩图</td> | |||
<td bgcolor="#FFFFFF"> | |||
<label><input name="needpic" type="radio" class="np" value="1" checked='1' /> | |||
使用 </label> | |||
@@ -205,7 +191,7 @@ | |||
<tr> | |||
<td bgcolor="#FFFFFF"> | |||
投稿具有唯一性<br> | |||
<span class="STYLE2" id="help9">如果投稿是唯一的(会员只能在这个模型对应的栏目中发布单篇文档),其作用相当于自定义表单</span> | |||
<span class="STYLE2" id="help9">如果投稿是唯一的(会员只能在这个模型对应的栏目中发布单篇文档)其作用相当于自定义表单</span> | |||
</td> | |||
<td bgcolor="#FFFFFF"> | |||
<label><input name="onlyone" type="radio" class="np" value="1"> | |||
@@ -215,52 +201,37 @@ | |||
</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#FFFFFF">档案发布程序</td> | |||
<td bgcolor="#FFFFFF"> | |||
档案发布程序 | |||
</td> | |||
<td bgcolor="#FFFFFF"> | |||
<input name="addcon" type="text" id="addcon" value="archives_add.php" class="pubinputs"> | |||
* | |||
<input name="addcon" type="text" id="addcon" value="archives_add.php" class="pubinputs"> * | |||
</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#FFFFFF">档案修改程序</td> | |||
<td bgcolor="#FFFFFF"> | |||
档案修改程序 | |||
</td> | |||
<td bgcolor="#FFFFFF"> | |||
<input name="editcon" type="text" id="editcon" value="archives_edit.php" class="pubinputs"> | |||
* | |||
<input name="editcon" type="text" id="editcon" value="archives_edit.php" class="pubinputs"> * | |||
</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#FFFFFF">档案管理程序</td> | |||
<td bgcolor="#FFFFFF"> | |||
档案管理程序 | |||
</td> | |||
<td bgcolor="#FFFFFF"> | |||
<input name="mancon" type="text" id="mancon" value="content_list.php" class="pubinputs"> | |||
* | |||
<input name="mancon" type="text" id="mancon" value="content_list.php" class="pubinputs"> * | |||
</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#FFFFFF"> | |||
前台会员发布程序 | |||
</td> | |||
<td bgcolor="#FFFFFF">前台会员发布程序</td> | |||
<td bgcolor="#FFFFFF"> | |||
<input name="useraddcon" type="text" id="useraddcon" value="archives_add.php" class="pubinputs"> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#FFFFFF"> | |||
前台会员修改程序 | |||
</td> | |||
<td bgcolor="#FFFFFF">前台会员修改程序</td> | |||
<td bgcolor="#FFFFFF"> | |||
<input name="usereditcon" type="text" id="usereditcon" value="archives_edit.php" class="pubinputs"> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#FFFFFF"> | |||
前台会员管理程序 | |||
</td> | |||
<td bgcolor="#FFFFFF">前台会员管理程序</td> | |||
<td bgcolor="#FFFFFF"> | |||
<input name="usermancon" type="text" id="usermancon" value="content_list.php" class="pubinputs"> | |||
</td> | |||
@@ -88,7 +88,7 @@ $(document).ready(function () { | |||
</script> | |||
<style> | |||
td{ padding:2px; padding-left:6px; line-height:150%; } | |||
td{ padding:2px; padding-left:6px; line-height:26px } | |||
.STYLE1 {color: #FF3300} | |||
.STYLE2 {color: #666666} | |||
.nw { float:left; width:150px; } | |||
@@ -100,15 +100,12 @@ td{ padding:2px; padding-left:6px; line-height:150%; } | |||
<input type='hidden' name='action' value='save' /> | |||
<input type='hidden' name='id' value='<?php echo $id?>' /> | |||
<input type='hidden' name='fieldstring' value='' /> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" | |||
class="table maintable table-bordered mt-3"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td colspan="2" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif"> | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | |||
<tr> | |||
<td width="30%" style="padding-left:10px"> | |||
<a href="mychannel_main.php">频道管理</a> > 增加新字段: | |||
</td> | |||
<td width="30%" style="padding-left:10px"><a href="mychannel_main.php">频道管理</a> > 增加新字段</td> | |||
<td align="right"> | |||
<button type="button" name="ss1" onClick="location='mychannel_edit.php?id=<?php echo $id?>&dopost=edit';" class="btn btn-success btn-sm">当前模型信息</button> | |||
<button type="button" name="ss12" onClick="location='mychannel_main.php';" class="btn btn-success btn-sm">内容模型管理</button> | |||
@@ -119,7 +116,7 @@ class="table maintable table-bordered mt-3"> | |||
</tr> | |||
<tr> | |||
<td colspan="2" bgcolor="#FFFFFF"> | |||
<div class="alert alert-danger" role="alert"> | |||
<div class="alert alert-danger"> | |||
所有填写的内容不允许包含双引号["],否则配置将无法写入 | |||
</div> | |||
</td> | |||
@@ -91,7 +91,7 @@ | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | |||
<tr> | |||
<td width="30%" style="padding-left:10px"> | |||
<a href="mychannel_main.php">频道管理</a> > 查看/修改字段: | |||
<a href="mychannel_main.php">频道管理</a> > 查看/修改字段: | |||
</td> | |||
<td align="right" style="padding-top:6px;"> | |||
<button type="button" name="ss1" class="btn btn-success btn-sm" onClick="location='mychannel_edit.php?id=<?php echo $id?>&dopost=edit';">当前模型信息</button> | |||
@@ -8,7 +8,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table table-bordered maintable mt-3"> | |||
<tr> | |||
<td height="26" colspan="7" background="../static/web/img/tbg.gif"> | |||
@@ -24,12 +24,8 @@ | |||
} | |||
</style> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">自定义搜索管理</div> | |||
</div> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name="form1" action="mychannel_edit.php" method="post" target="stafrm"> | |||
<input type='hidden' name='mid' value='<?php echo $mid?>'> | |||
<input type='hidden' name='maintable' value='<?php echo $channel['maintable']?>'> | |||
@@ -16,7 +16,7 @@ function checkSubmit() | |||
} | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1"> | |||
<form action="mynews_add.php" method="post" name="form1" onSubmit="return checkSubmit();"> | |||
<input type="hidden" name="dopost" value="save"> | |||
@@ -16,7 +16,7 @@ function checkSubmit() | |||
} | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1"> | |||
<form action="mynews_edit.php" method="post" name="form1" onSubmit="return checkSubmit();"> | |||
<input type="hidden" name="dopost" value="editsave"> | |||
@@ -6,7 +6,7 @@ | |||
<title>站内新闻管理</title> | |||
<link rel='stylesheet' href='../static/web/css/admin.css'> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1"> | |||
<tr> | |||
<td height="26" colspan="6" background="../static/web/img/tbg.gif"> | |||
@@ -53,7 +53,7 @@ | |||
}) | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td height="20" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="mytag_main.php">自定义标记管理</a> > 增加新标记</td> | |||
@@ -5,7 +5,7 @@ | |||
<title>修改标记</title> | |||
<link rel='stylesheet' href='../static/web/css/admin.css'> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1"> | |||
<tr> | |||
<td height="20" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="mytag_main.php">自定义标记管理</a> > 修改标记</td> | |||
@@ -8,7 +8,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td height="26" background="../static/web/img/tbg.gif" colspan="7" style="padding-left:10px"> | |||
@@ -15,7 +15,7 @@ | |||
<script type="text/javascript" src="js/mode/css/css.js"></script> | |||
<script type="text/javascript" src="js/mode/htmlmixed/htmlmixed.js"></script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<center> | |||
<span style="display:none" id="list1"> | |||
·[field:textlink/]([field:pubdate function=MyDate('m-d',@me)/])<br> | |||
@@ -8,7 +8,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel='stylesheet' href='../static/web/css/admin.css'> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table table-bordered maintable mt-3"> | |||
<tr height="30" background="../static/web/img/tbg.gif" style="padding-left:10px"> | |||
<td width='30%' colspan="3">插件管理</td> | |||
@@ -104,7 +104,7 @@ function ReloadPageNum(startnum) { | |||
var ahtml = ""; | |||
var startloop = 1; | |||
var endnum = 0; | |||
ahtml += "共" + totalrow + "篇" + pagenum + "页"; | |||
ahtml += "共" + totalrow + "条" + pagenum + "页"; | |||
if (pageno > 1) ahtml += "<a href='javascript:;' onclick='LoadPage(" + (pageno - 1) + ")'>上页</a> "; | |||
if (startnum >= pagenum - listsize) { | |||
startloop = pagenum - (listsize * 2); | |||
@@ -15,7 +15,7 @@ | |||
width: 90% | |||
} | |||
</style> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<center> | |||
<form action="shops_delivery.php" method="post" name="form1"> | |||
<input type="hidden" name="do" value="add"> | |||
@@ -70,7 +70,7 @@ | |||
} | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<form name="form2" method="get" action="shops_operations.php"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3"> | |||
<tr> | |||
@@ -7,7 +7,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
<body> | |||
<table width="50%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#CCCCCC" class="table maintable mt-3"> | |||
<table width="50%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#CCCCCC" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td height="26" colspan="2" align="center" bgcolor="#F0F0F0">订单信息</td> | |||
</tr> | |||
@@ -542,7 +542,7 @@ table{border-collapse:separate} | |||
</table> | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> | |||
<tr height="36"> | |||
<td style="padding:.6rem"> | |||
<td align="center" style="padding:.6rem"> | |||
<button type="submit" class="btn btn-success">保存</button> | |||
<button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
</td> | |||
@@ -18,7 +18,7 @@ | |||
} | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name="form1" action="soft_config.php" method="post"> | |||
<input type="hidden" name="dopost" value="save"> | |||
@@ -498,7 +498,7 @@ table{border-collapse:separate} | |||
</table> | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> | |||
<tr height="36"> | |||
<td style="padding:.6rem"> | |||
<td align="center" style="padding:.6rem"> | |||
<button type="submit" class="btn btn-success">保存</button> | |||
<button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
</td> | |||
@@ -370,7 +370,7 @@ table{border-collapse:separate} | |||
</table> | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> | |||
<tr height="36"> | |||
<td style="padding:.6rem"> | |||
<td align="center" style="padding:.6rem"> | |||
<button type="submit" class="btn btn-success">保存</button> | |||
<button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
</td> | |||
@@ -445,7 +445,7 @@ table{border-collapse:separate} | |||
</table> | |||
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3"> | |||
<tr height="36"> | |||
<td style="padding:.6rem"> | |||
<td align="center" style="padding:.6rem"> | |||
<button type="submit" class="btn btn-success">保存</button> | |||
<button type="button" onClick="location.reload();" class="btn btn-success">重置</button> | |||
</td> | |||
@@ -152,11 +152,11 @@ li{float:left;padding-right:10px;line-height:26px} | |||
} | |||
</SCRIPT> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<div id='edsta'> | |||
<center><img src='../static/web/img/loadinglit.gif'></center> | |||
</div> | |||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" style="margin-bottom:10px" class="table maintable mt-3"> | |||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" style="margin-bottom:10px" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td height="26" background="../static/web/img/wbg.gif" colspan="6" style="padding-left:10px">联动枚举组管理</td> | |||
</tr> | |||
@@ -219,7 +219,7 @@ if(!empty($egroup)) | |||
<td height="26" background="../static/web/img/tbg.gif" colspan="8"> | |||
<div style="float:left"> | |||
·<?php echo $selgroup; ?> | |||
> | |||
> | |||
子分类管理 | |||
</div> | |||
<div style="float:right"> | |||
@@ -263,8 +263,8 @@ if(!empty($egroup)) | |||
<td height="26" background="../static/web/img/tbg.gif" colspan="8"> | |||
<div style="float:left"> | |||
<a href='stepselect_main.php'>枚举组列表</a> | |||
> <a href='stepselect_main.php?egroup=<?php echo $egroup; ?>'><?php echo $selgroup; ?></a> | |||
> 子分类列表 | |||
> <a href='stepselect_main.php?egroup=<?php echo $egroup; ?>'><?php echo $selgroup; ?></a> | |||
> 子分类列表 | |||
</div> | |||
<div style="float:right"></div> | |||
</td> | |||
@@ -8,7 +8,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td height="26" colspan="5" background="../static/web/img/tbg.gif"> | |||
@@ -19,7 +19,6 @@ | |||
<a href="sys_admin_user_tj.php" class="btn btn-success btn-sm">编辑绩效统计</a> | |||
<a href="sys_admin_user_add.php" class="btn btn-success btn-sm">增加管理员</a> | |||
<a href="sys_group.php" class="btn btn-success btn-sm">用户组管理</a> | |||
</td> | |||
</tr> | |||
</table> | |||
@@ -27,9 +26,8 @@ | |||
</tr> | |||
<tr bgcolor="#FFFFFF"> | |||
<td height="26" colspan="5"> | |||
<div class="alert alert-info" role="alert"> | |||
<i class="fa fa-info-circle" aria-hidden="true"></i> 为了防止错误操作,系统不允许在管理界面删除超级管理员,如果确实要删除,请自行在数据表dede_admin中删除 | |||
</div></td> | |||
<div class="alert alert-info mb-0">为了防止错误操作,系统不允许在管理界面删除超级管理员,如果确实要删除,请自行在数据表dede_admin中删除</div> | |||
</td> | |||
</tr> | |||
<tr bgcolor="#FBFCE2"> | |||
<td width="18%" height="26" align="center">登录ID</td> | |||
@@ -30,7 +30,7 @@ | |||
} | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td height="20" background="../static/web/img/tbg.gif"> | |||
@@ -7,7 +7,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td height="20" background="../static/web/img/tbg.gif"> | |||
@@ -33,7 +33,7 @@ | |||
} | |||
</style> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<div id='loaddiv' style='display:none'> | |||
<p align='center'><img src='../static/web/img/loadinglit.gif'>请稍后,正在载入</p> | |||
</div> | |||
@@ -7,7 +7,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name="form1" action="sys_cache_up.php" method="get" target='stafrm'> | |||
<input type="hidden" name="dopost" value="ok"> | |||
@@ -89,7 +89,7 @@ | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="99%" align="center" border="0" cellpadding="3" cellspacing="1" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td height="20" colspan="8" background="../static/web/img/tbg.gif"> | |||
@@ -42,22 +42,18 @@ | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body> | |||
<div class="bodytitle mt-3 mb-3"> | |||
<div class="bodytitleleft"></div> | |||
<div class="bodytitletxt">批量管理</div> | |||
</div> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | |||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form action="sys_data_replace.php" name="form1" method="post" target="stafrm" onSubmit="return CheckSubmit()"> | |||
<input type='hidden' name='action' value='apply'> | |||
<tr> | |||
<td height="26" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif" style="padding-left:10px">数据库内容替换:</td> | |||
<td height="26" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif" style="padding-left:10px">数据库内容替换</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor="#FFFFFF"> | |||
<table width="100%" border="0" cellpadding="2" cellspacing="2" class="table table-borderless"> | |||
<tr bgcolor="#FFFFFF"> | |||
<td colspan="2" style="line-height:180%"> | |||
<div class="alert alert-info" role="alert"> | |||
<div class="alert alert-info"> | |||
<i class="fa fa-info-circle" aria-hidden="true"></i> 程序用于批量替换数据库中某字段的内容,此操作极为危险,请小心使用 | |||
</div> | |||
</td> | |||
@@ -53,7 +53,7 @@ | |||
</script> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="99%" border="0" cellpadding="3" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<tr> | |||
<td height="20" colspan="4" background="../static/web/img/tbg.gif"> | |||
@@ -7,7 +7,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name="form1" action="content_att.php" method="post"> | |||
<input type="hidden" name="dopost" value="save"> | |||
@@ -7,7 +7,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel='stylesheet' href='../static/web/css/admin.css'> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<table width="98%" border="0" cellpadding="2" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name='form1' action='sys_group_add.php' method='post'> | |||
<input type='hidden' name='dopost' value='save'> | |||
@@ -7,7 +7,7 @@ | |||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||
<link rel='stylesheet' href='../static/web/css/admin.css'> | |||
</head> | |||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | |||
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8"> | |||
<center> | |||
<table width="98%" border="0" cellpadding="2" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | |||
<form name='form1' action='sys_group_edit.php' method='post'> | |||
@@ -40,7 +40,7 @@ | |||
if($line=="") continue; | |||
if(preg_match("#^>>#", $line)) | |||
{ | |||
if($start>0) echo " </td></tr>\r\n"; | |||
if($start>0) echo "</td></tr>\r\n"; | |||
$start++; | |||
$lhead = " | |||
<tr> | |||
@@ -83,10 +83,7 @@ | |||
</td> | |||
</tr> | |||
<tr> | |||
<td height="50" align="center"></td> | |||
<td height="50"> | |||
<button type="submit" class="btn btn-success" class="coolbg np">保存</button> | |||
</td> | |||
<td height="36" colspan="2" align="center"><button type="submit" class="btn btn-success" class="coolbg np">保存</button></td> | |||
</tr> | |||
</table> | |||
</td> | |||
@@ -216,7 +216,7 @@ function resetCookieEncode() { | |||
?> | |||
</div> | |||
<table width="100%" border="0" cellspacing="1" cellpadding="1" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="table table-borderless"> | |||
<tr height="36"> | |||
<tr align="center" height="36"> | |||
<td> | |||
<button type="submit" class="btn btn-success">确定</button> | |||
<button type="button" onClick="document.form1.reset()" class="btn btn-success">重置</button> | |||