@@ -156,7 +156,7 @@ else if ($dopost == "GetSunListsMenu") { | |||||
PutCookie('lastCid', $cid, 3600 * 24, "/"); | PutCookie('lastCid', $cid, 3600 * 24, "/"); | ||||
$tu = new TypeUnit(); | $tu = new TypeUnit(); | ||||
$tu->dsql = $dsql; | $tu->dsql = $dsql; | ||||
echo "<table width='100%'>\r\n"; | |||||
echo "<table>\r\n"; | |||||
$tu->LogicListAllSunType($cid, " "); | $tu->LogicListAllSunType($cid, " "); | ||||
echo "</table>\r\n"; | echo "</table>\r\n"; | ||||
$tu->Close(); | $tu->Close(); | ||||
@@ -62,8 +62,8 @@ if (!empty($iseditor)) { | |||||
<script src="/static/web/js/jquery.min.js"></script> | <script src="/static/web/js/jquery.min.js"></script> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<div class="upload-box shadow-sm"> | |||||
<table class="table icon"> | |||||
<div class="upload-box"> | |||||
<table class="table shadow-sm icon"> | |||||
<tr> | <tr> | ||||
<td colspan="3"> | <td colspan="3"> | ||||
<form name="myform" action="select_images_post.php" method="POST" enctype="multipart/form-data"> | <form name="myform" action="select_images_post.php" method="POST" enctype="multipart/form-data"> | ||||
@@ -51,8 +51,8 @@ if (!empty($noeditor)) { | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | <link rel="stylesheet" href="/static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<div class="upload-box shadow-sm"> | |||||
<table class="table icon"> | |||||
<div class="upload-box"> | |||||
<table class="table shadow-sm icon"> | |||||
<tr> | <tr> | ||||
<td colspan="3"> | <td colspan="3"> | ||||
<form name="myform" action="select_media_post.php" method="POST" enctype="multipart/form-data"> | <form name="myform" action="select_media_post.php" method="POST" enctype="multipart/form-data"> | ||||
@@ -51,8 +51,8 @@ if (!empty($noeditor)) { | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | <link rel="stylesheet" href="/static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<div class="upload-box shadow-sm"> | |||||
<table class="table icon"> | |||||
<div class="upload-box"> | |||||
<table class="table shadow-sm icon"> | |||||
<tr> | <tr> | ||||
<td colspan="3"> | <td colspan="3"> | ||||
<form name="myform" action="select_soft_post.php" method="POST" enctype="multipart/form-data"> | <form name="myform" action="select_soft_post.php" method="POST" enctype="multipart/form-data"> | ||||
@@ -42,8 +42,8 @@ if (empty($comeback)) { | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | <link rel="stylesheet" href="/static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body > | <body > | ||||
<div class="upload-box shadow-sm"> | |||||
<table class="table icon"> | |||||
<div class="upload-box"> | |||||
<table class="table shadow-sm icon"> | |||||
<tr> | <tr> | ||||
<td colspan="3"> | <td colspan="3"> | ||||
<form name="myform" action="select_templets_post.php" method="POST" enctype="multipart/form-data"> | <form name="myform" action="select_templets_post.php" method="POST" enctype="multipart/form-data"> | ||||
@@ -56,7 +56,7 @@ function GetTagList($dsql,$pageno,$pagesize,$orderby='aid') | |||||
{ | { | ||||
global $cfg_phpurl, $addsql; | global $cfg_phpurl, $addsql; | ||||
$start = ($pageno-1) * $pagesize; | $start = ($pageno-1) * $pagesize; | ||||
$printhead ="<table class='table border my-3'> | |||||
$printhead ="<table class='table shadow-sm my-3'> | |||||
<tr> | <tr> | ||||
<td colspan='6'>自由列表管理</td> | <td colspan='6'>自由列表管理</td> | ||||
</tr> | </tr> | ||||
@@ -18,7 +18,7 @@ | |||||
function GetFormItem($ctag) | function GetFormItem($ctag) | ||||
{ | { | ||||
$fieldname = $ctag->GetName(); | $fieldname = $ctag->GetName(); | ||||
$formitem = "<table width=\"98%\" border=\"0\"> | |||||
$formitem = "<table> | |||||
<tr> | <tr> | ||||
<td width=\"120\">~name~</td> | <td width=\"120\">~name~</td> | ||||
<td>~form~</td> | <td>~form~</td> | ||||
@@ -66,7 +66,7 @@ function GetFormItem($ctag) | |||||
} | } | ||||
if ($ctag->GetAtt("type") == "htmltext" || $ctag->GetAtt("type") == "textdata") { | if ($ctag->GetAtt("type") == "htmltext" || $ctag->GetAtt("type") == "textdata") { | ||||
$formitem = ''; | $formitem = ''; | ||||
$formitem .= "<table width=\"800\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"80\">".$ctag->GetAtt('itemname')."</td><td>"; | |||||
$formitem .= "<table><tr><td width=\"120\">".$ctag->GetAtt('itemname')."</td><td>"; | |||||
$formitem .= GetEditor($fieldname, '', 350, 'Basic', 'string'); | $formitem .= GetEditor($fieldname, '', 350, 'Basic', 'string'); | ||||
$formitem .= "</td></tr></table>\r\n"; | $formitem .= "</td></tr></table>\r\n"; | ||||
return $formitem; | return $formitem; | ||||
@@ -210,7 +210,7 @@ function GetFieldValue($dvalue, $dtype, $aid = 0, $job = 'add', $addvar = '') | |||||
function GetFormItemValue($ctag, $fvalue) | function GetFormItemValue($ctag, $fvalue) | ||||
{ | { | ||||
$fieldname = $ctag->GetName(); | $fieldname = $ctag->GetName(); | ||||
$formitem = "<table width=\"98%\" border=\"0\"> | |||||
$formitem = "<table> | |||||
<tr> | <tr> | ||||
<td width=\"120\">~name~</td> | <td width=\"120\">~name~</td> | ||||
<td>~form~</td> | <td>~form~</td> | ||||
@@ -271,13 +271,13 @@ function GetFormItemValue($ctag, $fvalue) | |||||
} else { | } else { | ||||
$okfvalue = ''; | $okfvalue = ''; | ||||
} | } | ||||
$formitem = "<table width=\"800\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"80\">".$ctag->GetAtt('itemname')."</td>\r\n"; | |||||
$formitem = "<table><tr><td width=\"120\">".$ctag->GetAtt('itemname')."</td>\r\n"; | |||||
$formitem .= "<td>\r\n".GetEditor($fieldname, $okfvalue, 350, 'Basic', 'string')."</td>\r\n"; | $formitem .= "<td>\r\n".GetEditor($fieldname, $okfvalue, 350, 'Basic', 'string')."</td>\r\n"; | ||||
$formitem .= "</tr></table>\r\n"; | $formitem .= "</tr></table>\r\n"; | ||||
$formitem .= "<input type='hidden' name='{$fieldname}_file' value='{$fvalue}'>\r\n"; | $formitem .= "<input type='hidden' name='{$fieldname}_file' value='{$fvalue}'>\r\n"; | ||||
return $formitem; | return $formitem; | ||||
} else if ($ctag->GetAtt("type") == "htmltext") { | } else if ($ctag->GetAtt("type") == "htmltext") { | ||||
$formitem = "<table width=\"800\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"80\">".$ctag->GetAtt('itemname')."</td>\r\n"; | |||||
$formitem = "<table><tr><td width=\"120\">".$ctag->GetAtt('itemname')."</td>\r\n"; | |||||
$formitem .= "<td>\r\n".GetEditor($fieldname, $fvalue, 350, 'Basic', 'string')."</td>\r\n"; | $formitem .= "<td>\r\n".GetEditor($fieldname, $fvalue, 350, 'Basic', 'string')."</td>\r\n"; | ||||
$formitem .= "</tr></table>\r\n"; | $formitem .= "</tr></table>\r\n"; | ||||
return $formitem; | return $formitem; | ||||
@@ -63,7 +63,7 @@ function GetKeywordList($dsql, $pageno, $pagesize, $orderby = 'aid') | |||||
$start = ($pageno - 1) * $pagesize; | $start = ($pageno - 1) * $pagesize; | ||||
$printhead = "<form name='form3' action=\"search_keywords_main.php\" method=\"post\"> | $printhead = "<form name='form3' action=\"search_keywords_main.php\" method=\"post\"> | ||||
<input name=\"dopost\" type=\"hidden\" value=\"\"> | <input name=\"dopost\" type=\"hidden\" value=\"\"> | ||||
<table class='table border my-3'> | |||||
<table class='table shadow-sm my-3'> | |||||
<tr> | <tr> | ||||
<td colspan='8'>搜索关键词维护</td> | <td colspan='8'>搜索关键词维护</td> | ||||
</tr> | </tr> | ||||
@@ -99,7 +99,7 @@ else if ($dopost == 'search') { | |||||
$keywords = isset($keywords) ? strip_tags($keywords) : ''; | $keywords = isset($keywords) ? strip_tags($keywords) : ''; | ||||
$i = 1; | $i = 1; | ||||
$configstr = <<<EOT | $configstr = <<<EOT | ||||
<table id="tdSearch" class="table border my-3"> | |||||
<table id="tdSearch" class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="3">系统设置搜索</td> | <td colspan="3">系统设置搜索</td> | ||||
</tr> | </tr> | ||||
@@ -9,7 +9,7 @@ | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | <link rel="stylesheet" href="/static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td>当前位置 - <?php echo $keyword;?>搜索结果</td> | <td>当前位置 - <?php echo $keyword;?>搜索结果</td> | ||||
</tr> | </tr> | ||||
@@ -17,7 +17,7 @@ | |||||
<input type="hidden" name="normbody[style]" value="code" id="adstyle"> | <input type="hidden" name="normbody[style]" value="code" id="adstyle"> | ||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | <input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="ad_main.php">广告管理</a> - 添加广告</td> | <td colspan="2"><a href="ad_main.php">广告管理</a> - 添加广告</td> | ||||
</tr> | </tr> | ||||
@@ -100,7 +100,7 @@ | |||||
</form> | </form> | ||||
<div id="formtxt" style="display:none"> | <div id="formtxt" style="display:none"> | ||||
<div class="content" id="code" style="display:none"> | <div class="content" id="code" style="display:none"> | ||||
<table class="border"> | |||||
<table> | |||||
<tr> | <tr> | ||||
<td width="260">广告代码:请填写广告代码,支持网页代码</td> | <td width="260">广告代码:请填写广告代码,支持网页代码</td> | ||||
<td><textarea name="normbody[htmlcode]" class="admin-textarea-xl"></textarea></td> | <td><textarea name="normbody[htmlcode]" class="admin-textarea-xl"></textarea></td> | ||||
@@ -108,7 +108,7 @@ | |||||
</table> | </table> | ||||
</div> | </div> | ||||
<div id="txt" class="content" style="display:none"> | <div id="txt" class="content" style="display:none"> | ||||
<table class="border"> | |||||
<table> | |||||
<tr> | <tr> | ||||
<td width="260">文字文档</td> | <td width="260">文字文档</td> | ||||
<td><input type="text" name="normbody[title]" class="admin-input-lg"></td> | <td><input type="text" name="normbody[title]" class="admin-input-lg"></td> | ||||
@@ -128,7 +128,7 @@ | |||||
</table> | </table> | ||||
</div> | </div> | ||||
<div id="img" class="content" style="display:none"> | <div id="img" class="content" style="display:none"> | ||||
<table class="border"> | |||||
<table> | |||||
<tr> | <tr> | ||||
<td width="260">图片地址</td> | <td width="260">图片地址</td> | ||||
<td><input type="text" name="normbody[url]" class="admin-input-lg"></td> | <td><input type="text" name="normbody[url]" class="admin-input-lg"></td> | ||||
@@ -152,7 +152,7 @@ | |||||
</table> | </table> | ||||
</div> | </div> | ||||
<div id="flash" class="content" style="display:none"> | <div id="flash" class="content" style="display:none"> | ||||
<table class="border"> | |||||
<table> | |||||
<tr> | <tr> | ||||
<td width="260">flash链接</td> | <td width="260">flash链接</td> | ||||
<td><input type="text" name="normbody[link]" class="admin-input-lg"></td> | <td><input type="text" name="normbody[link]" class="admin-input-lg"></td> | ||||
@@ -17,7 +17,7 @@ | |||||
<input type="hidden" name="aid" value="<?php echo $aid?>"> | <input type="hidden" name="aid" value="<?php echo $aid?>"> | ||||
<input type="hidden" name="dopost" value="saveedit"> | <input type="hidden" name="dopost" value="saveedit"> | ||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | <input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="ad_main.php">广告管理</a> - 修改广告</td> | <td colspan="2"><a href="ad_main.php">广告管理</a> - 修改广告</td> | ||||
</tr> | </tr> | ||||
@@ -12,7 +12,7 @@ | |||||
<body> | <body> | ||||
<form name="form3" action="ad_main.php" method="get" id="form3"> | <form name="form3" action="ad_main.php" method="get" id="form3"> | ||||
<input type="hidden" name="dopost" value="listArchives"> | <input type="hidden" name="dopost" value="listArchives"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" placeholder="请输入关键词" class="admin-input-lg mr-3"> | <input type="text" name="keyword" placeholder="请输入关键词" class="admin-input-lg mr-3"> | ||||
@@ -27,7 +27,7 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | </form> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="7">广告管理</td> | <td colspan="7">广告管理</td> | ||||
</tr> | </tr> | ||||
@@ -10,7 +10,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form1" action="adtype_main.php" method="post"> | <form name="form1" action="adtype_main.php" method="post"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="3"><input type="hidden" name="dopost" value="save">广告分类管理</td> | <td colspan="3"><input type="hidden" name="dopost" value="save">广告分类管理</td> | ||||
</tr> | </tr> | ||||
@@ -27,7 +27,7 @@ | |||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<input type="hidden" name="maxwidth" id="maxwidth" value="<?php echo $cfg_album_width;?>"> | <input type="hidden" name="maxwidth" id="maxwidth" value="<?php echo $cfg_album_width;?>"> | ||||
<input type="hidden" id="albums" name="albums"> | <input type="hidden" id="albums" name="albums"> | ||||
<table class="border my-3"> | |||||
<table class="shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td class="admin-td">发布图片文档</td> | <td class="admin-td">发布图片文档</td> | ||||
</tr> | </tr> | ||||
@@ -137,7 +137,7 @@ | |||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
</span> | </span> | ||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid');" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | |||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid');" class="btn btn-success btn-sm">选择</a> | |||||
<?php if ($cfg_need_typeid2=='Y') {echo "<a href='javascript:AddTypeid2();' class='btn btn-success btn-sm'>副栏目</a>";}?> | <?php if ($cfg_need_typeid2=='Y') {echo "<a href='javascript:AddTypeid2();' class='btn btn-success btn-sm'>副栏目</a>";}?> | ||||
</td> | </td> | ||||
<td width="120">需要金币:</td> | <td width="120">需要金币:</td> | ||||
@@ -154,7 +154,7 @@ | |||||
<td> | <td> | ||||
<span id="typeid2ct"></span> | <span id="typeid2ct"></span> | ||||
<input type="text" name="typeid2" id="typeid2" class="admin-input-sm"> | <input type="text" name="typeid2" id="typeid2" class="admin-input-sm"> | ||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2');" title="选择主栏目" title="副栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | |||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2');" class="btn btn-success btn-sm">选择</a> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -26,7 +26,7 @@ | |||||
<input type="hidden" name="imagebody"> | <input type="hidden" name="imagebody"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<input type="hidden" id="albums" name="albums"> | <input type="hidden" id="albums" name="albums"> | ||||
<table class="border my-3"> | |||||
<table class="shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td class="admin-td">修改图片文档</td> | <td class="admin-td">修改图片文档</td> | ||||
</tr> | </tr> | ||||
@@ -136,7 +136,7 @@ | |||||
echo $typeOptions; | echo $typeOptions; | ||||
echo '</select>'; | echo '</select>'; | ||||
?> | ?> | ||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid','<?php echo $arcRow['typeid'];?>');" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | |||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid','<?php echo $arcRow['typeid'];?>');" class="btn btn-success btn-sm">选择</a> | |||||
</td> | </td> | ||||
<td width="120">需要金币:</td> | <td width="120">需要金币:</td> | ||||
<td><input type="text" name="money" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td> | <td><input type="text" name="money" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td> | ||||
@@ -153,7 +153,7 @@ | |||||
<td> | <td> | ||||
<span id="typeid2ct"></span> | <span id="typeid2ct"></span> | ||||
<input type="text" name="typeid2" id="typeid2" value="<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']);?>" class="admin-input-sm"> | <input type="text" name="typeid2" id="typeid2" value="<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']);?>" class="admin-input-sm"> | ||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2','<?php echo $arcRow['typeid2'];?>');" title="副栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | |||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2','<?php echo $arcRow['typeid2'];?>');" class="btn btn-success btn-sm">选择</a> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -23,7 +23,7 @@ | |||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>"> | <input type="hidden" name="channelid" value="<?php echo $channelid?>"> | ||||
<input type="hidden" name="cid" value="<?php echo $cid?>"> | <input type="hidden" name="cid" value="<?php echo $cid?>"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table class="border my-3"> | |||||
<table class="shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td class="admin-td">发布自定义文档</td> | <td class="admin-td">发布自定义文档</td> | ||||
</tr> | </tr> | ||||
@@ -140,7 +140,7 @@ | |||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
</span> | </span> | ||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid');" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | |||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid');" class="btn btn-success btn-sm">选择</a> | |||||
<?php if ($cfg_need_typeid2=='Y') {echo "<a href='javascript:AddTypeid2();' class='btn btn-success btn-sm'>副栏目</a>";}?> | <?php if ($cfg_need_typeid2=='Y') {echo "<a href='javascript:AddTypeid2();' class='btn btn-success btn-sm'>副栏目</a>";}?> | ||||
</td> | </td> | ||||
<td width="120">需要金币:</td> | <td width="120">需要金币:</td> | ||||
@@ -158,7 +158,7 @@ | |||||
<td> | <td> | ||||
<span id="typeid2ct"></span> | <span id="typeid2ct"></span> | ||||
<input type="text" name="typeid2" id="typeid2" class="admin-input-sm"> | <input type="text" name="typeid2" id="typeid2" class="admin-input-sm"> | ||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2');" title="副栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | |||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2');" class="btn btn-success btn-sm">选择</a> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -23,7 +23,7 @@ | |||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>"> | <input type="hidden" name="channelid" value="<?php echo $channelid?>"> | ||||
<input type="hidden" name="id" value="<?php echo $aid?>"> | <input type="hidden" name="id" value="<?php echo $aid?>"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table class="border my-3"> | |||||
<table class="shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td class="admin-td">修改自定义文档</td> | <td class="admin-td">修改自定义文档</td> | ||||
</tr> | </tr> | ||||
@@ -142,7 +142,7 @@ | |||||
echo $typeOptions; | echo $typeOptions; | ||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid');" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | |||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid');" class="btn btn-success btn-sm">选择</a> | |||||
</td> | </td> | ||||
<td width="120">需要金币:</td> | <td width="120">需要金币:</td> | ||||
<td><input type="text" name="money" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td> | <td><input type="text" name="money" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td> | ||||
@@ -159,7 +159,7 @@ | |||||
<td> | <td> | ||||
<span id="typeid2ct"></span> | <span id="typeid2ct"></span> | ||||
<input type="text" name="typeid2" id="typeid2" value="<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']);?>" class="admin-input-sm"> | <input type="text" name="typeid2" id="typeid2" value="<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']);?>" class="admin-input-sm"> | ||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2','<?php echo $arcRow['typeid2'];?>');" title="副栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | |||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2','<?php echo $arcRow['typeid2'];?>');" class="btn btn-success btn-sm">选择</a> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -23,7 +23,7 @@ | |||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>"> | <input type="hidden" name="channelid" value="<?php echo $channelid?>"> | ||||
<input type="hidden" name="cid" value="<?php echo $cid?>"> | <input type="hidden" name="cid" value="<?php echo $cid?>"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table class="border my-3"> | |||||
<table class="shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td class="admin-td">发布分类文档</td> | <td class="admin-td">发布分类文档</td> | ||||
</tr> | </tr> | ||||
@@ -93,7 +93,7 @@ | |||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
</span> | </span> | ||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid');" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | |||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid');" class="btn btn-success btn-sm">选择</a> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -24,7 +24,7 @@ | |||||
<input type="hidden" name="id" value="<?php echo $aid;?>"> | <input type="hidden" name="id" value="<?php echo $aid;?>"> | ||||
<input type="hidden" name="sortrank" value="<?php echo $addRow['senddate'];?>"> | <input type="hidden" name="sortrank" value="<?php echo $addRow['senddate'];?>"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table class="border my-3"> | |||||
<table class="shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td class="admin-td">修改分类文档</td> | <td class="admin-td">修改分类文档</td> | ||||
</tr> | </tr> | ||||
@@ -95,7 +95,7 @@ | |||||
echo $typeOptions; | echo $typeOptions; | ||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid','<?php echo $addRow['typeid'];?>');" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | |||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid','<?php echo $addRow['typeid'];?>');" class="btn btn-success btn-sm">选择</a> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -22,7 +22,7 @@ | |||||
<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();"> | ||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>"> | <input type="hidden" name="channelid" value="<?php echo $channelid?>"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table class="border my-3"> | |||||
<table class="shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td class="admin-td">发布文档</td> | <td class="admin-td">发布文档</td> | ||||
</tr> | </tr> | ||||
@@ -132,7 +132,7 @@ | |||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
</span> | </span> | ||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid');" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | |||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid');" class="btn btn-success btn-sm">选择</a> | |||||
<?php if ($cfg_need_typeid2=='Y') {echo "<a href='javascript:AddTypeid2();' class='btn btn-success btn-sm'>副栏目</a>";}?> | <?php if ($cfg_need_typeid2=='Y') {echo "<a href='javascript:AddTypeid2();' class='btn btn-success btn-sm'>副栏目</a>";}?> | ||||
</td> | </td> | ||||
<td width="120">需要金币:</td> | <td width="120">需要金币:</td> | ||||
@@ -149,7 +149,7 @@ | |||||
<td> | <td> | ||||
<span id="typeid2ct"></span> | <span id="typeid2ct"></span> | ||||
<input type="text" name="typeid2" id="typeid2" class="admin-input-sm"> | <input type="text" name="typeid2" id="typeid2" class="admin-input-sm"> | ||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2');" title="副栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | |||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2');" class="btn btn-success btn-sm">选择</a> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -10,7 +10,7 @@ | |||||
</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"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="4">自动摘要分页</td> | <td colspan="4">自动摘要分页</td> | ||||
</tr> | </tr> | ||||
@@ -23,7 +23,7 @@ | |||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<input type="hidden" name="channelid" value="<?php echo $channelid?>"> | <input type="hidden" name="channelid" value="<?php echo $channelid?>"> | ||||
<input type="hidden" name="id" value="<?php echo $aid?>"> | <input type="hidden" name="id" value="<?php echo $aid?>"> | ||||
<table class="border my-3"> | |||||
<table class="shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td class="admin-td">修改文档</td> | <td class="admin-td">修改文档</td> | ||||
</tr> | </tr> | ||||
@@ -137,7 +137,7 @@ | |||||
echo $typeOptions; | echo $typeOptions; | ||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid','<?php echo $arcRow['typeid'];?>');" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | |||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid','<?php echo $arcRow['typeid'];?>');" class="btn btn-success btn-sm">选择</a> | |||||
</td> | </td> | ||||
<td width="120">需要金币:</td> | <td width="120">需要金币:</td> | ||||
<td><input type="text" name="money" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td> | <td><input type="text" name="money" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td> | ||||
@@ -154,7 +154,7 @@ | |||||
<td> | <td> | ||||
<span id="typeid2ct"></span> | <span id="typeid2ct"></span> | ||||
<input type="text" name="typeid2" id="typeid2" value="<?php echo ($arcRow['typeid2']=='0'?'':$arcRow['typeid2']);?>" class="admin-input-sm"> | <input type="text" name="typeid2" id="typeid2" value="<?php echo ($arcRow['typeid2']=='0'?'':$arcRow['typeid2']);?>" class="admin-input-sm"> | ||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2','<?php echo $arcRow['typeid2'];?>');" title="副栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a> | |||||
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid2','<?php echo $arcRow['typeid2'];?>');" class="btn btn-success btn-sm">选择</a> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -11,7 +11,7 @@ | |||||
<body> | <body> | ||||
<form name="form2" action="article_keywords_main.php"> | <form name="form2" action="article_keywords_main.php"> | ||||
<input type="hidden" name="dopost" value="add"> | <input type="hidden" name="dopost" value="add"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" id="keyword" placeholder="请输入关键词" class="admin-input-lg mr-3"> | <input type="text" name="keyword" id="keyword" placeholder="请输入关键词" class="admin-input-lg mr-3"> | ||||
@@ -24,7 +24,7 @@ | |||||
</form> | </form> | ||||
<form name="form3" action="article_keywords_main.php" method="post"> | <form name="form3" action="article_keywords_main.php" method="post"> | ||||
<input type="hidden" name="dopost" value="saveall"> | <input type="hidden" name="dopost" value="saveall"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="5">文档关键词维护</td> | <td colspan="5">文档关键词维护</td> | ||||
</tr> | </tr> | ||||
@@ -11,7 +11,7 @@ | |||||
<body> | <body> | ||||
<form name="form1" action="article_keywords_main.php"> | <form name="form1" action="article_keywords_main.php"> | ||||
<input type="hidden" name="dopost" value="add"> | <input type="hidden" name="dopost" value="add"> | ||||
<table id="addnew" class="table border table-borderless mt-3" style="display:none"> | |||||
<table id="addnew" class="table shadow-sm table-borderless mt-3" style="display:none"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" id="keyword" placeholder="请输入关键词" class="admin-input-lg mr-3"> | <input type="text" name="keyword" id="keyword" placeholder="请输入关键词" class="admin-input-lg mr-3"> | ||||
@@ -23,7 +23,7 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
<form name="form2"> | <form name="form2"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keywords" id="keywords" value="<?php echo $keywords?>" placeholder="请输入关键词" class="admin-input-lg mr-3"> | <input type="text" name="keywords" id="keywords" value="<?php echo $keywords?>" placeholder="请输入关键词" class="admin-input-lg mr-3"> | ||||
@@ -16,7 +16,7 @@ | |||||
<input type="hidden" name="channelid" value="<?php echo $channelid;?>"> | <input type="hidden" name="channelid" value="<?php echo $channelid;?>"> | ||||
<input type="hidden" name="maintable" value="<?php echo $maintable;?>"> | <input type="hidden" name="maintable" value="<?php echo $maintable;?>"> | ||||
<input type="hidden" name="titles"> | <input type="hidden" name="titles"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="3">重复文档列表</td> | <td colspan="3">重复文档列表</td> | ||||
</tr> | </tr> | ||||
@@ -11,7 +11,7 @@ | |||||
<body> | <body> | ||||
<form action="article_test_same.php" name="form1" target="stafrm"> | <form action="article_test_same.php" name="form1" target="stafrm"> | ||||
<input type="hidden" name="dopost" value="analyse"> | <input type="hidden" name="dopost" value="analyse"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">文档重复检测</td> | <td colspan="2">文档重复检测</td> | ||||
</tr> | </tr> | ||||
@@ -11,7 +11,7 @@ | |||||
<body> | <body> | ||||
<form action="cards_make.php" name="form1" target="stafrm"> | <form action="cards_make.php" name="form1" target="stafrm"> | ||||
<input type="hidden" name="dopost" value="make"> | <input type="hidden" name="dopost" value="make"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="4">生成积分</td> | <td colspan="4">生成积分</td> | ||||
</tr> | </tr> | ||||
@@ -9,7 +9,7 @@ | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | <link rel="stylesheet" href="/static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<button type="button" onclick="location='cards_manage.php';" class="btn btn-success btn-sm">全部</button> | <button type="button" onclick="location='cards_manage.php';" class="btn btn-success btn-sm">全部</button> | ||||
@@ -22,7 +22,7 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<form name="form1"> | <form name="form1"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="7">积分产品管理</td> | <td colspan="7">积分产品管理</td> | ||||
</tr> | </tr> | ||||
@@ -11,7 +11,7 @@ | |||||
<body> | <body> | ||||
<form name="form1" action="cards_type.php" method="post"> | <form name="form1" action="cards_type.php" method="post"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="4">积分产品分类</td> | <td colspan="4">积分产品分类</td> | ||||
</tr> | </tr> | ||||
@@ -23,7 +23,7 @@ | |||||
echo " <input type='hidden' name='sitepath' value='{$myrow['sitepath']}'>"; | echo " <input type='hidden' name='sitepath' value='{$myrow['sitepath']}'>"; | ||||
} | } | ||||
?> | ?> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="4">添加栏目</td> | <td colspan="4">添加栏目</td> | ||||
</tr> | </tr> | ||||
@@ -170,7 +170,7 @@ | |||||
<label><input type="radio" name="cross" id="cross0" value="0" onclick="CheckCross();" checked> 不交叉</label> | <label><input type="radio" name="cross" id="cross0" value="0" onclick="CheckCross();" checked> 不交叉</label> | ||||
<label><input type="radio" name="cross" id="cross1" value="1" onclick="CheckCross();"> 自动获取同名栏目</label> | <label><input type="radio" name="cross" id="cross1" value="1" onclick="CheckCross();"> 自动获取同名栏目</label> | ||||
<label><input type="radio" name="cross" id="cross2" value="2" onclick="CheckCross();"> 指定交叉栏目id(英文逗号隔开)</label> | <label><input type="radio" name="cross" id="cross2" value="2" onclick="CheckCross();"> 指定交叉栏目id(英文逗号隔开)</label> | ||||
<a href="javascript:ShowHide('helpvarco');" title="帮助" class="btn btn-success btn-sm"><i class="fa fa-question-circle"></i></a><br> | |||||
<a href="javascript:ShowHide('helpvarco');" class="btn btn-success btn-sm">说明</a><br> | |||||
<textarea name="crossid" id="crossid" class="admin-textarea-sm" style="display:none"></textarea> | <textarea name="crossid" id="crossid" class="admin-textarea-sm" style="display:none"></textarea> | ||||
<div id="helpvarco" class="alert alert-info my-2" style="display:none">交叉栏目是大栏目与另一个非子栏目交叉的情况,相当于副栏目功能,需要在栏目里设置好</div> | <div id="helpvarco" class="alert alert-info my-2" style="display:none">交叉栏目是大栏目与另一个非子栏目交叉的情况,相当于副栏目功能,需要在栏目里设置好</div> | ||||
</td> | </td> | ||||
@@ -196,7 +196,7 @@ | |||||
<td> | <td> | ||||
<input type="text" name="tempindex" value="{style}/index_<?php echo $nid?>.htm" class="admin-input-lg"> | <input type="text" name="tempindex" value="{style}/index_<?php echo $nid?>.htm" class="admin-input-lg"> | ||||
<button type="button" name="set2" class="btn btn-success btn-sm" onclick="SelectTemplets('form1.tempindex')">选择</button> | <button type="button" name="set2" class="btn btn-success btn-sm" onclick="SelectTemplets('form1.tempindex')">选择</button> | ||||
<a href="javascript:ShowHide('helpvar1');" title="帮助" class="btn btn-success btn-sm"><i class="fa fa-question-circle"></i></a> | |||||
<a href="javascript:ShowHide('helpvar1');" class="btn btn-success btn-sm">说明</a> | |||||
<div id="helpvar1" class="alert alert-info my-2" style="display:none"> | <div id="helpvar1" class="alert alert-info my-2" style="display:none"> | ||||
<p>{tid} 栏目id</p> | <p>{tid} 栏目id</p> | ||||
<span>{cid} 栏目模型名字id</span> | <span>{cid} 栏目模型名字id</span> | ||||
@@ -212,7 +212,7 @@ | |||||
<td>列表命名规则:</td> | <td>列表命名规则:</td> | ||||
<td> | <td> | ||||
<input type="text" name="namerule2" id="namerule2" value="{typedir}/{tid}-{page}.html" class="admin-input-lg"> | <input type="text" name="namerule2" id="namerule2" value="{typedir}/{tid}-{page}.html" class="admin-input-lg"> | ||||
<a href="javascript:ShowHide('helpvar2');" title="帮助" class="btn btn-success btn-sm"><i class="fa fa-question-circle"></i></a> | |||||
<a href="javascript:ShowHide('helpvar2');" class="btn btn-success btn-sm">说明</a> | |||||
<div id="helpvar2" class="alert alert-info my-2" style="display:none"> | <div id="helpvar2" class="alert alert-info my-2" style="display:none"> | ||||
<p>静态规则</p> | <p>静态规则</p> | ||||
<p>{tid} 栏目id</p> | <p>{tid} 栏目id</p> | ||||
@@ -227,7 +227,7 @@ | |||||
<td>文档命名规则:</td> | <td>文档命名规则:</td> | ||||
<td> | <td> | ||||
<input type="text" name="namerule" tid="namerule" value="<?php echo $cfg_df_namerule;?>" class="admin-input-lg"> | <input type="text" name="namerule" tid="namerule" value="<?php echo $cfg_df_namerule;?>" class="admin-input-lg"> | ||||
<a href="javascript:ShowHide('helpvar3');" title="帮助" class="btn btn-success btn-sm"><i class="fa fa-question-circle"></i></a> | |||||
<a href="javascript:ShowHide('helpvar3');" class="btn btn-success btn-sm">说明</a> | |||||
<div id="helpvar3" class="alert alert-info my-2" style="display:none"> | <div id="helpvar3" class="alert alert-info my-2" style="display:none"> | ||||
<p>静态规则</p> | <p>静态规则</p> | ||||
<p>{Y}{M}{D} 年月日</p> | <p>{Y}{M}{D} 年月日</p> | ||||
@@ -268,7 +268,7 @@ | |||||
<input type="text" name="apikey" id="apikey" class="admin-input-lg" placeholder="请输入跨站调用秘钥"> | <input type="text" name="apikey" id="apikey" class="admin-input-lg" placeholder="请输入跨站调用秘钥"> | ||||
<label><input type="radio" name="apienabled" value="1"> 支持</label> | <label><input type="radio" name="apienabled" value="1"> 支持</label> | ||||
<label><input type="radio" name="apienabled" value="0" checked> 不支持</label> | <label><input type="radio" name="apienabled" value="0" checked> 不支持</label> | ||||
<a href="javascript:makeAPIKey();" class="btn btn-success btn-sm" title="更新秘钥"><i class="fa fa-repeat"></i></a> | |||||
<a href="javascript:makeAPIKey();" class="btn btn-success btn-sm">更新</i></a> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -15,7 +15,7 @@ | |||||
<form name="form1" action="catalog_add.php" method="post"> | <form name="form1" action="catalog_add.php" method="post"> | ||||
<input type="hidden" name="dopost" value="savequick"> | <input type="hidden" name="dopost" value="savequick"> | ||||
<input type="hidden" name="savetype" id="savetype"> | <input type="hidden" name="savetype" id="savetype"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="4">批量添加栏目</td> | <td colspan="4">批量添加栏目</td> | ||||
</tr> | </tr> | ||||
@@ -71,7 +71,7 @@ | |||||
<td>列表命名规则:</td> | <td>列表命名规则:</td> | ||||
<td> | <td> | ||||
<input type="text" name="namerule2" id="namerule2" value="{typedir}/{tid}-{page}.html" class="admin-input-lg"> | <input type="text" name="namerule2" id="namerule2" value="{typedir}/{tid}-{page}.html" class="admin-input-lg"> | ||||
<a href="javascript:ShowHide('helpvar1');" title="帮助" class="btn btn-success btn-sm"><i class="fa fa-question-circle"></i></a> | |||||
<a href="javascript:ShowHide('helpvar1');" class="btn btn-success btn-sm">说明</a> | |||||
<div id="helpvar1" class="alert alert-info my-2" style="display:none"> | <div id="helpvar1" class="alert alert-info my-2" style="display:none"> | ||||
<p>静态规则</p> | <p>静态规则</p> | ||||
<p>{tid} 栏目id</p> | <p>{tid} 栏目id</p> | ||||
@@ -86,7 +86,7 @@ | |||||
<td>文档命名规则:</td> | <td>文档命名规则:</td> | ||||
<td> | <td> | ||||
<input type="text" name="namerule" id="namerule" value="{typedir}/{aid}.html" class="admin-input-lg"> | <input type="text" name="namerule" id="namerule" value="{typedir}/{aid}.html" class="admin-input-lg"> | ||||
<a href="javascript:ShowHide('helpvar2');" title="帮助" class="btn btn-success btn-sm"><i class="fa fa-question-circle"></i></a> | |||||
<a href="javascript:ShowHide('helpvar2');" class="btn btn-success btn-sm">说明</a> | |||||
<div id="helpvar2" class="alert alert-info my-2" style="display:none"> | <div id="helpvar2" class="alert alert-info my-2" style="display:none"> | ||||
<p>静态规则</p> | <p>静态规则</p> | ||||
<p>{Y}{M}{D} 年月日</p> | <p>{Y}{M}{D} 年月日</p> | ||||
@@ -106,7 +106,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td colspan="4"> | <td colspan="4"> | ||||
<table id="addQuick" align="center" class="table border"> | |||||
<table id="addQuick" align="center" class="table"> | |||||
<tr align="center"> | <tr align="center"> | ||||
<td width="6%" class="border-top-0">排序</td> | <td width="6%" class="border-top-0">排序</td> | ||||
<td width="16%" class="border-top-0">顶级栏目名称</td> | <td width="16%" class="border-top-0">顶级栏目名称</td> | ||||
@@ -134,7 +134,7 @@ | |||||
</tr> | </tr> | ||||
<?php }?> | <?php }?> | ||||
</table> | </table> | ||||
<table id="addQuickRel" align="center" class="table border" style="display:none"> | |||||
<table id="addQuickRel" align="center" class="table" style="display:none"> | |||||
<tr align="center"> | <tr align="center"> | ||||
<td width="6%">排序</td> | <td width="6%">排序</td> | ||||
<td width="16%">栏目名称</td> | <td width="16%">栏目名称</td> | ||||
@@ -16,7 +16,7 @@ | |||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<input type="hidden" name="id" value="<?php echo $id;?>"> | <input type="hidden" name="id" value="<?php echo $id;?>"> | ||||
<input type="hidden" name="topid" value="<?php echo $myrow['topid'];?>"> | <input type="hidden" name="topid" value="<?php echo $myrow['topid'];?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="4">修改栏目</td> | <td colspan="4">修改栏目</td> | ||||
</tr> | </tr> | ||||
@@ -155,7 +155,7 @@ | |||||
<label><input type="radio" name="cross" id="cross0" value="0" onclick="CheckCross();" <?php if ($myrow['cross']==0) echo 'checked';?>> 不交叉</label> | <label><input type="radio" name="cross" id="cross0" value="0" onclick="CheckCross();" <?php if ($myrow['cross']==0) echo 'checked';?>> 不交叉</label> | ||||
<label><input type="radio" name="cross" id="cross1" value="1" onclick="CheckCross();" <?php if ($myrow['cross']==1) echo 'checked';?>> 自动获取同名栏目</label> | <label><input type="radio" name="cross" id="cross1" value="1" onclick="CheckCross();" <?php if ($myrow['cross']==1) echo 'checked';?>> 自动获取同名栏目</label> | ||||
<label><input type="radio" name="cross" id="cross2" value="2" onclick="CheckCross();" <?php if ($myrow['cross']==2) echo 'checked';?>> 指定交叉栏目id(英文逗号隔开)</label> | <label><input type="radio" name="cross" id="cross2" value="2" onclick="CheckCross();" <?php if ($myrow['cross']==2) echo 'checked';?>> 指定交叉栏目id(英文逗号隔开)</label> | ||||
<a href="javascript:ShowHide('helpvarco');" title="帮助" class="btn btn-success btn-sm"><i class="fa fa-question-circle"></i></a><br> | |||||
<a href="javascript:ShowHide('helpvarco');" class="btn btn-success btn-sm">说明</a><br> | |||||
<textarea name="crossid" id="crossid" class="admin-textarea-sm" style="<?php if ($myrow['cross']!=2) echo'display:none';?>"><?php echo $myrow['crossid'];?></textarea> | <textarea name="crossid" id="crossid" class="admin-textarea-sm" style="<?php if ($myrow['cross']!=2) echo'display:none';?>"><?php echo $myrow['crossid'];?></textarea> | ||||
<div id="helpvarco" class="alert alert-info my-2" style="display:none">交叉栏目是大栏目与另一个非子栏目交叉的情况,相当于副栏目功能,需要在栏目里设置好</div> | <div id="helpvarco" class="alert alert-info my-2" style="display:none">交叉栏目是大栏目与另一个非子栏目交叉的情况,相当于副栏目功能,需要在栏目里设置好</div> | ||||
</td> | </td> | ||||
@@ -179,7 +179,7 @@ | |||||
<td> | <td> | ||||
<input type="text" name="tempindex" value="<?php echo $myrow['tempindex']?>" class="admin-input-lg"> | <input type="text" name="tempindex" value="<?php echo $myrow['tempindex']?>" class="admin-input-lg"> | ||||
<button type="button" name="set2" class="btn btn-success btn-sm" onclick="SelectTemplets('form1.tempindex')">选择</button> | <button type="button" name="set2" class="btn btn-success btn-sm" onclick="SelectTemplets('form1.tempindex')">选择</button> | ||||
<a href="javascript:ShowHide('helpvar1');" title="帮助" class="btn btn-success btn-sm"><i class="fa fa-question-circle"></i></a> | |||||
<a href="javascript:ShowHide('helpvar1');" class="btn btn-success btn-sm">说明</a> | |||||
<div id="helpvar1" class="alert alert-info my-2" style="display:none"> | <div id="helpvar1" class="alert alert-info my-2" style="display:none"> | ||||
<p>{tid} 栏目id</p> | <p>{tid} 栏目id</p> | ||||
<span>{cid} 栏目模型名字id</span> | <span>{cid} 栏目模型名字id</span> | ||||
@@ -195,7 +195,7 @@ | |||||
<td>列表命名规则:</td> | <td>列表命名规则:</td> | ||||
<td> | <td> | ||||
<input type="text" name="namerule2" id="namerule2" value="<?php echo $myrow['namerule2']?>" class="admin-input-lg"> | <input type="text" name="namerule2" id="namerule2" value="<?php echo $myrow['namerule2']?>" class="admin-input-lg"> | ||||
<a href="javascript:ShowHide('helpvar2');" title="帮助" class="btn btn-success btn-sm"><i class="fa fa-question-circle"></i></a> | |||||
<a href="javascript:ShowHide('helpvar2');" class="btn btn-success btn-sm">说明</a> | |||||
<div id="helpvar2" class="alert alert-info my-2" style="display:none"> | <div id="helpvar2" class="alert alert-info my-2" style="display:none"> | ||||
<p>静态规则</p> | <p>静态规则</p> | ||||
<p>{tid} 栏目id</p> | <p>{tid} 栏目id</p> | ||||
@@ -210,7 +210,7 @@ | |||||
<td>文档命名规则:</td> | <td>文档命名规则:</td> | ||||
<td> | <td> | ||||
<input type="text" name="namerule" id="namerule" value="<?php echo $myrow['namerule']?>" class="admin-input-lg"> | <input type="text" name="namerule" id="namerule" value="<?php echo $myrow['namerule']?>" class="admin-input-lg"> | ||||
<a href="javascript:ShowHide('helpvar3');" title="帮助" class="btn btn-success btn-sm"><i class="fa fa-question-circle"></i></a> | |||||
<a href="javascript:ShowHide('helpvar3');" class="btn btn-success btn-sm">说明</a> | |||||
<div id="helpvar3" class="alert alert-info my-2" style="display:none"> | <div id="helpvar3" class="alert alert-info my-2" style="display:none"> | ||||
<p>静态规则</p> | <p>静态规则</p> | ||||
<p>{Y}{M}{D} 年月日</p> | <p>{Y}{M}{D} 年月日</p> | ||||
@@ -251,8 +251,8 @@ | |||||
<input value="<?php echo $myrow['apikey']?>" type="text" name="apikey" id="apikey" class="admin-input-lg" placeholder="请输入跨站调用秘钥"> | <input value="<?php echo $myrow['apikey']?>" type="text" name="apikey" id="apikey" class="admin-input-lg" placeholder="请输入跨站调用秘钥"> | ||||
<label><input type="radio" name="apienabled" value="1" <?php if ($myrow['apienabled']=="1") echo 'checked';?>> 支持</label> | <label><input type="radio" name="apienabled" value="1" <?php if ($myrow['apienabled']=="1") echo 'checked';?>> 支持</label> | ||||
<label><input type="radio" name="apienabled" value="0" <?php if ($myrow['apienabled']=="0") echo 'checked';?>> 不支持</label> | <label><input type="radio" name="apienabled" value="0" <?php if ($myrow['apienabled']=="0") echo 'checked';?>> 不支持</label> | ||||
<a href="javascript:makeAPIKey();" class="btn btn-success btn-sm" title="更新秘钥"><i class="fa fa-repeat"></i></a> | |||||
<a href="javascript:showAPI(<?php echo $id;?>);" class="btn btn-success btn-sm" title="秘钥标签"><i class="fa fa-question-circle"></i></a> | |||||
<a href="javascript:makeAPIKey();" class="btn btn-success btn-sm">更新</i></a> | |||||
<a href="javascript:showAPI(<?php echo $id;?>);" class="btn btn-success btn-sm">说明</a> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -12,7 +12,7 @@ | |||||
<script src="/static/web/js/admin.catalog.js"></script> | <script src="/static/web/js/admin.catalog.js"></script> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<a href="catalog_add.php?listtype=all" class="btn btn-success btn-sm">添加栏目</a> | <a href="catalog_add.php?listtype=all" class="btn btn-success btn-sm">添加栏目</a> | ||||
@@ -30,12 +30,12 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<form name="form1" method="post" action="catalog_do.php?dopost=upRankAll"> | <form name="form1" method="post" action="catalog_do.php?dopost=upRankAll"> | ||||
<table class="border column mb-3"> | |||||
<table class="shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td class="admin-td">网站栏目管理</td> | <td class="admin-td">网站栏目管理</td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td> | |||||
<td class="admin-td"> | |||||
<?php | <?php | ||||
if (empty($opendir)) $opendir=-1; | if (empty($opendir)) $opendir=-1; | ||||
if ($userChannel>0) $opendir=$userChannel; | if ($userChannel>0) $opendir=$userChannel; | ||||
@@ -11,7 +11,7 @@ | |||||
<body> | <body> | ||||
<form name="form1" action="content_att.php" method="post"> | <form name="form1" action="content_att.php" method="post"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="3">文档自定义属性</td> | <td colspan="3">文档自定义属性</td> | ||||
</tr> | </tr> | ||||
@@ -15,7 +15,7 @@ | |||||
<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"> | ||||
<input type="hidden" name="dopost" value="go"> | <input type="hidden" name="dopost" value="go"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">文档批量维护</td> | <td colspan="2">文档批量维护</td> | ||||
</tr> | </tr> | ||||
@@ -17,7 +17,7 @@ | |||||
<script src="/static/web/js/admin.list.js"></script> | <script src="/static/web/js/admin.list.js"></script> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<button type="button" class="btn btn-success btn-sm" onclick="location='catalog_do.php?channelid={dede:global.channelid/}&cid={dede:global.cid/}&dopost=addArchives';">添加文档</button> | <button type="button" class="btn btn-success btn-sm" onclick="location='catalog_do.php?channelid={dede:global.channelid/}&cid={dede:global.cid/}&dopost=addArchives';">添加文档</button> | ||||
@@ -37,7 +37,7 @@ | |||||
<form name="form3" action="content_i_list.php" method="get"> | <form name="form3" action="content_i_list.php" method="get"> | ||||
<input type="hidden" name="dopost" value="listArchives"> | <input type="hidden" name="dopost" value="listArchives"> | ||||
<input type="hidden" name="channelid" value="<?php echo $channelid;?>"> | <input type="hidden" name="channelid" value="<?php echo $channelid;?>"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" class="admin-input-lg mr-3" value="{dede:global.keyword/}" placeholder="请输入文档标题或文档id"> | <input type="text" name="keyword" class="admin-input-lg mr-3" value="{dede:global.keyword/}" placeholder="请输入文档标题或文档id"> | ||||
@@ -60,7 +60,7 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
<form name="form2"> | <form name="form2"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="10">{dede:global.positionname/}文档列表</td> | <td colspan="10">{dede:global.positionname/}文档列表</td> | ||||
</tr> | </tr> | ||||
@@ -98,7 +98,7 @@ | |||||
{/dede:datalist} | {/dede:datalist} | ||||
</table> | </table> | ||||
</form> | </form> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<a href="javascript:selAll();" class="btn btn-success btn-sm">全选</a> | <a href="javascript:selAll();" class="btn btn-success btn-sm">全选</a> | ||||
@@ -17,7 +17,7 @@ | |||||
<script src="/static/web/js/admin.list.js"></script> | <script src="/static/web/js/admin.list.js"></script> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<button type="button" class="btn btn-success btn-sm" onclick="location='catalog_do.php?channelid={dede:global.channelid/}&cid={dede:global.cid/}&dopost=addArchives';">添加文档</button> | <button type="button" class="btn btn-success btn-sm" onclick="location='catalog_do.php?channelid={dede:global.channelid/}&cid={dede:global.cid/}&dopost=addArchives';">添加文档</button> | ||||
@@ -36,7 +36,7 @@ | |||||
</table> | </table> | ||||
<form name="form3" action="content_list.php" method="get"> | <form name="form3" action="content_list.php" method="get"> | ||||
<input type="hidden" name="dopost" value="listArchives"> | <input type="hidden" name="dopost" value="listArchives"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" class="admin-input-lg mr-3" value="{dede:global.keyword/}" placeholder="请输入文档标题或文档id"> | <input type="text" name="keyword" class="admin-input-lg mr-3" value="{dede:global.keyword/}" placeholder="请输入文档标题或文档id"> | ||||
@@ -63,7 +63,7 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
<form name="form2"> | <form name="form2"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="10">{dede:global.positionname/}文档列表</td> | <td colspan="10">{dede:global.positionname/}文档列表</td> | ||||
</tr> | </tr> | ||||
@@ -14,7 +14,7 @@ | |||||
<script src="/static/web/js/admin.list.js"></script> | <script src="/static/web/js/admin.list.js"></script> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<button type="button" class="btn btn-success btn-sm" onclick="location='spec_add.php';">添加专题</button> | <button type="button" class="btn btn-success btn-sm" onclick="location='spec_add.php';">添加专题</button> | ||||
@@ -27,7 +27,7 @@ | |||||
<form name="form3" action="content_s_list.php" method="get"> | <form name="form3" action="content_s_list.php" method="get"> | ||||
<input type="hidden" name="dopost" value="listArchives"> | <input type="hidden" name="dopost" value="listArchives"> | ||||
<input type="hidden" name="channelid" value="3"> | <input type="hidden" name="channelid" value="3"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" class="admin-input-lg mr-3" value="<?php echo $keyword?>" placeholder="请输入文档标题或文档id"> | <input type="text" name="keyword" class="admin-input-lg mr-3" value="<?php echo $keyword?>" placeholder="请输入文档标题或文档id"> | ||||
@@ -42,7 +42,7 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
<form name="form2"> | <form name="form2"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="9">专题列表</td> | <td colspan="9">专题列表</td> | ||||
</tr> | </tr> | ||||
@@ -11,7 +11,7 @@ | |||||
<body> | <body> | ||||
<form name="form3" action="content_select_list.php" method="get"> | <form name="form3" action="content_select_list.php" method="get"> | ||||
<input type="hidden" name="f" value="<?php echo $f?>"> | <input type="hidden" name="f" value="<?php echo $f?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" class="admin-input-lg mr-3" value="<?php echo $keyword?>" placeholder="请输入文档标题或文档id"> | <input type="text" name="keyword" class="admin-input-lg mr-3" value="<?php echo $keyword?>" placeholder="请输入文档标题或文档id"> | ||||
@@ -25,7 +25,7 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
<form name="form2"> | <form name="form2"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="9">文档列表</td> | <td colspan="9">文档列表</td> | ||||
</tr> | </tr> | ||||
@@ -17,7 +17,7 @@ | |||||
<script src="/static/web/js/admin.list.js"></script> | <script src="/static/web/js/admin.list.js"></script> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<button type="button" class="btn btn-success btn-sm" onclick="location='catalog_do.php?channelid={dede:global.channelid/}&cid={dede:global.cid/}&dopost=addArchives';">添加文档</button> | <button type="button" class="btn btn-success btn-sm" onclick="location='catalog_do.php?channelid={dede:global.channelid/}&cid={dede:global.cid/}&dopost=addArchives';">添加文档</button> | ||||
@@ -36,7 +36,7 @@ | |||||
<form name="form3" action="content_sg_list.php" method="get"> | <form name="form3" action="content_sg_list.php" method="get"> | ||||
<input type="hidden" name="dopost" value="listArchives"> | <input type="hidden" name="dopost" value="listArchives"> | ||||
<input type="hidden" name="channelid" value="{dede:global.channelid/}"> | <input type="hidden" name="channelid" value="{dede:global.channelid/}"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" class="admin-input-lg mr-3" value="{dede:global.keyword/}" placeholder="请输入文档标题或文档id"> | <input type="text" name="keyword" class="admin-input-lg mr-3" value="{dede:global.keyword/}" placeholder="请输入文档标题或文档id"> | ||||
@@ -51,7 +51,7 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
<form name="form2"> | <form name="form2"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="9">{dede:global.positionname/}文档列表</td> | <td colspan="9">{dede:global.positionname/}文档列表</td> | ||||
</tr> | </tr> | ||||
@@ -13,7 +13,7 @@ | |||||
</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();"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="diy_main.php">自定义表单管理</a> - 添加自定义表单</td> | <td colspan="2"><a href="diy_main.php">自定义表单管理</a> - 添加自定义表单</td> | ||||
</tr> | </tr> | ||||
@@ -15,7 +15,7 @@ | |||||
<form name="form1" action="diy_edit.php" method="post" onSubmit="return checkSubmit();"> | <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="diyid" value="<?php echo $diyid;?>"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="diy_main.php">自定义表单管理</a> - 修改自定义表单</td> | <td colspan="2"><a href="diy_main.php">自定义表单管理</a> - 修改自定义表单</td> | ||||
</tr> | </tr> | ||||
@@ -59,7 +59,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td colspan="2"> | <td colspan="2"> | ||||
<table class="table border"> | |||||
<table class="table"> | |||||
<tr align="center"> | <tr align="center"> | ||||
<td width="16%" class="border-top-0">字段名称</td> | <td width="16%" class="border-top-0">字段名称</td> | ||||
<td width="16%" class="border-top-0">字段标识</td> | <td width="16%" class="border-top-0">字段标识</td> | ||||
@@ -12,7 +12,7 @@ | |||||
<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"> | ||||
<input type="hidden" name="dopost" value="edit"> | <input type="hidden" name="dopost" value="edit"> | ||||
<input type="hidden" name="id" value="<?php echo $row['id'];?>"> | <input type="hidden" name="id" value="<?php echo $row['id'];?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="<?php echo $ENV_GOBACK_URL;?>">自定义表单管理</a> - 修改<?php echo $diy->name;?>数据</td> | <td colspan="2"><a href="<?php echo $ENV_GOBACK_URL;?>">自定义表单管理</a> - 修改<?php echo $diy->name;?>数据</td> | ||||
</tr> | </tr> | ||||
@@ -16,7 +16,7 @@ | |||||
<input type="hidden" name="action" value="save"> | <input type="hidden" name="action" value="save"> | ||||
<input type="hidden" name="diyid" value="<?php echo $diyid?>"> | <input type="hidden" name="diyid" value="<?php echo $diyid?>"> | ||||
<input type="hidden" name="fieldstring"> | <input type="hidden" name="fieldstring"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">自定义表单管理</a> - 自定义表单添加字段</td> | <td colspan="2">自定义表单管理</a> - 自定义表单添加字段</td> | ||||
</tr> | </tr> | ||||
@@ -18,7 +18,7 @@ | |||||
<input type="hidden" name="fname" value="<?php echo $fname?>"> | <input type="hidden" name="fname" value="<?php echo $fname?>"> | ||||
<input type="hidden" name="issystem" value="<?php echo $issystem?>"> | <input type="hidden" name="issystem" value="<?php echo $issystem?>"> | ||||
<input type="hidden" name="fieldstring"> | <input type="hidden" name="fieldstring"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">自定义表单管理</a> - 自定义表单修改字段</td> | <td colspan="2">自定义表单管理</a> - 自定义表单修改字段</td> | ||||
</tr> | </tr> | ||||
@@ -12,7 +12,7 @@ | |||||
<form name="form1" action="diy_list.php"> | <form name="form1" action="diy_list.php"> | ||||
<input type="hidden" name="action" value="list"> | <input type="hidden" name="action" value="list"> | ||||
<input type="hidden" name="diyid" value="<?php echo $diy->diyid; ?>"> | <input type="hidden" name="diyid" value="<?php echo $diy->diyid; ?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" class="admin-input-lg mr-3" value="<?php echo $keyword; ?>" placeholder="请输入关键词"> | <input type="text" name="keyword" class="admin-input-lg mr-3" value="<?php echo $keyword; ?>" placeholder="请输入关键词"> | ||||
@@ -35,7 +35,7 @@ | |||||
</form> | </form> | ||||
<form action="diy_list.php" method="post"> | <form action="diy_list.php" method="post"> | ||||
<input type="hidden" name="diyid" value="<?php echo $diyid;?>"> | <input type="hidden" name="diyid" value="<?php echo $diyid;?>"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">自定义表单管理</a> - <?php echo $diy->name;?>列表</td> | <td colspan="2">自定义表单管理</a> - <?php echo $diy->name;?>列表</td> | ||||
</tr> | </tr> | ||||
@@ -10,7 +10,7 @@ | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | <link rel="stylesheet" href="/static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="4">自定义表单管理</td> | <td colspan="4">自定义表单管理</td> | ||||
</tr> | </tr> | ||||
@@ -11,7 +11,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form2"> | <form name="form2"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="8">挑错管理</td> | <td colspan="8">挑错管理</td> | ||||
</tr> | </tr> | ||||
@@ -12,7 +12,7 @@ | |||||
<form name="form1" method="post" action="feedback_edit.php"> | <form name="form1" method="post" action="feedback_edit.php"> | ||||
<input type="hidden" name="dopost" value="edit"> | <input type="hidden" name="dopost" value="edit"> | ||||
<input type="hidden" name="id" value="<?php echo $row['id'];?>"> | <input type="hidden" name="id" value="<?php echo $row['id'];?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="<?php echo $ENV_GOBACK_URL;?>">评论管理</a> - 修改评论</td> | <td colspan="2"><a href="<?php echo $ENV_GOBACK_URL;?>">评论管理</a> - 修改评论</td> | ||||
</tr> | </tr> | ||||
@@ -13,7 +13,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form1"> | <form name="form1"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" placeholder="请输入关键词" class="admin-input-lg mr-3"> | <input type="text" name="keyword" placeholder="请输入关键词" class="admin-input-lg mr-3"> | ||||
@@ -27,7 +27,7 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
<form name="feedback"> | <form name="feedback"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="8">评论列表</td> | <td colspan="8">评论列表</td> | ||||
</tr> | </tr> | ||||
@@ -24,7 +24,7 @@ | |||||
<input type="hidden" name="fmdo" value="edit"> | <input type="hidden" name="fmdo" value="edit"> | ||||
<input type="hidden" name="backurl" value="{dede:global name='backurl' function='urlencode(@me)'/}"> | <input type="hidden" name="backurl" value="{dede:global name='backurl' function='urlencode(@me)'/}"> | ||||
<input type="hidden" name="_csrf_token" value="{dede:global name='csrf_token'/}"> | <input type="hidden" name="_csrf_token" value="{dede:global name='csrf_token'/}"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">新建/修改文件</td> | <td colspan="2">新建/修改文件</td> | ||||
</tr> | </tr> | ||||
@@ -9,7 +9,7 @@ | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | <link rel="stylesheet" href="/static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<table class="table border icon my-3"> | |||||
<table class="table shadow-sm icon my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="4">文件管理器</td> | <td colspan="4">文件管理器</td> | ||||
</tr> | </tr> | ||||
@@ -12,7 +12,7 @@ | |||||
<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"> | ||||
<input type="hidden" name="activepath" value="{dede:global name='activepath'/}"> | <input type="hidden" name="activepath" value="{dede:global name='activepath'/}"> | ||||
<input type="hidden" name="fmdo" value="upload"> | <input type="hidden" name="fmdo" value="upload"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">文件上传</td> | <td colspan="2">文件上传</td> | ||||
</tr> | </tr> | ||||
@@ -24,7 +24,7 @@ | |||||
<div id="list4" style="display:none"><p><a href="[field:arcurl/]">[field:title/]</a></p><p><a href="[field:arcurl/]">[field:description/]</a></p><p><span>日期:[field:pubdate function="MyDate('Y-m-d', @me)"/]</span><span>浏览:[field:click/]</span><span>好评:[field:scores/]</span></p></div> | <div id="list4" style="display:none"><p><a href="[field:arcurl/]">[field:title/]</a></p><p><a href="[field:arcurl/]">[field:description/]</a></p><p><span>日期:[field:pubdate function="MyDate('Y-m-d', @me)"/]</span><span>浏览:[field:click/]</span><span>好评:[field:scores/]</span></p></div> | ||||
<form name="form1" action="freelist_add.php" method="post" onSubmit="return CheckSubmit();"> | <form name="form1" action="freelist_add.php" method="post" onSubmit="return CheckSubmit();"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="freelist_main.php">自由列表管理</a> - 添加自由列表</td> | <td colspan="2"><a href="freelist_main.php">自由列表管理</a> - 添加自由列表</td> | ||||
</tr> | </tr> | ||||
@@ -35,7 +35,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td colspan="2"> | <td colspan="2"> | ||||
<table class="w-100 table-borderless"> | |||||
<table class="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> | ||||
@@ -21,7 +21,7 @@ | |||||
<form name="form1" action="freelist_edit.php" method="post" onSubmit="return CheckSubmit();"> | <form name="form1" action="freelist_edit.php" method="post" onSubmit="return CheckSubmit();"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<input type="hidden" name="aid" value="<?php echo $row['aid']?>"> | <input type="hidden" name="aid" value="<?php echo $row['aid']?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="freelist_main.php">自由列表管理</a> - 修改自由列表</td> | <td colspan="2"><a href="freelist_main.php">自由列表管理</a> - 修改自由列表</td> | ||||
</tr> | </tr> | ||||
@@ -107,7 +107,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="freelist_main.php" name="form1" id="form1"> | <form action="freelist_main.php" name="form1" id="form1"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" id="keyword" value="<?php echo $keyword?>" class="admin-input-lg" placeholder="请输入关键词"> | <input type="text" name="keyword" id="keyword" value="<?php echo $keyword?>" class="admin-input-lg" placeholder="请输入关键词"> | ||||
@@ -119,7 +119,7 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
<div id="rslist"><?php GetTagList($dsql,$pageno,$pagesize,$orderby);?></div> | <div id="rslist"><?php GetTagList($dsql,$pageno,$pagesize,$orderby);?></div> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<div id="pagelist"> | <div id="pagelist"> | ||||
@@ -14,7 +14,7 @@ | |||||
<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();"> | ||||
<input type="hidden" name="dopost" value="add"> | <input type="hidden" name="dopost" value="add"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="friendlink_main.php">友情链接管理</a> - 添加友情链接</td> | <td colspan="2"><a href="friendlink_main.php">友情链接管理</a> - 添加友情链接</td> | ||||
</tr> | </tr> | ||||
@@ -12,7 +12,7 @@ | |||||
<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"> | ||||
<input type="hidden" name="id" value="<?php echo $myLink['id']?>"> | <input type="hidden" name="id" value="<?php echo $myLink['id']?>"> | ||||
<input type="hidden" name="dopost" value="saveedit"> | <input type="hidden" name="dopost" value="saveedit"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="friendlink_main.php">友情链接管理</a> - 友情链接修改</td> | <td colspan="2"><a href="friendlink_main.php">友情链接管理</a> - 友情链接修改</td> | ||||
</tr> | </tr> | ||||
@@ -14,7 +14,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="friendlink_main.php" name="form1" method="get"> | <form action="friendlink_main.php" name="form1" method="get"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" id="keyword" placeholder="请输入关键词" value="<?php echo $keyword;?>" class="admin-input-lg mr-3"> | <input type="text" name="keyword" id="keyword" placeholder="请输入关键词" value="<?php echo $keyword;?>" class="admin-input-lg mr-3"> | ||||
@@ -38,7 +38,7 @@ | |||||
<form name="form1" method="post" action="friendlink_edit.php" onSubmit="return checkSubmit();"> | <form name="form1" method="post" action="friendlink_edit.php" onSubmit="return checkSubmit();"> | ||||
<input type="hidden" name="dopost" value="delall"> | <input type="hidden" name="dopost" value="delall"> | ||||
<input type="hidden" name="allid"> | <input type="hidden" name="allid"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="9">友情链接管理</td> | <td colspan="9">友情链接管理</td> | ||||
</tr> | </tr> | ||||
@@ -11,7 +11,7 @@ | |||||
<body> | <body> | ||||
<form name="form1" action="friendlink_type.php" method="post"> | <form name="form1" action="friendlink_type.php" method="post"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="3"><a href="friendlink_main.php">友情链接管理</a></td> | <td colspan="3"><a href="friendlink_main.php">友情链接管理</a></td> | ||||
</tr> | </tr> | ||||
@@ -21,7 +21,7 @@ | |||||
<div class="row"> | <div class="row"> | ||||
<div id="body-tips" class="col-md-12"></div> | <div id="body-tips" class="col-md-12"></div> | ||||
<div class="col-md-12 my-3"> | <div class="col-md-12 my-3"> | ||||
<div class="card"> | |||||
<div class="card shadow-sm"> | |||||
<div class="card-header"> | <div class="card-header"> | ||||
<span><i class="fa fa-bar-chart"></i> 流量统计表</span> | <span><i class="fa fa-bar-chart"></i> 流量统计表</span> | ||||
</div> | </div> | ||||
@@ -60,7 +60,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="col-md-7 my-3"> | <div class="col-md-7 my-3"> | ||||
<div class="card"> | |||||
<div class="card shadow-sm"> | |||||
<div class="card-header"> | <div class="card-header"> | ||||
<span><i class="fa fa-cogs"></i> 软件信息</span> | <span><i class="fa fa-cogs"></i> 软件信息</span> | ||||
</div> | </div> | ||||
@@ -109,7 +109,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="col-md-5 my-3"> | <div class="col-md-5 my-3"> | ||||
<div class="card"> | |||||
<div class="card shadow-sm"> | |||||
<div class="card-header"> | <div class="card-header"> | ||||
<span><i class="fa fa-copyright"></i> 版本授权</span> | <span><i class="fa fa-copyright"></i> 版本授权</span> | ||||
<a href="javascript:;" id="systemUpdate" class="float-right">软件更新<span class="updates-dot"></span></a> | <a href="javascript:;" id="systemUpdate" class="float-right">软件更新<span class="updates-dot"></span></a> | ||||
@@ -118,7 +118,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="col-md-7 my-3"> | <div class="col-md-7 my-3"> | ||||
<div class="card"> | |||||
<div class="card shadow-sm"> | |||||
<div class="card-header"> | <div class="card-header"> | ||||
<span><i class="fa fa-line-chart"></i> 流量统计图</span> | <span><i class="fa fa-line-chart"></i> 流量统计图</span> | ||||
</div> | </div> | ||||
@@ -128,7 +128,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="col-md-5 my-3"> | <div class="col-md-5 my-3"> | ||||
<div class="card"> | |||||
<div class="card shadow-sm"> | |||||
<div class="card-header"> | <div class="card-header"> | ||||
<span><i class="fa fa-list"></i> 最新文档</span> | <span><i class="fa fa-list"></i> 最新文档</span> | ||||
</div> | </div> | ||||
@@ -10,7 +10,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="formsearch"> | <form name="formsearch"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="cip" id="cip" placeholder="请输入ip地址" class="admin-input-lg mr-3"> | <input type="text" name="cip" id="cip" placeholder="请输入ip地址" class="admin-input-lg mr-3"> | ||||
@@ -31,7 +31,7 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
<form name="form1"> | <form name="form1"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="7">日志管理</td> | <td colspan="7">日志管理</td> | ||||
</tr> | </tr> | ||||
@@ -15,7 +15,7 @@ | |||||
<body> | <body> | ||||
<form name="form1" action="makehtml_all.php" target="stafrm" method="post"> | <form name="form1" action="makehtml_all.php" target="stafrm" method="post"> | ||||
<input type="hidden" name="action" value="make"> | <input type="hidden" name="action" value="make"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">更新整站</td> | <td colspan="2">更新整站</td> | ||||
</tr> | </tr> | ||||
@@ -13,7 +13,7 @@ | |||||
<input type="hidden" name="nullfield" value="ok"> | <input type="hidden" name="nullfield" value="ok"> | ||||
</form> | </form> | ||||
<form name="form1" action="makehtml_archives_action.php" method="get" target="stafrm"> | <form name="form1" action="makehtml_archives_action.php" method="get" target="stafrm"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">更新文档</td> | <td colspan="2">更新文档</td> | ||||
</tr> | </tr> | ||||
@@ -10,7 +10,7 @@ | |||||
</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"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">更新自由列表</td> | <td colspan="2">更新自由列表</td> | ||||
</tr> | </tr> | ||||
@@ -13,7 +13,7 @@ | |||||
<body> | <body> | ||||
<form name="form1" action="makehtml_homepage.php" target="stafrm" method="post"> | <form name="form1" action="makehtml_homepage.php" target="stafrm" method="post"> | ||||
<input type="hidden" name="dopost" value="make"> | <input type="hidden" name="dopost" value="make"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">更新首页</td> | <td colspan="2">更新首页</td> | ||||
</tr> | </tr> | ||||
@@ -10,7 +10,7 @@ | |||||
</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"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">更新栏目</td> | <td colspan="2">更新栏目</td> | ||||
</tr> | </tr> | ||||
@@ -11,7 +11,7 @@ | |||||
<body> | <body> | ||||
<form name="form1" action="makehtml_spec.php" method="get" target="stafrm"> | <form name="form1" action="makehtml_spec.php" method="get" target="stafrm"> | ||||
<input type="hidden" name="dopost" value="ok"> | <input type="hidden" name="dopost" value="ok"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td>更新专题</td> | <td>更新专题</td> | ||||
</tr> | </tr> | ||||
@@ -10,7 +10,7 @@ | |||||
</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"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">更新标签</td> | <td colspan="2">更新标签</td> | ||||
</tr> | </tr> | ||||
@@ -15,7 +15,7 @@ | |||||
<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();"> | ||||
<input type="hidden" name="dopost" value="upload"> | <input type="hidden" name="dopost" value="upload"> | ||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | <input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">添加附件</td> | <td colspan="2">添加附件</td> | ||||
</tr> | </tr> | ||||
@@ -16,7 +16,7 @@ | |||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | <input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | ||||
<input type="hidden" name="aid" value="<?php echo $aid?>"> | <input type="hidden" name="aid" value="<?php echo $aid?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">修改附件</td> | <td colspan="2">修改附件</td> | ||||
</tr> | </tr> | ||||
@@ -10,7 +10,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="forms" method="post" action="media_main.php"> | <form name="forms" method="post" action="media_main.php"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" id="keyword" placeholder="请输入关键词" value="<?php echo $keyword?>" class="admin-input-lg mr-3"> | <input type="text" name="keyword" id="keyword" placeholder="请输入关键词" value="<?php echo $keyword?>" class="admin-input-lg mr-3"> | ||||
@@ -33,7 +33,7 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
<form name="form1"> | <form name="form1"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="7">附件管理</td> | <td colspan="7">附件管理</td> | ||||
</tr> | </tr> | ||||
@@ -15,7 +15,7 @@ | |||||
<form name="form2" action="member_do.php" method="post" onSubmit="return checkSubmit();"> | <form name="form2" action="member_do.php" method="post" onSubmit="return checkSubmit();"> | ||||
<input type="hidden" name="dopost" value="edituser"> | <input type="hidden" name="dopost" value="edituser"> | ||||
<input type="hidden" name="id" value="<?php echo $id?>"> | <input type="hidden" name="id" value="<?php echo $id?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="<?php echo $ENV_GOBACK_URL;?>">会员管理</a> - 修改会员</td> | <td colspan="2"><a href="<?php echo $ENV_GOBACK_URL;?>">会员管理</a> - 修改会员</td> | ||||
</tr> | </tr> | ||||
@@ -11,7 +11,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="member_main.php" name="form1" method="get"> | <form action="member_main.php" name="form1" method="get"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" id="keyword" placeholder="请输入关键词" value="{dede:global name='keyword'/}" class="admin-input-lg mr-3"> | <input type="text" name="keyword" id="keyword" placeholder="请输入关键词" value="{dede:global name='keyword'/}" class="admin-input-lg mr-3"> | ||||
@@ -49,7 +49,7 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
<form name="form2"> | <form name="form2"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="9">所有会员列表</td> | <td colspan="9">所有会员列表</td> | ||||
</tr> | </tr> | ||||
@@ -10,7 +10,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form2" method="get" action="member_operations.php"> | <form name="form2" method="get" action="member_operations.php"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="buyid" id="buyid" placeholder="请输入订单号" class="admin-input-lg"> | <input type="text" name="buyid" id="buyid" placeholder="请输入订单号" class="admin-input-lg"> | ||||
@@ -24,7 +24,7 @@ | |||||
</table> | </table> | ||||
</form> | </form> | ||||
<form name="form1"> | <form name="form1"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="8">会员消费记录</td> | <td colspan="8">会员消费记录</td> | ||||
</tr> | </tr> | ||||
@@ -11,7 +11,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="member_pm.php" name="form1" method="get"> | <form action="member_pm.php" name="form1" method="get"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" id="keyword" value="{dede:global name='keyword'/}" placeholder="请输入关键词" class="admin-input-lg mr-3"> | <input type="text" name="keyword" id="keyword" value="{dede:global name='keyword'/}" placeholder="请输入关键词" class="admin-input-lg mr-3"> | ||||
@@ -28,7 +28,7 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | </form> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="7">短信列表</td> | <td colspan="7">短信列表</td> | ||||
</tr> | </tr> | ||||
@@ -10,7 +10,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="member_pm.php" name="form1" method="get"> | <form action="member_pm.php" name="form1" method="get"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" id="keyword" placeholder="请输入关键词" class="admin-input-lg mr-3"> | <input type="text" name="keyword" id="keyword" placeholder="请输入关键词" class="admin-input-lg mr-3"> | ||||
@@ -29,7 +29,7 @@ | |||||
</form> | </form> | ||||
<form id="postall" method="post" action="member_pmall.php"> | <form id="postall" method="post" action="member_pmall.php"> | ||||
<input type="hidden" name="action" value="post"> | <input type="hidden" name="action" value="post"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">群发短信</td> | <td colspan="2">群发短信</td> | ||||
</tr> | </tr> | ||||
@@ -10,7 +10,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form action="member_pm.php" name="form1" method="get"> | <form action="member_pm.php" name="form1" method="get"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<input type="text" name="keyword" id="keyword" placeholder="请输入关键词" class="admin-input-lg mr-3"> | <input type="text" name="keyword" id="keyword" placeholder="请输入关键词" class="admin-input-lg mr-3"> | ||||
@@ -29,7 +29,7 @@ | |||||
</form> | </form> | ||||
<form id="postall" method="post" action="member_pmone.php"> | <form id="postall" method="post" action="member_pmone.php"> | ||||
<input type="hidden" name="action" value="post"> | <input type="hidden" name="action" value="post"> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">单独短信</td> | <td colspan="2">单独短信</td> | ||||
</tr> | </tr> | ||||
@@ -11,7 +11,7 @@ | |||||
<body> | <body> | ||||
<form name="form1" action="member_rank.php" method="post"> | <form name="form1" action="member_rank.php" method="post"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="6">会员级别设置</td> | <td colspan="6">会员级别设置</td> | ||||
</tr> | </tr> | ||||
@@ -14,7 +14,7 @@ | |||||
<body> | <body> | ||||
<form action="member_scores.php" method="post"> | <form action="member_scores.php" method="post"> | ||||
<input name="action" type="hidden" value="save"> | <input name="action" type="hidden" value="save"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="5">积分头衔设置</td> | <td colspan="5">积分头衔设置</td> | ||||
</tr> | </tr> | ||||
@@ -16,7 +16,7 @@ | |||||
<input type="hidden" name="dopost" value="toadmin"> | <input type="hidden" name="dopost" value="toadmin"> | ||||
<input type="hidden" name="userid" value="<?php echo $row['userid']?>"> | <input type="hidden" name="userid" value="<?php echo $row['userid']?>"> | ||||
<input type="hidden" name="id" value="<?php echo $id?>"> | <input type="hidden" name="id" value="<?php echo $id?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="<?php echo $ENV_GOBACK_URL;?>">会员管理</a> - 提升会员</td> | <td colspan="2"><a href="<?php echo $ENV_GOBACK_URL;?>">会员管理</a> - 提升会员</td> | ||||
</tr> | </tr> | ||||
@@ -11,7 +11,7 @@ | |||||
<body> | <body> | ||||
<form name="form1" action="member_type.php" method="post"> | <form name="form1" action="member_type.php" method="post"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="5">会员等级分类</td> | <td colspan="5">会员等级分类</td> | ||||
</tr> | </tr> | ||||
@@ -13,7 +13,7 @@ | |||||
<form action="module_make.php" method="post" enctype="multipart/form-data" name="form1"> | <form action="module_make.php" method="post" enctype="multipart/form-data" name="form1"> | ||||
<input type="hidden" name="action" value="edit"> | <input type="hidden" name="action" value="edit"> | ||||
<input type="hidden" name="dev_id" value="<?php echo $dev_id;?>"> | <input type="hidden" name="dev_id" value="<?php echo $dev_id;?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="module_main.php">模块管理</a> - 模块修改</td> | <td colspan="2"><a href="module_main.php">模块管理</a> - 模块修改</td> | ||||
</tr> | </tr> | ||||
@@ -22,7 +22,7 @@ | |||||
<body> | <body> | ||||
<form name="form1" action="plus_add.php" method="post"> | <form name="form1" action="plus_add.php" method="post"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<a class="btn btn-success btn-sm" href="module_main.php">全部</a> | <a class="btn btn-success btn-sm" href="module_main.php">全部</a> | ||||
@@ -34,7 +34,7 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="6">模块管理</td> | <td colspan="6">模块管理</td> | ||||
</tr> | </tr> | ||||
@@ -12,7 +12,7 @@ | |||||
<body> | <body> | ||||
<form action="module_make.php" method="post" enctype="multipart/form-data" name="form1"> | <form action="module_make.php" method="post" enctype="multipart/form-data" name="form1"> | ||||
<input type="hidden" name="action" value="make"> | <input type="hidden" name="action" value="make"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="module_main.php">模块管理</a> - 模块打包</td> | <td colspan="2"><a href="module_main.php">模块管理</a> - 模块打包</td> | ||||
</tr> | </tr> | ||||
@@ -11,7 +11,7 @@ | |||||
<body> | <body> | ||||
<form name="form1" action="mychannel_add.php" method="post"> | <form name="form1" action="mychannel_add.php" method="post"> | ||||
<input type="hidden" name="action" value="add"> | <input type="hidden" name="action" value="add"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="mychannel_main.php">文档模型管理</a> - 新增文档模型</td> | <td colspan="2"><a href="mychannel_main.php">文档模型管理</a> - 新增文档模型</td> | ||||
</tr> | </tr> | ||||
@@ -19,7 +19,7 @@ | |||||
<input type="hidden" name="id" value="<?php echo $id?>"> | <input type="hidden" name="id" value="<?php echo $id?>"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<input type="hidden" name="issystem" value="<?php echo $row['issystem'];?>"> | <input type="hidden" name="issystem" value="<?php echo $row['issystem'];?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">修改文档模型</td> | <td colspan="2">修改文档模型</td> | ||||
</tr> | </tr> | ||||
@@ -167,7 +167,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td colspan="2"> | <td colspan="2"> | ||||
<table class="table border"> | |||||
<table class="table"> | |||||
<tr align="center"> | <tr align="center"> | ||||
<td width="16%" class="border-top-0">字段名称</td> | <td width="16%" class="border-top-0">字段名称</td> | ||||
<td width="16%" class="border-top-0">字段标识</td> | <td width="16%" class="border-top-0">字段标识</td> | ||||
@@ -16,7 +16,7 @@ | |||||
<input type="hidden" name="action" value="save"> | <input type="hidden" name="action" value="save"> | ||||
<input type="hidden" name="id" value="<?php echo $id?>"> | <input type="hidden" name="id" value="<?php echo $id?>"> | ||||
<input type="hidden" name="fieldstring"> | <input type="hidden" name="fieldstring"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">文档模型管理</a> - 添加文档模型字段</td> | <td colspan="2">文档模型管理</a> - 添加文档模型字段</td> | ||||
</tr> | </tr> | ||||
@@ -18,7 +18,7 @@ | |||||
<input type="hidden" name="fname" value="<?php echo $fname?>"> | <input type="hidden" name="fname" value="<?php echo $fname?>"> | ||||
<input type="hidden" name="issystem" value="<?php echo $issystem?>"> | <input type="hidden" name="issystem" value="<?php echo $issystem?>"> | ||||
<input type="hidden" name="fieldstring"> | <input type="hidden" name="fieldstring"> | ||||
<table wcellpadding="1" align="center" class="table border my-3"> | |||||
<table wcellpadding="1" align="center" class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2">文档模型管理</a> - 修改文档模型字段</td> | <td colspan="2">文档模型管理</a> - 修改文档模型字段</td> | ||||
</tr> | </tr> | ||||
@@ -10,7 +10,7 @@ | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | <link rel="stylesheet" href="/static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<a href="mychannel_add.php" class="btn btn-success btn-sm">添加新模型</a> | <a href="mychannel_add.php" class="btn btn-success btn-sm">添加新模型</a> | ||||
@@ -19,7 +19,7 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td colspan="7">文档模型管理</td> | <td colspan="7">文档模型管理</td> | ||||
</tr> | </tr> | ||||
@@ -18,7 +18,7 @@ | |||||
<input type="hidden" name="addontable" value="<?php echo $channel['addtable'];?>"> | <input type="hidden" name="addontable" value="<?php echo $channel['addtable'];?>"> | ||||
<input type="hidden" name="step" value="<?php echo $step?>"> | <input type="hidden" name="step" value="<?php echo $step?>"> | ||||
<input type="hidden" name="dopost" value="modifysearch"> | <input type="hidden" name="dopost" value="modifysearch"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="mychannel_main.php">文档模型管理</a> - 自定义搜索管理</td> | <td colspan="2"><a href="mychannel_main.php">文档模型管理</a> - 自定义搜索管理</td> | ||||
</tr> | </tr> | ||||
@@ -18,7 +18,7 @@ | |||||
<form action="mytag_add.php" method="post" enctype="multipart/form-data" name="form1" onSubmit="return checkSubmit();"> | <form action="mytag_add.php" method="post" enctype="multipart/form-data" name="form1" onSubmit="return checkSubmit();"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | <input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="mytag_main.php">自定义宏标记</a> - 添加自定义宏标记</td> | <td colspan="2"><a href="mytag_main.php">自定义宏标记</a> - 添加自定义宏标记</td> | ||||
</tr> | </tr> | ||||
@@ -13,7 +13,7 @@ | |||||
<input type="hidden" name="aid" value="<?php echo $aid?>"> | <input type="hidden" name="aid" value="<?php echo $aid?>"> | ||||
<input type="hidden" name="dopost" value="saveedit"> | <input type="hidden" name="dopost" value="saveedit"> | ||||
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | <input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="mytag_main.php">自定义宏标记</a> - 修改自定义宏标记</td> | <td colspan="2"><a href="mytag_main.php">自定义宏标记</a> - 修改自定义宏标记</td> | ||||
</tr> | </tr> | ||||
@@ -10,7 +10,7 @@ | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | <link rel="stylesheet" href="/static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="6">自定义宏标记</td> | <td colspan="6">自定义宏标记</td> | ||||
</tr> | </tr> | ||||
@@ -23,7 +23,7 @@ | |||||
<div id="list4" style="display:none"><p>[field:imglink/] - <a href="[field:filename/]">[field:title/]</a></p><p>[field:info/]</p></div> | <div id="list4" style="display:none"><p>[field:imglink/] - <a href="[field:filename/]">[field:title/]</a></p><p>[field:info/]</p></div> | ||||
<form action="mytag_tag_guide_ok.php" method="post" target="stafrm" name="form1"> | <form action="mytag_tag_guide_ok.php" method="post" target="stafrm" name="form1"> | ||||
<input type="hidden" name="dopost" value="gettag"> | <input type="hidden" name="dopost" value="gettag"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td><a href="mytag_main.php">自定义宏标记</a> - 智能标记向导</td> | <td><a href="mytag_main.php">自定义宏标记</a> - 智能标记向导</td> | ||||
</tr> | </tr> | ||||
@@ -12,7 +12,7 @@ | |||||
<form name="form1" action="plus_edit.php" method="post"> | <form name="form1" action="plus_edit.php" method="post"> | ||||
<input type="hidden" name="dopost" value="saveedit"> | <input type="hidden" name="dopost" value="saveedit"> | ||||
<input type="hidden" name="aid" value="<?php echo $aid?>"> | <input type="hidden" name="aid" value="<?php echo $aid?>"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><a href="plus_main.php">插件管理</a> - 修改插件</td> | <td colspan="2"><a href="plus_main.php">插件管理</a> - 修改插件</td> | ||||
</tr> | </tr> | ||||
@@ -10,7 +10,7 @@ | |||||
<link rel="stylesheet" href="/static/web/css/admin.css"> | <link rel="stylesheet" href="/static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="4">插件管理</td> | <td colspan="4">插件管理</td> | ||||
</tr> | </tr> | ||||
@@ -10,7 +10,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<form name="form2"> | <form name="form2"> | ||||
<table class="table border my-3"> | |||||
<table class="table shadow-sm my-3"> | |||||
<tr> | <tr> | ||||
<td colspan="7">文档回收站</td> | <td colspan="7">文档回收站</td> | ||||
</tr> | </tr> | ||||
@@ -135,7 +135,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<div id="rslist"><?php GetKeywordList($dsql,$pageno,$pagesize,$orderby);?></div> | <div id="rslist"><?php GetKeywordList($dsql,$pageno,$pagesize,$orderby);?></div> | ||||
<table class="table border mb-3"> | |||||
<table class="table shadow-sm mb-3"> | |||||
<tr> | <tr> | ||||
<td align="center"> | <td align="center"> | ||||
<span id="pagelist"></span> | <span id="pagelist"></span> | ||||