@@ -1,6 +1,6 @@ | |||||
<?php | <?php | ||||
/** | /** | ||||
* 防采集混淆字符串管理 | |||||
* 防采集串混淆 | |||||
* | * | ||||
* @version $id:article_string_mix.php 14:31 2010年7月12日 tianya $ | * @version $id:article_string_mix.php 14:31 2010年7月12日 tianya $ | ||||
* @package DedeBIZ.Administrator | * @package DedeBIZ.Administrator | ||||
@@ -31,8 +31,8 @@ if (empty($allsource) && filesize($m_file) > 0) { | |||||
fclose($fp); | fclose($fp); | ||||
} | } | ||||
make_hash(); | make_hash(); | ||||
$wintitle = "防采集混淆字符串管理"; | |||||
$wecome_info = "防采集混淆字符串管理"; | |||||
$wintitle = "防采集串混淆"; | |||||
$wecome_info = "防采集串混淆"; | |||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init('article_string_mix.php', 'js/blank.js', 'POST'); | $win->Init('article_string_mix.php', 'js/blank.js', 'POST'); | ||||
$win->AddHidden('dopost', 'save'); | $win->AddHidden('dopost', 'save'); | ||||
@@ -68,8 +68,8 @@ if (empty($templates) && filesize($m_file) > 0) { | |||||
$templates = fread($fp, filesize($m_file)); | $templates = fread($fp, filesize($m_file)); | ||||
fclose($fp); | fclose($fp); | ||||
} | } | ||||
$wintitle = "随机模板防采集设置"; | |||||
$wecome_info = "随机模板防采集设置"; | |||||
$wintitle = "随机模板设置"; | |||||
$wecome_info = "随机模板设置"; | |||||
make_hash(); | make_hash(); | ||||
$msg = " | $msg = " | ||||
<link rel='stylesheet' href='../static/web/css/admin.css'> | <link rel='stylesheet' href='../static/web/css/admin.css'> | ||||
@@ -87,7 +87,7 @@ function DoRand(jobname) | |||||
}); | }); | ||||
} | } | ||||
</script> | </script> | ||||
<div id='loading' style='display:none;text-align:center'><img src='../static/web/img/loadinglit.gif'>请稍后,正在操作中</div> | |||||
<div id='loaddiv' class='d-none text-center'><img src='../static/web/img/loadinglit.gif'></div> | |||||
<table width='100%' align='center'> | <table width='100%' align='center'> | ||||
<tr> | <tr> | ||||
<td> | <td> | ||||
@@ -94,7 +94,7 @@ $actionSearch[3] = array( | |||||
'linkurl' => 'mychannel_main.php' | 'linkurl' => 'mychannel_main.php' | ||||
), | ), | ||||
1 => array( | 1 => array( | ||||
'title' => '单页文档管理', | |||||
'title' => '文档单页管理', | |||||
'description' => '创建和管理单页面', | 'description' => '创建和管理单页面', | ||||
'purview' => 'temp_One', | 'purview' => 'temp_One', | ||||
'linkurl' => 'templets_one.php' | 'linkurl' => 'templets_one.php' | ||||
@@ -124,7 +124,7 @@ $actionSearch[4] = array( | |||||
'description' => '对一些东西进行批量的删除,添加等等', | 'description' => '对一些东西进行批量的删除,添加等等', | ||||
'soniterm' => array( | 'soniterm' => array( | ||||
0 => array( | 0 => array( | ||||
'title' => '更新系统缓存', | |||||
'title' => '更新缓存', | |||||
'description' => '更新栏目缓存、更新枚举缓存、清理arclist调用缓存、清理过期会员访问历史、删除过期短信', | 'description' => '更新栏目缓存、更新枚举缓存、清理arclist调用缓存、清理过期会员访问历史、删除过期短信', | ||||
'purview' => 'sys_ArcBatch', | 'purview' => 'sys_ArcBatch', | ||||
'linkurl' => 'sys_cache_up.php' | 'linkurl' => 'sys_cache_up.php' | ||||
@@ -365,7 +365,7 @@ $actionSearch[9] = array( | |||||
), | ), | ||||
8 => array( | 8 => array( | ||||
'title' => '防采集串混淆', | 'title' => '防采集串混淆', | ||||
'description' => '防采集混淆字符串管理', | |||||
'description' => '防采集串混淆', | |||||
'purview' => 'sys_StringMix', | 'purview' => 'sys_StringMix', | ||||
'linkurl' => 'article_string_mix.php' | 'linkurl' => 'article_string_mix.php' | ||||
), | ), | ||||
@@ -44,7 +44,7 @@ if ($cuserLogin->getUserType() >= 10) { | |||||
</m:top>")." | </m:top>")." | ||||
<m:top item='1_7_' name='文档模型' rank='t_List,t_AccList,c_List,temp_One' icon='fa-area-chart'> | <m:top item='1_7_' name='文档模型' rank='t_List,t_AccList,c_List,temp_One' icon='fa-area-chart'> | ||||
<m:item name='文档模型管理' link='mychannel_main.php' rank='c_List' target='main' /> | <m:item name='文档模型管理' link='mychannel_main.php' rank='c_List' target='main' /> | ||||
<m:item name='单页文档管理' link='templets_one.php' rank='temp_One' target='main' /> | |||||
<m:item name='文档单页管理' link='templets_one.php' rank='temp_One' target='main' /> | |||||
<m:item name='联动类别管理' link='stepselect_main.php' rank='c_Stepseclect' target='main' /> | <m:item name='联动类别管理' link='stepselect_main.php' rank='c_Stepseclect' target='main' /> | ||||
<m:item name='自由列表管理' link='freelist_main.php' rank='c_List' target='main' /> | <m:item name='自由列表管理' link='freelist_main.php' rank='c_List' target='main' /> | ||||
<m:item name='自定义表单' link='diy_main.php' rank='c_List' target='main' /> | <m:item name='自定义表单' link='diy_main.php' rank='c_List' target='main' /> | ||||
@@ -102,7 +102,7 @@ function SeePicNew(f, imgdid, frname, hpos, acname) { | |||||
newobj.style.left = 100; | newobj.style.left = 100; | ||||
newobj.style.display = 'block'; | newobj.style.display = 'block'; | ||||
document.body.appendChild(newobj); | document.body.appendChild(newobj); | ||||
newobj.innerHTML = '<img src="../../static/web/img/loadinglit.gif" alit="" />上传中...'; | |||||
newobj.innerHTML = '<img src="../../static/web/img/loadinglit.gif">'; | |||||
} | } | ||||
newobj.style.display = 'block'; | newobj.style.display = 'block'; | ||||
//提交后还原form的action等参数 | //提交后还原form的action等参数 | ||||
@@ -15,7 +15,7 @@ if (empty($dopost)) { | |||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("sys_repair.php", "js/blank.js", "POST' enctype='multipart/form-data' "); | $win->Init("sys_repair.php", "js/blank.js", "POST' enctype='multipart/form-data' "); | ||||
$win->mainTitle = "系统修复工具"; | $win->mainTitle = "系统修复工具"; | ||||
$wecome_info = "<a href='index_body.php'>系统主页</a> > 系统错误修复工具"; | |||||
$wecome_info = "<a href='index_body.php'>系统主页</a> > 系统错误修复"; | |||||
$win->AddTitle('本工具用于检测和修复您的系统可能存在的错误'); | $win->AddTitle('本工具用于检测和修复您的系统可能存在的错误'); | ||||
$msg = " | $msg = " | ||||
<table> | <table> | ||||
@@ -23,7 +23,7 @@ if (empty($dopost)) { | |||||
<td> | <td> | ||||
由于手动升级时用户没运行指定的SQL语句,或自动升级的遗漏处理或处理出错,可能会导致一些错误,使用本工具会自动检测并处理,本工具目前主要执行下面动作:<br> | 由于手动升级时用户没运行指定的SQL语句,或自动升级的遗漏处理或处理出错,可能会导致一些错误,使用本工具会自动检测并处理,本工具目前主要执行下面动作:<br> | ||||
1、修复/优化数据表;<br> | 1、修复/优化数据表;<br> | ||||
2、更新系统缓存;<br> | |||||
2、更新缓存;<br> | |||||
3、检测系统变量一致性<br> | 3、检测系统变量一致性<br> | ||||
4、检测微表与主表数据一致性<br> | 4、检测微表与主表数据一致性<br> | ||||
<br><a href='sys_repair.php?dopost=1' class='btn btn-danger btn-sm'>常规检测</a> | <br><a href='sys_repair.php?dopost=1' class='btn btn-danger btn-sm'>常规检测</a> | ||||
@@ -44,7 +44,7 @@ else if ($dopost == 1) { | |||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("sys_repair.php", "js/blank.js", "POST' enctype='multipart/form-data' "); | $win->Init("sys_repair.php", "js/blank.js", "POST' enctype='multipart/form-data' "); | ||||
$win->mainTitle = "系统修复工具"; | $win->mainTitle = "系统修复工具"; | ||||
$wecome_info = "<a href='sys_repair.php'>系统错误修复工具</a> > 检测数据结构"; | |||||
$wecome_info = "<a href='sys_repair.php'>系统错误修复</a> > 检测数据结构"; | |||||
$win->AddTitle('本工具用于检测和修复您的系统可能存在的错误'); | $win->AddTitle('本工具用于检测和修复您的系统可能存在的错误'); | ||||
$msg = " | $msg = " | ||||
<table> | <table> | ||||
@@ -121,7 +121,7 @@ else if ($dopost == 2) { | |||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("sys_repair.php", "js/blank.js", "POST' enctype='multipart/form-data' "); | $win->Init("sys_repair.php", "js/blank.js", "POST' enctype='multipart/form-data' "); | ||||
$win->mainTitle = "系统修复工具"; | $win->mainTitle = "系统修复工具"; | ||||
$wecome_info = "<a href='sys_repair.php'>系统错误修复工具</a> > 检测微表正确性"; | |||||
$wecome_info = "<a href='sys_repair.php'>系统错误修复</a> > 检测微表正确性"; | |||||
$win->AddTitle('本工具用于检测和修复您的系统可能存在的错误'); | $win->AddTitle('本工具用于检测和修复您的系统可能存在的错误'); | ||||
$msg = " | $msg = " | ||||
<table> | <table> | ||||
@@ -175,7 +175,7 @@ else if ($dopost == 3) { | |||||
$win = new OxWindow(); | $win = new OxWindow(); | ||||
$win->Init("sys_repair.php", "js/blank.js", "POST' enctype='multipart/form-data'"); | $win->Init("sys_repair.php", "js/blank.js", "POST' enctype='multipart/form-data'"); | ||||
$win->mainTitle = "系统修复工具"; | $win->mainTitle = "系统修复工具"; | ||||
$wecome_info = "<a href='sys_repair.php'>系统错误修复工具</a> > 高级综合检测修复"; | |||||
$wecome_info = "<a href='sys_repair.php'>系统错误修复</a> > 高级综合检测修复"; | |||||
$win->AddTitle('本工具用于检测和修复您的系统可能存在的错误'); | $win->AddTitle('本工具用于检测和修复您的系统可能存在的错误'); | ||||
$msg = " | $msg = " | ||||
<table> | <table> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>自定义属性管理</title> | |||||
<title>文档自定义属性</title> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
@@ -13,7 +13,7 @@ | |||||
<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"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5" colspan="3">文档自定义属性管理</td> | |||||
<td bgcolor="#f5f5f5" colspan="3">文档自定义属性</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td colspan="3"><div class="alert alert-info mb-0">自定义属性的意义和使用说明:在以往的版本中,网站主页、封面栏目的设计,都只能单调的用arclist标记把某栏目最新或按特定排序方式的文档无选择的读出来,这样做法存在很大的不足,例如,我希望在最顶部的地方显示我想要的文档,在以往的版本中是无法做到的,但使用自定义属性之后,只要给arclist标记加上att='自定义属性的id'的属性,然后在发布的时候对适合的文档选择专门的属性,那么使用arclist的地方就会按您的意愿显示指定的文档。注意事项:这个版本中att对应的字段是SET类型字段,因此为了数据安全起见不允许用户增加其它类型,但调用时允许使用组合条件,如:att='c,p'表示推荐图片新闻</div></td> | <td colspan="3"><div class="alert alert-info mb-0">自定义属性的意义和使用说明:在以往的版本中,网站主页、封面栏目的设计,都只能单调的用arclist标记把某栏目最新或按特定排序方式的文档无选择的读出来,这样做法存在很大的不足,例如,我希望在最顶部的地方显示我想要的文档,在以往的版本中是无法做到的,但使用自定义属性之后,只要给arclist标记加上att='自定义属性的id'的属性,然后在发布的时候对适合的文档选择专门的属性,那么使用arclist的地方就会按您的意愿显示指定的文档。注意事项:这个版本中att对应的字段是SET类型字段,因此为了数据安全起见不允许用户增加其它类型,但调用时允许使用组合条件,如:att='c,p'表示推荐图片新闻</div></td> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>采集文档管理</title> | |||||
<title>系统日志管理</title> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
@@ -67,7 +67,7 @@ | |||||
</form> | </form> | ||||
<table width="98%" cellpadding="2" cellspacing="1" align="center" class="table maintable mb-3"> | <table width="98%" cellpadding="2" cellspacing="1" align="center" class="table maintable mb-3"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5" colspan="7">管理系统日志</td> | |||||
<td bgcolor="#f5f5f5" colspan="7">系统日志管理</td> | |||||
</tr> | </tr> | ||||
<tr bgcolor="#fbfce2" align="center"> | <tr bgcolor="#fbfce2" align="center"> | ||||
<td width="6%">选择</td> | <td width="6%">选择</td> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>业务管理</title> | |||||
<title>会员消费记录</title> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
@@ -71,7 +71,7 @@ | |||||
</form> | </form> | ||||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mb-3"> | <table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mb-3"> | ||||
<tr> | <tr> | ||||
<td bgcolor="f8f8f8" colspan="8">会员消费管理</td> | |||||
<td bgcolor="f8f8f8" colspan="8">会员消费记录</td> | |||||
</tr> | </tr> | ||||
<tr bgcolor="#fbfce2"> | <tr bgcolor="#fbfce2"> | ||||
<td width="6%" align="center">选择</td> | <td width="6%" align="center">选择</td> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>会员权限管理</title> | |||||
<title>会员级别设置</title> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
@@ -13,7 +13,7 @@ | |||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5" colspan="6">会员管理 > 会员级别设置</td> | |||||
<td bgcolor="#f5f5f5" colspan="6">会员级别设置</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td colspan="6"><div class="alert alert-info mb-0">级别名称和级别值:注册会员这个级别不能删除,否则会员系统将会无法正常使用某些功能</div></td> | <td colspan="6"><div class="alert alert-info mb-0">级别名称和级别值:注册会员这个级别不能删除,否则会员系统将会无法正常使用某些功能</div></td> | ||||
@@ -12,7 +12,7 @@ | |||||
<script src="../static/web/js/webajax.js"></script> | <script src="../static/web/js/webajax.js"></script> | ||||
<script> | <script> | ||||
function getmodule(action, hash) { | function getmodule(action, hash) { | ||||
$DE('status_' + hash).innerHTML = '<img src=\'../static/web/img/loadinglit.gif\'>'; | |||||
$DE('status_' + hash).innerHTML = '<center><img src=\'../static/web/img/loadinglit.gif\'></center>'; | |||||
fetch('module_main.php?action=download&hash=' + hash).then(resp => resp.text()).then((d) => { | fetch('module_main.php?action=download&hash=' + hash).then(resp => resp.text()).then((d) => { | ||||
$DE('status_' + hash).innerHTML = d; | $DE('status_' + hash).innerHTML = d; | ||||
}); | }); | ||||
@@ -55,7 +55,7 @@ | |||||
<body> | <body> | ||||
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5"><a href="mytag_main.php">自定义标记管理</a> > 增加新标记</td> | |||||
<td bgcolor="#f5f5f5"><a href="mytag_main.php">自定义宏标记</a> > 增加新标记</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td> | <td> | ||||
@@ -10,7 +10,7 @@ | |||||
<body> | <body> | ||||
<table width="98%" align="center" cellpadding="3" cellspacing="1" class="table maintable my-3"> | <table width="98%" align="center" cellpadding="3" cellspacing="1" class="table maintable my-3"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5"><a href="mytag_main.php">自定义标记管理</a> > 修改标记</td> | |||||
<td bgcolor="#f5f5f5"><a href="mytag_main.php">自定义宏标记</a> > 修改标记</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td> | <td> | ||||
@@ -12,7 +12,7 @@ | |||||
<body> | <body> | ||||
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5" colspan="6">自定义标记管理</td> | |||||
<td bgcolor="#f5f5f5" colspan="6">自定义宏标记</td> | |||||
</tr> | </tr> | ||||
<tr bgcolor="#fbfce2" align="center"> | <tr bgcolor="#fbfce2" align="center"> | ||||
<td width="10%">id</td> | <td width="10%">id</td> | ||||
@@ -45,7 +45,7 @@ | |||||
<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"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5" align="left"><a href="mytag_main.php">自定义标记管理</a> > 智能标记生成向导</td> | |||||
<td bgcolor="#f5f5f5" align="left"><a href="mytag_main.php">自定义宏标记</a> > 智能标记向导</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td> | <td> | ||||
@@ -4,7 +4,7 @@ | |||||
<head> | <head> | ||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>插件管理</title> | |||||
<title>插件管理器</title> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
@@ -12,7 +12,7 @@ | |||||
<body> | <body> | ||||
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | ||||
<tr bgcolor="#f5f5f5"> | <tr bgcolor="#f5f5f5"> | ||||
<td colspan="4">插件管理</td> | |||||
<td colspan="4">插件管理器</td> | |||||
</tr> | </tr> | ||||
<tr bgcolor="#fbfce2" align="center"> | <tr bgcolor="#fbfce2" align="center"> | ||||
<td width="10%">id</td> | <td width="10%">id</td> | ||||
@@ -4,7 +4,7 @@ | |||||
<head> | <head> | ||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>联动枚举管理</title> | |||||
<title>联动类别管理</title> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
@@ -13,7 +13,7 @@ | |||||
<script src="../static/web/js/bootstrap.bundle.min.js"></script> | <script src="../static/web/js/bootstrap.bundle.min.js"></script> | ||||
<script src="js/main.js"></script> | <script src="js/main.js"></script> | ||||
<script> | <script> | ||||
var loadhtml = "<center><img src='../static/web/img/loadinglit.gif' style='padding:30px'></center>"; | |||||
var loadhtml = "<center><img src='../static/web/img/loadinglit.gif'></center>"; | |||||
function updateItem(aid) { | function updateItem(aid) { | ||||
var upenumf = document.getElementById('upenumf'); | var upenumf = document.getElementById('upenumf'); | ||||
upenumf.ename.value = $DE('ename' + aid).value; | upenumf.ename.value = $DE('ename' + aid).value; | ||||
@@ -174,8 +174,7 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<?php | <?php | ||||
if (!empty($egroup)) | |||||
{ | |||||
if (!empty($egroup)) { | |||||
$arr = $dsql->GetOne("SELECT * FROM `#@__stepselect` WHERE egroup='{$egroup}' "); | $arr = $dsql->GetOne("SELECT * FROM `#@__stepselect` WHERE egroup='{$egroup}' "); | ||||
$dsql->Execute('out',"SELECT evalue,ename FROM `#@__sys_enum` WHERE egroup='{$arr['egroup']}' ORDER BY disorder ASC,evalue ASC"); | $dsql->Execute('out',"SELECT evalue,ename FROM `#@__sys_enum` WHERE egroup='{$arr['egroup']}' ORDER BY disorder ASC,evalue ASC"); | ||||
$options = ''; | $options = ''; | ||||
@@ -228,7 +227,7 @@ | |||||
<table width="98%" align="center" cellpadding="3" cellspacing="1" class="table maintable"> | <table width="98%" align="center" cellpadding="3" cellspacing="1" class="table maintable"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5" colspan="8"> | <td bgcolor="#f5f5f5" colspan="8"> | ||||
<span class="float-left"><a href="stepselect_main.php">枚举组列表</a> > <a href="stepselect_main.php?egroup=<?php echo $egroup;?>"><?php echo $selgroup;?></a> > 子分类列表</span> | |||||
<span class="float-left"><a href="stepselect_main.php">联动类别管理</a> > <a href="stepselect_main.php?egroup=<?php echo $egroup;?>"><?php echo $selgroup;?></a> > 子分类列表</span> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr bgcolor="#fbfce2" align="center"> | <tr bgcolor="#fbfce2" align="center"> | ||||
@@ -310,7 +309,7 @@ | |||||
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable mb-3"> | <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable mb-3"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5" colspan="7"> | <td bgcolor="#f5f5f5" colspan="7"> | ||||
<span class="float-left"><a href="stepselect_main.php">枚举组列表</a></span> | |||||
<span class="float-left"><a href="stepselect_main.php">联动类别管理</a></span> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr bgcolor="#fbfce2" align="center"> | <tr bgcolor="#fbfce2" align="center"> | ||||
@@ -4,7 +4,7 @@ | |||||
<head> | <head> | ||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>管理员帐号</title> | |||||
<title>系统用户管理</title> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
@@ -15,7 +15,7 @@ | |||||
<td bgcolor="#f5f5f5" colspan="5"> | <td bgcolor="#f5f5f5" colspan="5"> | ||||
<table width="98%" cellspacing="1" cellpadding="1" class="table table-borderless"> | <table width="98%" cellspacing="1" cellpadding="1" class="table table-borderless"> | ||||
<tr> | <tr> | ||||
<td width="30%">管理员帐号</td> | |||||
<td width="30%">系统用户管理</td> | |||||
<td width="70%" align="right"> | <td width="70%" align="right"> | ||||
<a href="sys_admin_user_tj.php" class="btn btn-success btn-sm">编辑绩效统计</a> | <a href="sys_admin_user_tj.php" class="btn btn-success btn-sm">编辑绩效统计</a> | ||||
<a href="sys_admin_user_add.php" class="btn btn-success btn-sm">增加管理员</a> | <a href="sys_admin_user_add.php" class="btn btn-success btn-sm">增加管理员</a> | ||||
@@ -8,7 +8,6 @@ | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script src="../static/web/js/webajax.js"></script> | <script src="../static/web/js/webajax.js"></script> | ||||
<style>.userct{margin:10px 0;width:100%;height:auto}</style> | |||||
<script> | <script> | ||||
function LoadUser(uid) | function LoadUser(uid) | ||||
{ | { | ||||
@@ -28,12 +27,10 @@ | |||||
</script> | </script> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<div id="loaddiv" style="display:none"> | |||||
<p style="text-align:center"><img src="../static/web/img/loadinglit.gif">正在加载</p> | |||||
</div> | |||||
<div id="loaddiv" class="d-none text-center"><img src="../static/web/img/loadinglit.gif"></div> | |||||
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5"><a href="sys_admin_user.php">管理员帐号</a> > 编辑绩效统计</td> | |||||
<td bgcolor="#f5f5f5"><a href="sys_admin_user.php">管理员帐号</a> > 绩效统计</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td> | <td> | ||||
@@ -41,7 +38,7 @@ | |||||
$dsql->Execute('me', 'SELECT * FROM `#@__admin` ORDER BY id ASC'); | $dsql->Execute('me', 'SELECT * FROM `#@__admin` ORDER BY id ASC'); | ||||
while( $arr = $dsql->GetArray('me') ) | while( $arr = $dsql->GetArray('me') ) | ||||
{ | { | ||||
echo "<div id='userct{$arr['id']}' class='userct'><p align='center'><img src='../static/web/img/loadinglit.gif'>正在加载</p></div><script>LoadUser({$arr['id']});</script>"; | |||||
echo "<div id='userct{$arr['id']}' class='d-none text-center'><img src='../static/web/img/loadinglit.gif'></div><script>LoadUser({$arr['id']});</script>"; | |||||
} | } | ||||
?> | ?> | ||||
</td> | </td> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>更新系统缓存</title> | |||||
<title>更新缓存</title> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
@@ -13,7 +13,7 @@ | |||||
<form name="form1" action="sys_cache_up.php" method="get" target='stafrm'> | <form name="form1" action="sys_cache_up.php" method="get" target='stafrm'> | ||||
<input type="hidden" name="dopost" value="ok"> | <input type="hidden" name="dopost" value="ok"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5">更新系统缓存</td> | |||||
<td bgcolor="#f5f5f5">更新缓存</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td><div class="alert alert-info mb-0">本程序作默认会执行下面的操作:1、更新栏目缓存 2、更新枚举缓存 3、清理arclist调用缓存 4、清理过期会员访问历史 5、删除过期短信</div></td> | <td><div class="alert alert-info mb-0">本程序作默认会执行下面的操作:1、更新栏目缓存 2、更新枚举缓存 3、清理arclist调用缓存 4、清理过期会员访问历史 5、删除过期短信</div></td> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>数据库维护</title> | |||||
<title>数据备份还原</title> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
@@ -78,7 +78,7 @@ | |||||
<td bgcolor="#f5f5f5" colspan="8"> | <td bgcolor="#f5f5f5" colspan="8"> | ||||
<table width="98%" cellspacing="1" cellpadding="1" class="table table-borderless"> | <table width="98%" cellspacing="1" cellpadding="1" class="table table-borderless"> | ||||
<tr> | <tr> | ||||
<td width="30%">数据库管理</td> | |||||
<td width="30%">数据备份还原</td> | |||||
<td width="70%" align="right"> | <td width="70%" align="right"> | ||||
<a href="sys_data_revert.php" class="btn btn-success btn-sm">数据还原</a> | <a href="sys_data_revert.php" class="btn btn-success btn-sm">数据还原</a> | ||||
<a href="sys_sql_query.php" class="btn btn-success btn-sm">SQL命令行工具</a> | <a href="sys_sql_query.php" class="btn btn-success btn-sm">SQL命令行工具</a> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>系统用户组管理</title> | |||||
<title>用户组设定</title> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
@@ -16,7 +16,7 @@ | |||||
<td bgcolor="#f5f5f5" colspan="3"> | <td bgcolor="#f5f5f5" colspan="3"> | ||||
<table width="98%" cellspacing="1" cellpadding="1" class="table table-borderless"> | <table width="98%" cellspacing="1" cellpadding="1" class="table table-borderless"> | ||||
<tr> | <tr> | ||||
<td width="30%">系统用户组管理 </td> | |||||
<td width="30%">用户组设定</td> | |||||
<td width="70%" align="right"> | <td width="70%" align="right"> | ||||
<a href="sys_group_add.php" class="btn btn-success btn-sm">增加一个用户组</a> | <a href="sys_group_add.php" class="btn btn-success btn-sm">增加一个用户组</a> | ||||
<a href="sys_admin_user.php" class="btn btn-success btn-sm">管理系统用户</a> | <a href="sys_admin_user.php" class="btn btn-success btn-sm">管理系统用户</a> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>组权限设置</title> | |||||
<title>增加用户组</title> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
@@ -13,7 +13,7 @@ | |||||
<form name="form1" action="sys_group_add.php" method="post"> | <form name="form1" action="sys_group_add.php" method="post"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5" align="left"><a href="sys_group.php">系统用户组管理</a> > 增加用户组</td> | |||||
<td bgcolor="#f5f5f5" align="left"><a href="sys_group.php">用户组设定</a> > 增加用户组</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="center"> | <td align="center"> | ||||
@@ -3,7 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>组权限设置</title> | |||||
<title>修改用户组</title> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
@@ -14,7 +14,7 @@ | |||||
<form name="form1" action="sys_group_edit.php" method="post"> | <form name="form1" action="sys_group_edit.php" method="post"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5" align="left"><a href="sys_group.php">系统用户组管理</a> > 修改用户组</td> | |||||
<td bgcolor="#f5f5f5" align="left"><a href="sys_group.php">用户组设定</a> > 修改用户组</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="center"> | <td align="center"> | ||||
@@ -15,7 +15,7 @@ | |||||
<td bgcolor="#f5f5f5" colspan="4"> | <td bgcolor="#f5f5f5" colspan="4"> | ||||
<table width="100%" cellspacing="0" cellpadding="0" class="table table-borderless"> | <table width="100%" cellspacing="0" cellpadding="0" class="table table-borderless"> | ||||
<tr> | <tr> | ||||
<td>支付接口列表</td> | |||||
<td>支付接口设置</td> | |||||
<td align="right"><span><a href="https://www.dedebiz.com/help" target="_blank" class="btn btn-success btn-sm">更多接口</a></span></td> | <td align="right"><span><a href="https://www.dedebiz.com/help" target="_blank" class="btn btn-success btn-sm">更多接口</a></span></td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -12,7 +12,7 @@ | |||||
<center> | <center> | ||||
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5"><a href="sys_payment.php">支付接口列表</a> > 安装支付接口</td> | |||||
<td bgcolor="#f5f5f5"><a href="sys_payment.php">支付接口设置</a> > 安装支付接口</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td> | <td> | ||||
@@ -44,10 +44,10 @@ | |||||
</script> | </script> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<div id="loaddiv" style="display:none;text-align:center"><img src="../static/web/img/loadinglit.gif" style="vertical-align:middle">请稍后,正在操作中</div> | |||||
<div id="loaddiv" class="d-none text-center"><img src="../static/web/img/loadinglit.gif"></div> | |||||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable my-3"> | <table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable my-3"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5">木马自检程序</td> | |||||
<td bgcolor="#f5f5f5">病毒文件扫描</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td><?php echo $alter;?></td> | <td><?php echo $alter;?></td> | ||||
@@ -4,7 +4,7 @@ | |||||
<head> | <head> | ||||
<meta charset="<?php echo $cfg_soft_lang;?>"> | <meta charset="<?php echo $cfg_soft_lang;?>"> | ||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | ||||
<title>单独页面管理</title> | |||||
<title>文档单页管理</title> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
@@ -39,7 +39,7 @@ | |||||
</table> | </table> | ||||
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable mb-3"> | <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable mb-3"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5" colspan="7">单独页面管理</td> | |||||
<td bgcolor="#f5f5f5" colspan="7">文档单页管理</td> | |||||
</tr> | </tr> | ||||
<tr bgcolor="#fbfce2" align="center"> | <tr bgcolor="#fbfce2" align="center"> | ||||
<td width="6%">选择</td> | <td width="6%">选择</td> | ||||
@@ -30,10 +30,10 @@ | |||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5" colspan="2"><a href="templets_one.php">单独页面管理</a> > 增加自定义页面</td> | |||||
<td bgcolor="#f5f5f5" colspan="2"><a href="templets_one.php">文档单页管理</a> > 增加自定义页面</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td colspan="2"><div class="alert alert-warning mb-0">单独页面管理仅适用于页面较少的情况(建议小于500个页面)大量文档的用文档模型进行管理,文档模板里用“{dede:field name='body'/}”来获得</div></td> | |||||
<td colspan="2"><div class="alert alert-warning mb-0">文档单页管理仅适用于页面较少的情况(建议小于500个页面)大量文档的用文档模型进行管理,文档模板里用“{dede:field name='body'/}”来获得</div></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="260">页面标题:</td> | <td width="260">页面标题:</td> | ||||
@@ -34,10 +34,10 @@ | |||||
<input type="hidden" name="aid" value="<?php echo $aid?>"> | <input type="hidden" name="aid" value="<?php echo $aid?>"> | ||||
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | ||||
<tr> | <tr> | ||||
<td bgcolor="#f5f5f5" colspan="2"><a href="templets_one.php">单独页面管理</a> > 修改自定义页面</td> | |||||
<td bgcolor="#f5f5f5" colspan="2"><a href="templets_one.php">文档单页管理</a> > 修改自定义页面</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td colspan="2"><div class="alert alert-warning mb-0">单独页面管理仅适用于页面较少的情况(建议小于500个页面)大量文档的用文档模型进行管理,文档模板里用“{dede:field name='body'/}”来获得</div></td> | |||||
<td colspan="2"><div class="alert alert-warning mb-0">文档单页管理仅适用于页面较少的情况(建议小于500个页面)大量文档的用文档模型进行管理,文档模板里用“{dede:field name='body'/}”来获得</div></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="260">页面标题:</td> | <td width="260">页面标题:</td> | ||||
@@ -4041,7 +4041,7 @@ INSERT INTO `#@__sysconfig` VALUES ('1','cfg_basehost','站点网址','1','strin | |||||
('105','cfg_beian','网站备案号','1','string',''), | ('105','cfg_beian','网站备案号','1','string',''), | ||||
('106','cfg_need_typeid2','是否启用副栏目','6','bool','Y'), | ('106','cfg_need_typeid2','是否启用副栏目','6','bool','Y'), | ||||
('107','cfg_mb_pwdtype','前台密码验证类型:默认32—32位md5,可选:l16—前16位、r16—后16位、m16—中间16位','4','string','32'), | ('107','cfg_mb_pwdtype','前台密码验证类型:默认32—32位md5,可选:l16—前16位、r16—后16位、m16—中间16位','4','string','32'), | ||||
('108','cfg_cache_type','id 文档id,content标签最终文档,修改此变量后必须更新系统缓存','6','string','id'), | |||||
('108','cfg_cache_type','id 文档id,content标签最终文档,修改此变量后必须更新缓存','6','string','id'), | |||||
('109','cfg_max_face','会员上传头像大小限制KB','3','number','100'), | ('109','cfg_max_face','会员上传头像大小限制KB','3','number','100'), | ||||
('110','cfg_typedir_df','栏目网址使用目录名(不显示默认页,则是/a/b/c形式)','2','bool','Y'), | ('110','cfg_typedir_df','栏目网址使用目录名(不显示默认页,则是/a/b/c形式)','2','bool','Y'), | ||||
('111','cfg_make_andcat','发表文档后马上更新相关栏目','6','bool','N'), | ('111','cfg_make_andcat','发表文档后马上更新相关栏目','6','bool','N'), | ||||
@@ -73,7 +73,7 @@ if (!isset($paytype)) { | |||||
echo "无法识别您的订单"; | echo "无法识别您的订单"; | ||||
exit(); | exit(); | ||||
} | } | ||||
//获取支付接口列表 | |||||
//获取支付接口设置 | |||||
$payment_list = array(); | $payment_list = array(); | ||||
$dsql->SetQuery("SELECT * FROM `#@__payment` WHERE enabled='1' ORDER BY `rank` ASC"); | $dsql->SetQuery("SELECT * FROM `#@__payment` WHERE enabled='1' ORDER BY `rank` ASC"); | ||||
$dsql->Execute(); | $dsql->Execute(); | ||||