Browse Source

系统后台页面调整

tags/6.0.0
tianya 3 years ago
parent
commit
3f34347623
38 changed files with 747 additions and 920 deletions
  1. +4
    -0
      src/dede/css/base.css
  2. +0
    -18
      src/dede/inc/inc_action_info.php
  3. +0
    -3
      src/dede/inc/inc_menu.php
  4. +0
    -3
      src/dede/inc/inc_menu_map.php
  5. +0
    -8
      src/dede/member_do.php
  6. +0
    -5
      src/dede/templets/ad_main.htm
  7. +100
    -91
      src/dede/templets/cards_manmage.htm
  8. +0
    -5
      src/dede/templets/co_main.htm
  9. +0
    -5
      src/dede/templets/co_url.htm
  10. +71
    -72
      src/dede/templets/co_url_2.htm
  11. +0
    -5
      src/dede/templets/content_i_list.htm
  12. +0
    -5
      src/dede/templets/content_list.htm
  13. +0
    -5
      src/dede/templets/content_s_list.htm
  14. +0
    -5
      src/dede/templets/content_sg_list.htm
  15. +0
    -5
      src/dede/templets/diy_list.htm
  16. +0
    -5
      src/dede/templets/diy_main.htm
  17. +0
    -5
      src/dede/templets/erradd.htm
  18. +0
    -5
      src/dede/templets/feedback_main.htm
  19. +0
    -3
      src/dede/templets/file_manage_main.htm
  20. +0
    -5
      src/dede/templets/freelist_main.htm
  21. +0
    -5
      src/dede/templets/friendlink_main.htm
  22. +1
    -1
      src/dede/templets/index_body.htm
  23. +130
    -122
      src/dede/templets/log_list.htm
  24. +0
    -3
      src/dede/templets/media_main.htm
  25. +0
    -4
      src/dede/templets/member_main.htm
  26. +147
    -139
      src/dede/templets/member_operations.htm
  27. +0
    -5
      src/dede/templets/mychannel_main.htm
  28. +0
    -5
      src/dede/templets/plus_main.htm
  29. +0
    -5
      src/dede/templets/recycling.htm
  30. +175
    -165
      src/dede/templets/shops_operations.htm
  31. +0
    -3
      src/dede/templets/stepselect_main.htm
  32. +62
    -56
      src/dede/templets/sys_admin_user.htm
  33. +57
    -48
      src/dede/templets/sys_payment.htm
  34. +0
    -5
      src/dede/templets/tags_main.htm
  35. +0
    -3
      src/dede/templets/templets_one.htm
  36. +0
    -5
      src/dede/templets/vote_main.htm
  37. +0
    -56
      src/dede/templets/vote_select.htm
  38. +0
    -32
      src/install/sql-dftables.txt

+ 4
- 0
src/dede/css/base.css View File

@@ -640,3 +640,7 @@ input,
select {
height: auto !important;
}
.maintable {
width: 98%!important;
}

+ 0
- 18
src/dede/inc/inc_action_info.php View File

@@ -213,24 +213,6 @@ $actionSearch[5] = array(
'purview' =>'member_Type',
'linkurl' =>'member_pm.php'
),
5 => array(
'title' =>'会员留言管理',
'description' =>'会员空间留言的管理项目,可以对留言进行批量删除等操作',
'purview' =>'member_Type',
'linkurl' =>'member_guestbook.php'
),
6 => array(
'title' =>'会员动态管理',
'description' =>'会员添加内容,删除内容,评论内容产生的会员动态,在会员中心首页调用显示,这里可以进行批量管理操作',
'purview' =>'member_Type',
'linkurl' =>'member_info_main.php?type=feed'
),
7 => array(
'title' =>'会员心情管理',
'description' =>'会员中心会员添加的会员心情,这里可以进行批量操作',
'purview' =>'member_Type',
'linkurl' =>'member_info_main.php?type=mood'
),
)
);
$actionSearch[6] = array(


+ 0
- 3
src/dede/inc/inc_menu.php View File

@@ -156,9 +156,6 @@ $adminMenu1
<m:item name='积分头衔设置' link='member_scores.php' rank='member_Type' target='main' />
<m:item name='会员模型管理' link='member_model_main.php' rank='member_Type' target='main' />
<m:item name='会员短信管理' link='member_pm.php' rank='member_Type' target='main' />
<m:item name='会员留言管理' link='member_guestbook.php' rank='member_Type' target='main' />
<m:item name='会员动态管理' link='member_info_main.php?type=feed' rank='member_Type' target='main' />
<m:item name='会员心情管理' link='member_info_main.php?type=mood' rank='member_Type' target='main' />
</m:top>
$adminMenu2


+ 0
- 3
src/dede/inc/inc_menu_map.php View File

@@ -109,9 +109,6 @@ $menusMain = "
<m:item name='积分头衔设置' link='member_scores.php' rank='member_Type' target='main' />
<m:item name='会员模型管理' link='member_model_main.php' rank='member_Type' target='main' />
<m:item name='会员短信管理' link='member_pm.php' rank='member_Type' target='main' />
<m:item name='会员留言管理' link='member_guestbook.php' rank='member_Type' target='main' />
<m:item name='会员动态管理' link='member_info_main.php?type=feed' rank='member_Type' target='main' />
<m:item name='会员心情管理' link='member_info_main.php?type=mood' rank='member_Type' target='main' />
</m:top>
<m:top mapitem='2' item='10_' name='系统设置' display='none' rank='sys_User,sys_Group,sys_Edit,sys_Log,sys_Data'>


+ 0
- 8
src/dede/member_do.php View File

@@ -55,18 +55,11 @@ if($dopost=="delmember")
//删除用户相关数据
$dsql->ExecuteNoneQuery("DELETE FROM `#@__member_stow` WHERE mid='$id' ");
$dsql->ExecuteNoneQuery("DELETE FROM `#@__member_flink` WHERE mid='$id' ");
$dsql->ExecuteNoneQuery("DELETE FROM `#@__member_guestbook` WHERE mid='$id' ");
$dsql->ExecuteNoneQuery("DELETE FROM `#@__member_operation` WHERE mid='$id' ");
$dsql->ExecuteNoneQuery("DELETE FROM `#@__member_pms` WHERE toid='$id' Or fromid='$id' ");
$dsql->ExecuteNoneQuery("DELETE FROM `#@__member_friends` WHERE mid='$id' Or fid='$id' ");
$dsql->ExecuteNoneQuery("DELETE FROM `#@__feedback` WHERE mid='$id' ");
$dsql->ExecuteNoneQuery("UPDATE `#@__archives` SET mid='0' WHERE mid='$id'");
#api{{
if(defined('UC_API') && @include_once DEDEROOT.'/uc_client/client.php') {
$infofromuc=uc_get_user($row['userid']);
uc_user_delete($infofromuc[0]);
}
#/aip}}
}
else
{
@@ -117,7 +110,6 @@ if($dopost=="delmember")
//删除用户相关数据
$dsql->ExecuteNoneQuery("DELETE FROM `#@__member_stow` WHERE mid IN (".str_replace("`",",",$id).") ");
$dsql->ExecuteNoneQuery("DELETE FROM `#@__member_flink` WHERE mid IN (".str_replace("`",",",$id).") ");
$dsql->ExecuteNoneQuery("DELETE FROM `#@__member_guestbook` WHERE mid IN (".str_replace("`",",",$id).") ");
$dsql->ExecuteNoneQuery("DELETE FROM `#@__member_operation` WHERE mid IN (".str_replace("`",",",$id).") ");
$dsql->ExecuteNoneQuery("DELETE FROM `#@__member_pms` WHERE toid IN (".str_replace("`",",",$id).") Or fromid IN (".str_replace("`",",",$id).") ");
$dsql->ExecuteNoneQuery("DELETE FROM `#@__member_friends` WHERE mid IN (".str_replace("`",",",$id).") Or fid IN (".str_replace("`",",",$id).") ");


+ 0
- 5
src/dede/templets/ad_main.htm View File

@@ -9,11 +9,6 @@
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css">
<style>
.maintable {
width: 98% !important;
}
</style>
</head>
<body background="images/allbg.gif" leftmargin="8" topmargin='8'>


+ 100
- 91
src/dede/templets/cards_manmage.htm View File

@@ -1,97 +1,106 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>点卡业务记录</title>
<link href="css/base.css" rel="stylesheet" type="text/css" />
<script language="javascript">
//获得选中项
function getCheckboxItem()
{
var allSel="";
if(document.form1.aids.value) return document.form1.aids.value;
for(i=0;i<document.form1.aids.length;i++)
{
if(document.form1.aids[i].checked)
{
if(allSel=="")
allSel=document.form1.aids[i].value;
else
allSel=allSel+"`"+document.form1.aids[i].value;
}
}
return allSel;
}
function ReSel()
{
for(i=0;i<document.form1.aids.length;i++)
{
if(document.form1.aids[i].checked) document.form1.aids[i].checked = false;
else document.form1.aids[i].checked = true;
}
}
function DelSel()
{
var nid = getCheckboxItem();
if(nid==""){
alert("请选择要删除的卡!\r\n");
return ;
}
location.href="cards_manage.php?dopost=delete&aids="+nid;
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>点卡业务记录</title>
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css" />
<script language="javascript">
//获得选中项
function getCheckboxItem() {
var allSel = "";
if (document.form1.aids.value) return document.form1.aids.value;
for (i = 0; i < document.form1.aids.length; i++) {
if (document.form1.aids[i].checked) {
if (allSel == "")
allSel = document.form1.aids[i].value;
else
allSel = allSel + "`" + document.form1.aids[i].value;
}
}
return allSel;
}
function ReSel() {
for (i = 0; i < document.form1.aids.length; i++) {
if (document.form1.aids[i].checked) document.form1.aids[i].checked = false;
else document.form1.aids[i].checked = true;
}
}
function DelSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要删除的卡!\r\n");
return;
}
location.href = "cards_manage.php?dopost=delete&aids=" + nid;
}
</script>
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style=" background:#cfcfcf;">
<tr>
<td height="20" colspan="7" bgcolor="#EDF9D5" background='images/tbg.gif'>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30%" style="padding-left:10px;"><strong>点卡业务管理:</strong> </td>
<td width="45%" align="right" style="padding-top:4px;"> <input type="button" class='np coolbg' name="ss13" value="未使用" style="width:50px;margin-right:6px" onClick="location='cards_manage.php?isexp=0';" >
<input type="button" class='np coolbg inputbut' name="ss14" value="已售出" style="width:50px;margin-right:6px" onClick="location='cards_manage.php?isexp=1';" >
<input type="button" class='np coolbg inputbut' name="ss15" value="已使用" style="width:50px;margin-right:6px" onClick="location='cards_manage.php?isexp=-1';">
<input type="button" class='np coolbg inputbut' name="ss16" value="全部" style="width:40px;margin-right:6px" onClick="location='cards_manage.php';">
</td>
<td width="25%" align="right" style="padding-top:4px;"> <input type="button" class='np coolbg inputbut' name="ss1" value="生成点卡" style="width:70px;margin-right:6px" onClick="location='cards_make.php';">
<input type="button" class='np coolbg inputbut' name="ss12" value="点卡产品分类" style="width:90px;margin-right:6px" onClick="location='cards_type.php';">
</td>
</tr>
</table></td>
</tr>
<tr align="center" bgcolor="#FBFCE2">
<td width="8%">选择</td>
<td width="28%">卡号</td>
<td width="18%">点卡类型</td>
<td width="12%">生成日期</td>
<td width="12%">使用日期</td>
<td width="8%">状态</td>
<td width="14%">使用会员</td>
</tr>
<form name="form1">
{dede:datalist}
<tr align="center" bgcolor="#FFFFFF" height="26" align="center" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';">
<td><input type='checkbox' name='aids' value='{dede:field.aid/}' class='np'></td>
<td>{dede:field.cardid/}</td>
<td><?php echo $TypeNames[$fields['ctid']]?></td>
<td>{dede:field.mtime function='GetDateMk(@me)'/}</td>
<td>{dede:field.utime function='GetUseDate(@me)'/}</td>
<td>{dede:field.isexp function='GetSta(@me)'/}</td>
<td>{dede:field.uid function='GetMemberID(@me)'/}</td>
</tr>
{/dede:datalist}
</form>
<tr>
<td height="30" colspan="7" bgcolor="#ffffff">&nbsp;
<input type="button" class='np coolbg inputbut' name="b7" value="反选" style="width:40" onClick="ReSel();">
<input type="button" class='np coolbg inputbut' name="b7" value="删除" style="width:40" onClick="DelSel();">
     </td>
</tr>
<tr>
<td height="36" colspan="7" align="center" bgcolor="#F9FCEF">
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="5"/}
</td>
</tr>
</table>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"
style=" background:#cfcfcf;">
<tr>
<td height="20" colspan="7" bgcolor="#EDF9D5" background='images/tbg.gif'>
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
<tr>
<td width="30%" style="padding-left:10px;"><strong>点卡业务管理:</strong> </td>
<td width="45%" align="right" style="padding-top:4px;"> <input type="button" class='np coolbg' name="ss13"
value="未使用" style="width:50px;margin-right:6px" onClick="location='cards_manage.php?isexp=0';">
<input type="button" class='np coolbg inputbut' name="ss14" value="已售出"
style="width:50px;margin-right:6px" onClick="location='cards_manage.php?isexp=1';">
<input type="button" class='np coolbg inputbut' name="ss15" value="已使用"
style="width:50px;margin-right:6px" onClick="location='cards_manage.php?isexp=-1';">
<input type="button" class='np coolbg inputbut' name="ss16" value="全部" style="width:40px;margin-right:6px"
onClick="location='cards_manage.php';">
</td>
<td width="25%" align="right" style="padding-top:4px;"> <input type="button" class='np coolbg inputbut'
name="ss1" value="生成点卡" style="width:70px;margin-right:6px" onClick="location='cards_make.php';">
<input type="button" class='np coolbg inputbut' name="ss12" value="点卡产品分类"
style="width:90px;margin-right:6px" onClick="location='cards_type.php';">
</td>
</tr>
</table>
</td>
</tr>
<tr align="center" bgcolor="#FBFCE2">
<td width="8%">选择</td>
<td width="28%">卡号</td>
<td width="18%">点卡类型</td>
<td width="12%">生成日期</td>
<td width="12%">使用日期</td>
<td width="8%">状态</td>
<td width="14%">使用会员</td>
</tr>
<form name="form1">
{dede:datalist}
<tr align="center" bgcolor="#FFFFFF" height="26" align="center" onMouseMove="javascript:this.bgColor='#FCFDEE';"
onMouseOut="javascript:this.bgColor='#FFFFFF';">
<td><input type='checkbox' name='aids' value='{dede:field.aid/}' class='np'></td>
<td>{dede:field.cardid/}</td>
<td><?php echo $TypeNames[$fields['ctid']]?></td>
<td>{dede:field.mtime function='GetDateMk(@me)'/}</td>
<td>{dede:field.utime function='GetUseDate(@me)'/}</td>
<td>{dede:field.isexp function='GetSta(@me)'/}</td>
<td>{dede:field.uid function='GetMemberID(@me)'/}</td>
</tr>
{/dede:datalist}
</form>
<tr>
<td height="30" colspan="7" bgcolor="#ffffff">&nbsp;
<input type="button" class='np coolbg inputbut' name="b7" value="反选" style="width:40" onClick="ReSel();">
<input type="button" class='np coolbg inputbut' name="b7" value="删除" style="width:40" onClick="DelSel();">
     </td>
</tr>
<tr>
<td height="36" colspan="7" align="center" bgcolor="#F9FCEF">
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="5"/}
</td>
</tr>
</table>
</body>
</html>

+ 0
- 5
src/dede/templets/co_main.htm View File

@@ -118,11 +118,6 @@
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css">
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8' onLoad="ContextMenu.intializeContextMenu()">


+ 0
- 5
src/dede/templets/co_url.htm View File

@@ -42,11 +42,6 @@
location.href = "co_do.php?dopost=clearct&ids=" + nid;
}
</script>
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>


+ 71
- 72
src/dede/templets/co_url_2.htm View File

@@ -1,80 +1,79 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>采集内容管理</title>
<link href="css/base.css" rel="stylesheet" type="text/css">
<script language="javascript">
//获得选中文件的文件名
function getCheckboxItem()
{
var allSel="";
if(document.form1.aids.value) return document.form1.aids.value;
for(i=0;i<document.form1.aids.length;i++)
{
if(document.form1.aids[i].checked)
{
if(allSel=="")
allSel=document.form1.aids[i].value;
else
allSel=allSel+"`"+document.form1.aids[i].value;
}
}
return allSel;
}
function ReSel()
{
for(i=0;i<document.form1.aids.length;i++)
{
if(document.form1.aids[i].checked) document.form1.aids[i].checked = false;
else document.form1.aids[i].checked = true;
}
}
function DelSel()
{
var nid = getCheckboxItem();
if(nid=="")
{
alert("请选择节点!\r\n");
return ;
}
location.href = "co_do.php?dopost=clear&ids="+nid;
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>采集内容管理</title>
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css">
<script language="javascript">
//获得选中文件的文件名
function getCheckboxItem() {
var allSel = "";
if (document.form1.aids.value) return document.form1.aids.value;
for (i = 0; i < document.form1.aids.length; i++) {
if (document.form1.aids[i].checked) {
if (allSel == "")
allSel = document.form1.aids[i].value;
else
allSel = allSel + "`" + document.form1.aids[i].value;
}
}
return allSel;
}
function ReSel() {
for (i = 0; i < document.form1.aids.length; i++) {
if (document.form1.aids[i].checked) document.form1.aids[i].checked = false;
else document.form1.aids[i].checked = true;
}
}
function DelSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择节点!\r\n");
return;
}
location.href = "co_do.php?dopost=clear&ids=" + nid;
}
</script>
</head>
<body background='images/allbg.gif' leftmargin='0' topmargin='0'>
<table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="#D6D6D6" align="center">
<tr align="center" bgcolor="#FBFCE2">
<td width="8%">选择</td>
<td width="35%">内容标题</td>
<td width="18%">所属节点</td>
<td width="18%">获取日期</td>
<td width="10%">是否下载</td>
<td width="8%">来源</td>
</tr>
<form name='form1'>
{dede:datalist}
<tr align="center" bgcolor="#FFFFFF">
<td><input type='checkbox' name='aids' value='{dede:field.aid/}' class='np'></td>
<td><a href='co_view.php?aid={dede:field.aid/}''>{dede:field.title/}</a></td>
<table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3">
<tr align="center" bgcolor="#FBFCE2">
<td width="8%">选择</td>
<td width="35%">内容标题</td>
<td width="18%">所属节点</td>
<td width="18%">获取日期</td>
<td width="10%">是否下载</td>
<td width="8%">来源</td>
</tr>
<form name='form1'>
{dede:datalist}
<tr align="center" bgcolor="#FFFFFF">
<td><input type='checkbox' name='aids' value='{dede:field.aid/}' class='np'></td>
<td><a href='co_view.php?aid={dede:field.aid/}''>{dede:field.title/}</a></td>
<td>{dede:field.notename/}</td>
<td>{dede:field.dtime function="GetDateMk(@me)" /}</td>
<td>{dede:field.isdown function="IsDownLoad(@me)" /}</td>
<td><a href='{dede:field.url/}' target='_blank'>[源网址]</a></td>
</tr>
{/dede:datalist}
</form>
<tr>
<td height="28" colspan="6" bgcolor="#FCFDF7">&nbsp;
<input type="button" name="b7" value="反选" class="coolbg np" style="width:40" onClick="ReSel();">    
<input type="button" name="b5" value="删除所选网址" class="coolbg np" style="width:100" onClick="DelSel();"> 
</td>
</tr>
<tr>
<td height="30" colspan="6" bgcolor="#FCFDF7" align="center">
{dede:pagelist listsize=5/}
</td>
</tr>
</table>
<td><a href=' {dede:field.url/}' target='_blank'>[源网址]</a></td>
</tr>
{/dede:datalist}
</form>
<tr>
<td height="28" colspan="6" bgcolor="#FCFDF7">&nbsp;
<input type="button" name="b7" value="反选" class="coolbg np" style="width:40" onClick="ReSel();">    
<input type="button" name="b5" value="删除所选网址" class="coolbg np" style="width:100" onClick="DelSel();"> 
</td>
</tr>
<tr>
<td height="30" colspan="6" bgcolor="#FCFDF7" align="center">
{dede:pagelist listsize=5/}
</td>
</tr>
</table>
</body>
</html>
</html>

+ 0
- 5
src/dede/templets/content_i_list.htm View File

@@ -15,11 +15,6 @@
<script language="javascript" src="js/context_menu.js"></script>
<script language="javascript" src="js/main.js"></script>
<script language="javascript" src="js/list.js"></script>
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body leftmargin="8" topmargin="8" background='images/allbg.gif' onLoad="ContextMenu.intializeContextMenu()">


+ 0
- 5
src/dede/templets/content_list.htm View File

@@ -14,11 +14,6 @@
<script language="javascript" src="js/context_menu.js"></script>
<script language="javascript" src="js/main.js"></script>
<script language="javascript" src="js/list.js"></script>
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body leftmargin="8" topmargin="8" background='images/allbg.gif' onLoad="ContextMenu.intializeContextMenu()">


+ 0
- 5
src/dede/templets/content_s_list.htm View File

@@ -108,11 +108,6 @@
}
}
</script>
<style>
.maintable {
width: 98% !important;
}
</style>
</head>
<body leftmargin="8" topmargin="8" background='images/allbg.gif' onLoad="ContextMenu.intializeContextMenu()">


+ 0
- 5
src/dede/templets/content_sg_list.htm View File

@@ -128,11 +128,6 @@
}
}
</script>
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body leftmargin="8" topmargin="8" background='images/allbg.gif' onLoad="ContextMenu.intializeContextMenu()">


+ 0
- 5
src/dede/templets/diy_list.htm View File

@@ -8,11 +8,6 @@
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css" />
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>


+ 0
- 5
src/dede/templets/diy_main.htm View File

@@ -9,11 +9,6 @@
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css" />
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>


+ 0
- 5
src/dede/templets/erradd.htm View File

@@ -9,11 +9,6 @@
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel='stylesheet' type='text/css'>
<style>
.maintable {
width: 98% !important;
}
</style>
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>


+ 0
- 5
src/dede/templets/feedback_main.htm View File

@@ -63,11 +63,6 @@
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css">
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>


+ 0
- 3
src/dede/templets/file_manage_main.htm View File

@@ -13,9 +13,6 @@
border-bottom: 1px solid #CBD8AC;
height: 24px
}
.maintable {
width: 98%!important;
}
</style>
</head>


+ 0
- 5
src/dede/templets/freelist_main.htm View File

@@ -91,11 +91,6 @@
ListArea.innerHTML = ahtml+"</ul>";
}
</script>
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>


+ 0
- 5
src/dede/templets/friendlink_main.htm View File

@@ -33,11 +33,6 @@
}
}
</script>
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>


+ 1
- 1
src/dede/templets/index_body.htm View File

@@ -48,7 +48,7 @@
<body>
<div class="container-fluid">
<div>
<div class="mt-3">
欢迎使用专业的PHP网站管理系统,轻松建站的首选利器 -- <?php echo $cfg_softname; ?>
</div>
<div class="row">


+ 130
- 122
src/dede/templets/log_list.htm View File

@@ -1,137 +1,145 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>采集内容管理</title>
<link href="css/base.css" rel="stylesheet" type="text/css">
<script language="javascript">
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>采集内容管理</title>
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css">
<script language="javascript">
//获得选中文件的文件名
function getCheckboxItem(){
var allSel="";
if(document.form1.logs.value) return document.form1.logs.value;
for(i=0;i<document.form1.logs.length;i++)
{
if(document.form1.logs[i].checked){
if(allSel=="")
allSel=document.form1.logs[i].value;
else
allSel=allSel+"`"+document.form1.logs[i].value;
}
}
return allSel;
}
//获得选中文件的文件名
function getCheckboxItem() {
var allSel = "";
if (document.form1.logs.value) return document.form1.logs.value;
for (i = 0; i < document.form1.logs.length; i++) {
if (document.form1.logs[i].checked) {
if (allSel == "")
allSel = document.form1.logs[i].value;
else
allSel = allSel + "`" + document.form1.logs[i].value;
}
}
return allSel;
}
function ReSel(){
for(i=0;i<document.form1.logs.length;i++){
if(document.form1.logs[i].checked) document.form1.logs[i].checked = false;
else document.form1.logs[i].checked = true;
}
}
function ReSel() {
for (i = 0; i < document.form1.logs.length; i++) {
if (document.form1.logs[i].checked) document.form1.logs[i].checked = false;
else document.form1.logs[i].checked = true;
}
}
function DelSel(){
var nid = getCheckboxItem();
if(nid==""){
alert("请选择项目!\r\n");
return ;
}
location.href = "log_edit.php?dopost=del&ids="+nid;
}
function DelSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择项目!\r\n");
return;
}
location.href = "log_edit.php?dopost=del&ids=" + nid;
}
function ClearLog(){
location.href = "log_edit.php?dopost=clear";
}
function ClearLog() {
location.href = "log_edit.php?dopost=clear";
}
</script>
</script>
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>
<table width="98%" border="0" cellpadding="2" cellspacing="1" bgcolor="#D6D6D6" align="center">
<tr>
<td height="28" colspan="7" background='images/tbg.gif'>
<table width="96%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20%" height="18" style="padding-left:10px;"><strong>管理系统日志:</strong></td>
<td width="80%" align="right">&nbsp; </td>
</tr>
</table></td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td colspan="7">
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<form name='formsearch'>
<tr>
<td>
管理员:
<select name="adminid" id="adminid" style="width:90px">
<option value="0" selected>--全部--</option>
<?php echo $adminlist?>
</select>
IP地址:
<input name="cip" type="text" id="cip" size="15" style="width:100px" />
时间:
<select name="dtime" id="dtime">
<option value="0" selected>--全部--</option>
<option value="7">一周内</option>
<option value="15">15天内</option>
<option value="30">30天以内</option>
<option value="60">60天以内</option>
</select>
&nbsp;
<input type="submit" name="Submit" value="搜索" />
</td>
</tr>
</form>
</table>
</td>
</tr>
<tr align="center" bgcolor="#FBFCE2">
<td width="8%">选择</td>
<td width="11%">管理员</td>
<td width="15%">访问文件</td>
<td width="8%">方式</td>
<td width="14%">访问IP</td>
<td width="16%">时间</td>
<td width="28%">Query参数</td>
</tr>
<form name="form1">
{dede:datalist}
<tr align="center" bgcolor="#FFFFFF" height="26" align="center" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';">
<td>
<input name='logs' type='checkbox' class='np' id="logs" value='{dede:field.lid/}' />
</td>
<td>
{dede:field.userid/}
<table width="98%" border="0" cellpadding="2" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3">
<tr>
<td height="28" colspan="7" background='images/tbg.gif'>
<table width="96%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="20%" height="18" style="padding-left:10px;"><strong>管理系统日志:</strong></td>
<td width="80%" align="right">&nbsp; </td>
</tr>
</table>
</td>
<td>
<input class="np" type="text" value="{dede:field.filename/}" name="t0" style="width:100px" />
</td>
<td>
{dede:field.method/}
</td>
<td>
{dede:field.cip/}
</tr>
<tr align="center" bgcolor="#ffffff">
<td colspan="7">
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<form name='formsearch'>
<tr>
<td>
管理员:
<select name="adminid" id="adminid" style="width:90px">
<option value="0" selected>--全部--</option>
<?php echo $adminlist?>
</select>
IP地址:
<input name="cip" type="text" id="cip" size="15" style="width:100px" />
时间:
<select name="dtime" id="dtime">
<option value="0" selected>--全部--</option>
<option value="7">一周内</option>
<option value="15">15天内</option>
<option value="30">30天以内</option>
<option value="60">60天以内</option>
</select>
&nbsp;
<input type="submit" name="Submit" value="搜索" />
</td>
</tr>
</form>
</table>
</td>
<td>
{dede:field.dtime function="MyDate('y/m/d H:i:s',@me)" /}
</tr>
<tr align="center" bgcolor="#FBFCE2">
<td width="8%">选择</td>
<td width="11%">管理员</td>
<td width="15%">访问文件</td>
<td width="8%">方式</td>
<td width="14%">访问IP</td>
<td width="16%">时间</td>
<td width="28%">Query参数</td>
</tr>
<form name="form1">
{dede:datalist}
<tr align="center" bgcolor="#FFFFFF" height="26" align="center" onMouseMove="javascript:this.bgColor='#FCFDEE';"
onMouseOut="javascript:this.bgColor='#FFFFFF';">
<td>
<input name='logs' type='checkbox' class='np' id="logs" value='{dede:field.lid/}' />
</td>
<td>
{dede:field.userid/}
</td>
<td>
<input class="np" type="text" value="{dede:field.filename/}" name="t0" style="width:100px" />
</td>
<td>
{dede:field.method/}
</td>
<td>
{dede:field.cip/}
</td>
<td>
{dede:field.dtime function="MyDate('y/m/d H:i:s',@me)" /}
</td>
<td>
<input class="np" type="text" value="{dede:field.query/}" name="t1" style="width:280px" />
</td>
</tr>
{/dede:datalist}
</form>
<tr>
<td height="30" colspan="7" bgcolor="#FCFDF7">
&nbsp; <input type="button" name="b5" value="反选" style="width:40px" class="coolbg np" onClick="ReSel();" />
&nbsp; <input type="button" name="b6" value="删除所选" style="width:80px" class="coolbg np" onClick="DelSel();" />
&nbsp; <input type="button" name="b7" value="清空所有日志" style="width:100px" class="coolbg np"
onClick="ClearLog();" />
</td>
<td>
<input class="np" type="text" value="{dede:field.query/}" name="t1" style="width:280px" />
</tr>
<tr bgcolor="#F9FCEF">
<td height="24" colspan="7" align="center">
{dede:pagelist listsize='5' /}
</td>
</tr>
{/dede:datalist}
</form>
<tr>
<td height="30" colspan="7" bgcolor="#FCFDF7">
&nbsp; <input type="button" name="b5" value="反选" style="width:40px" class="coolbg np" onClick="ReSel();" />
&nbsp; <input type="button" name="b6" value="删除所选" style="width:80px" class="coolbg np" onClick="DelSel();" />
&nbsp; <input type="button" name="b7" value="清空所有日志" style="width:100px" class="coolbg np" onClick="ClearLog();" />
</td>
</tr>
<tr bgcolor="#F9FCEF">
<td height="24" colspan="7" align="center">
{dede:pagelist listsize='5' /}
</td>
</tr>
</table>
</table>
</body>
</html>
</html>

+ 0
- 3
src/dede/templets/media_main.htm View File

@@ -17,9 +17,6 @@
position: absolute;
z-index: 3
}
.maintable {
width: 98%!important;
}
</style>
<script>
function ChangeImage(surl) { document.getElementById('picview').src = surl; }


+ 0
- 4
src/dede/templets/member_main.htm View File

@@ -18,10 +18,6 @@
.tb {
border-top: 1px solid #666666
}
.maintable {
width: 98%!important;
}
</style>
</head>


+ 147
- 139
src/dede/templets/member_operations.htm View File

@@ -1,154 +1,162 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>业务管理</title>
<link href="css/base.css" rel="stylesheet" type="text/css" />
<script language="javascript">
//获得选中项
function getCheckboxItem()
{
var allSel="";
if(document.form1.aids.value) return document.form1.aids.value;
for(i=0;i<document.form1.aids.length;i++)
{
if(document.form1.aids[i].checked)
{
if(allSel=="")
allSel=document.form1.aids[i].value;
else
allSel=allSel+"`"+document.form1.aids[i].value;
}
}
return allSel;
}
function ReSel()
{
for(i=0;i<document.form1.aids.length;i++)
{
if(document.form1.aids[i].checked) document.form1.aids[i].checked = false;
else document.form1.aids[i].checked = true;
}
}
function DelSel()
{
var nid = getCheckboxItem();
if(nid==""){
alert("请选择要删除的业务记录!\r\n");
return ;
}
location.href = "member_do.php?dopost=deoperations&nid="+nid;
}
function UpSel()
{
var nid = getCheckboxItem();
if(nid==""){
alert("请选择要更改的业务记录!\r\n");
return ;
}
location.href = "member_do.php?dopost=upoperations&nid="+nid;
}
function OkSel()
{
var nid = getCheckboxItem();
if(nid==""){
alert("请选择要更改的业务记录!\r\n");
return ;
}
location.href = "member_do.php?dopost=okoperations&nid="+nid;
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>业务管理</title>
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css" />
<script language="javascript">
//获得选中项
function getCheckboxItem() {
var allSel = "";
if (document.form1.aids.value) return document.form1.aids.value;
for (i = 0; i < document.form1.aids.length; i++) {
if (document.form1.aids[i].checked) {
if (allSel == "")
allSel = document.form1.aids[i].value;
else
allSel = allSel + "`" + document.form1.aids[i].value;
}
}
return allSel;
}
function ReSel() {
for (i = 0; i < document.form1.aids.length; i++) {
if (document.form1.aids[i].checked) document.form1.aids[i].checked = false;
else document.form1.aids[i].checked = true;
}
}
function DelSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要删除的业务记录!\r\n");
return;
}
location.href = "member_do.php?dopost=deoperations&nid=" + nid;
}
function UpSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要更改的业务记录!\r\n");
return;
}
location.href = "member_do.php?dopost=upoperations&nid=" + nid;
}
function OkSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要更改的业务记录!\r\n");
return;
}
location.href = "member_do.php?dopost=okoperations&nid=" + nid;
}
</script>
</head>
<body background="images/allbg.gif" leftmargin='8' topmargin='8'>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cbd8ac;margin-bottom:5px;">
<tr>
<td height="30" align="center" bgcolor="#FAFCEF">
<form name="form2" method="get" action="member_operations.php">
<table border="0" cellspacing="0" cellpadding="0">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"
style="background:#cbd8ac;margin-bottom:5px;">
<tr>
<td height="30" align="center" bgcolor="#FAFCEF">
<form name="form2" method="get" action="member_operations.php">
<table border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
<tr>
<td>输入订单号:</td>
<td>
<input name="buyid" type="text" id="buyid"></td>
<td width="100" align="center"> <input name="imageField" type="submit" value="搜索" class='np coolbg' />
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"
style="background:#cfcfcf;">
<tr>
<td height="28" colspan="8" bgcolor="#EDF9D5" background='images/tbg.gif'>
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
<tr>
<td>输入订单号:</td>
<td>
<input name="buyid" type="text" id="buyid"></td>
<td width="100" align="center"> <input name="imageField" type="submit" value="搜索" class='np coolbg' />
<td width="30%" style="padding-left:10px;"><strong>会员消费管理:</strong> </td>
<td width="45%" align="right" style="padding-top:4px;">
<input type="button" name="ss13" value="未付款" style="width:50px;margin-right:6px"
onClick="location='member_operations.php?sta=0';" class='np coolbg' />
<input type="button" name="ss14" value="已付款" style="width:50px;margin-right:6px"
onClick="location='member_operations.php?sta=1';" class='np coolbg' />
<input type="button" name="ss142" value="已完成" style="width:50px;margin-right:6px"
onClick="location='member_operations.php?sta=2';" class='np coolbg' />
<input type="button" name="ss16" value="全部" style="width:40px;margin-right:6px"
onClick="location='member_operations.php';" class='np coolbg' />
</td>
<td width="25%" align="right" style="padding-top:4px;">
<input type="button" name="ss12" value="会员管理" style="width:90px;margin-right:6px"
onClick="location='member_main.php';" class='np coolbg' />
</td>
</tr>
</table>
</form></td>
</tr>
</table>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;">
<tr>
<td height="28" colspan="8" bgcolor="#EDF9D5" background='images/tbg.gif'>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30%" style="padding-left:10px;"><strong>会员消费管理:</strong> </td>
<td width="45%" align="right" style="padding-top:4px;">
<input type="button" name="ss13" value="未付款" style="width:50px;margin-right:6px" onClick="location='member_operations.php?sta=0';" class='np coolbg' />
<input type="button" name="ss14" value="已付款" style="width:50px;margin-right:6px" onClick="location='member_operations.php?sta=1';" class='np coolbg' />
<input type="button" name="ss142" value="已完成" style="width:50px;margin-right:6px" onClick="location='member_operations.php?sta=2';" class='np coolbg' />
<input type="button" name="ss16" value="全部" style="width:40px;margin-right:6px" onClick="location='member_operations.php';" class='np coolbg' />
</td>
<td width="25%" align="right" style="padding-top:4px;">
<input type="button" name="ss12" value="会员管理" style="width:90px;margin-right:6px" onClick="location='member_main.php';" class='np coolbg' />
</td>
</tr>
</table></td>
</tr>
<tr bgcolor="#FBFCE2">
<td width="8%" align="center">选择</td>
<td width="20%" align="center">订单号</td>
<td align="center">产品名称</td>
<td width="10%" align="center">产品类型</td>
<td width="22%" align="center">生成日期</td>
<td width="8%" align="center">金额</td>
<td width="8%" align="center">状态</td>
<td width="10%" align="center">会员</td>
</tr>
<form name="form1">
{dede:datalist}
<tr bgcolor="#FFFFFF" height="26" align="center" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';">
<td align="center">
<input type='checkbox' name='aids' value='<?php echo $fields['aid']?>' class='np'></td>
<td align="center">
<?php echo $fields['buyid']?>
</td>
<td align="center">
<?php
</tr>
<tr bgcolor="#FBFCE2">
<td width="8%" align="center">选择</td>
<td width="20%" align="center">订单号</td>
<td align="center">产品名称</td>
<td width="10%" align="center">产品类型</td>
<td width="22%" align="center">生成日期</td>
<td width="8%" align="center">金额</td>
<td width="8%" align="center">状态</td>
<td width="10%" align="center">会员</td>
</tr>
<form name="form1">
{dede:datalist}
<tr bgcolor="#FFFFFF" height="26" align="center" onMouseMove="javascript:this.bgColor='#FCFDEE';"
onMouseOut="javascript:this.bgColor='#FFFFFF';">
<td align="center">
<input type='checkbox' name='aids' value='<?php echo $fields['aid']?>' class='np'></td>
<td align="center">
<?php echo $fields['buyid']?>
</td>
<td align="center">
<?php
echo $fields['pname'].'('.$fields['oldinfo'].')';
?>
</td>
<td align="center">
<?php echo GetPType($fields['product'])?>
</td>
<td align="center">
<?php echo GetDateTimeMk($fields['mtime'])?>
(<font color="#FF0000">{dede:field.mtime function="floorTime(time()-@me,@me)"/}</font>)
</td>
<td align="center">
<?php echo $fields['money']?>
</td>
<td align="center">
<?php echo GetSta($fields['sta'])?>
</td>
<td align="center">
<?php echo GetMemberID($fields['mid'])?>
</td>
<td align="center">
<?php echo GetPType($fields['product'])?>
</td>
<td align="center">
<?php echo GetDateTimeMk($fields['mtime'])?>
(<font color="#FF0000">{dede:field.mtime function="floorTime(time()-@me,@me)"/}</font>)
</td>
<td align="center">
<?php echo $fields['money']?>
</td>
<td align="center">
<?php echo GetSta($fields['sta'])?>
</td>
<td align="center">
<?php echo GetMemberID($fields['mid'])?>
</td>
</tr>
{/dede:datalist}
</form>
<tr>
<td height="28" colspan="8" bgcolor="#FCFDF7" style="padding-top:4px;">
&nbsp;
<input type="button" name="b7" value="反选" style="width:40" onClick="ReSel();" class='np coolbg' />
<input type="button" name="b" value="删除" style="width:40" onClick="DelSel();" class='np coolbg' />
<input type="button" name="b5" value="设为已付款状态" style="width:100" onClick="UpSel();" class='np coolbg' />
<input type="button" name="b9" value="设为已完成状态" style="width:100" onClick="OkSel();" class='np coolbg' /></td>
</tr>
<tr>
<td height="36" colspan="8" bgcolor="#F9FCEF" align="center">
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="5"/}
</td>
</tr>
{/dede:datalist}
</form>
<tr>
<td height="28" colspan="8" bgcolor="#FCFDF7" style="padding-top:4px;">
&nbsp;
<input type="button" name="b7" value="反选" style="width:40" onClick="ReSel();" class='np coolbg' />
<input type="button" name="b" value="删除" style="width:40" onClick="DelSel();" class='np coolbg' />
<input type="button" name="b5" value="设为已付款状态" style="width:100" onClick="UpSel();" class='np coolbg' />
<input type="button" name="b9" value="设为已完成状态" style="width:100" onClick="OkSel();" class='np coolbg' /></td>
</tr>
<tr>
<td height="36" colspan="8" bgcolor="#F9FCEF" align="center">
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="5"/}
</td>
</tr>
</table>
</table>
</body>
</html>

+ 0
- 5
src/dede/templets/mychannel_main.htm View File

@@ -7,11 +7,6 @@
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css">
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" class="table table-bordered maintable mt-3">


+ 0
- 5
src/dede/templets/plus_main.htm View File

@@ -9,11 +9,6 @@
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href='css/base.css' rel='stylesheet' type='text/css'>
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>


+ 0
- 5
src/dede/templets/recycling.htm View File

@@ -66,11 +66,6 @@
}
}
</script>
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body leftmargin="8" topmargin="8" background='images/allbg.gif'>


+ 175
- 165
src/dede/templets/shops_operations.htm View File

@@ -1,179 +1,189 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>订单管理</title>
<link href="css/base.css" rel="stylesheet" type="text/css" />
<script language="javascript">
//获得选中项
function getCheckboxItem()
{
var allSel="";
if(document.form1.aids.value) return document.form1.aids.value;
for(i=0;i<document.form1.aids.length;i++)
{
if(document.form1.aids[i].checked)
{
if(allSel=="")
allSel=document.form1.aids[i].value;
else
allSel=allSel+"`"+document.form1.aids[i].value;
}
}
return allSel;
}
function ReSel()
{
for(i=0;i<document.form1.aids.length;i++)
{
if(document.form1.aids[i].checked) document.form1.aids[i].checked = false;
else document.form1.aids[i].checked = true;
}
}
function DelSel()
{
var nid = getCheckboxItem();
if(nid==""){
alert("请选择要删除的业务记录!\r\n");
return ;
}
location.href = "shops_operations.php?dopost=delete&nid="+nid;
}
function UpSel()
{
var nid = getCheckboxItem();
if(nid==""){
alert("请选择要更改的订单记录!\r\n");
return ;
}
location.href = "shops_operations.php?dopost=up&nid="+nid;
}
function OkSel()
{
var nid = getCheckboxItem();
if(nid==""){
alert("请选择要更改的订单记录!\r\n");
return ;
}
location.href = "shops_operations.php?dopost=ok&nid="+nid;
}
function PushSel(){
var nid = getCheckboxItem();
if(nid==""){
alert("请选择要更改的订单记录!\r\n");
return ;
}
location.href = "shops_operations.php?dopost=push&nid="+nid;
}
function OpenMyWinN(surl,w,h){
window.open(surl, "popUpMyWinN", "scrollbars=yes,resizable=yes,statebar=no,width="+w+",height="+h+",left=200, top=100");
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>订单管理</title>
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css" />
<script language="javascript">
//获得选中项
function getCheckboxItem() {
var allSel = "";
if (document.form1.aids.value) return document.form1.aids.value;
for (i = 0; i < document.form1.aids.length; i++) {
if (document.form1.aids[i].checked) {
if (allSel == "")
allSel = document.form1.aids[i].value;
else
allSel = allSel + "`" + document.form1.aids[i].value;
}
}
return allSel;
}
function ReSel() {
for (i = 0; i < document.form1.aids.length; i++) {
if (document.form1.aids[i].checked) document.form1.aids[i].checked = false;
else document.form1.aids[i].checked = true;
}
}
function DelSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要删除的业务记录!\r\n");
return;
}
location.href = "shops_operations.php?dopost=delete&nid=" + nid;
}
function UpSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要更改的订单记录!\r\n");
return;
}
location.href = "shops_operations.php?dopost=up&nid=" + nid;
}
function OkSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要更改的订单记录!\r\n");
return;
}
location.href = "shops_operations.php?dopost=ok&nid=" + nid;
}
function PushSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要更改的订单记录!\r\n");
return;
}
location.href = "shops_operations.php?dopost=push&nid=" + nid;
}
function OpenMyWinN(surl, w, h) {
window.open(surl, "popUpMyWinN", "scrollbars=yes,resizable=yes,statebar=no,width=" + w + ",height=" + h + ",left=200, top=100");
}
</script>
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cbd8ac;margin-bottom:5px">
<tr>
<td height="30" align="center" bgcolor="#FAFCEF">
<form name="form2" method="get" action="shops_operations.php">
<table border="0" cellspacing="0" cellpadding="0">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3"
style="background:#cbd8ac;margin-bottom:5px">
<tr>
<td height="30" align="center" bgcolor="#FAFCEF">
<form name="form2" method="get" action="shops_operations.php">
<table border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
<tr>
<td>输入订单号:</td>
<td>
<input name="buyid" type="text" id="buyid"></td>
<td width="100" align="center"> <input name="imageField" type="submit" class='np coolbg' value="搜索">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"
style="background:#cfcfcf;">
<tr>
<td height="28" colspan="11" bgcolor="#EDF9D5" background='images/tbg.gif'>
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
<tr>
<td>输入订单号:</td>
<td>
<input name="buyid" type="text" id="buyid"></td>
<td width="100" align="center"> <input name="imageField" type="submit" class='np coolbg' value="搜索">
<td width="30%" style="padding-left:10px;"><strong>订单列表:</strong> </td>
<td width="45%" align="right" style="padding-top:4px">
<input type="button" name="ss13" value="未付款" style="width:50px;margin-right:6px"
onClick="location='shops_operations.php?sta=0';" class='np coolbg' />
<input type="button" name="ss14" value="已付款" style="width:50px;margin-right:6px"
onClick="location='shops_operations.php?sta=1';" class='np coolbg' />
<input type="button" name="ss142" value="已发货" style="width:50px;margin-right:6px"
onClick="location='shops_operations.php?sta=2';" class='np coolbg' />
<input type="button" name="ss142" value="已完成" style="width:50px;margin-right:6px"
onClick="location='shops_operations.php?sta=4';" class='np coolbg' />
<input type="button" name="ss16" value="全部" style="width:40px;margin-right:6px"
onClick="location='shops_operations.php';" class='np coolbg' />
</td>
<td width="25%" align="right" style="padding-top:4px">
<input type="button" name="ss12" value="订单管理" style="width:90px;margin-right:6px"
onClick="location='shops_operations.php';" class='np coolbg' />
</td>
</tr>
</table>
</form></td>
</tr>
</table>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#cfcfcf;">
<tr>
<td height="28" colspan="11" bgcolor="#EDF9D5" background='images/tbg.gif'>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30%" style="padding-left:10px;"><strong>订单列表:</strong> </td>
<td width="45%" align="right" style="padding-top:4px">
<input type="button" name="ss13" value="未付款" style="width:50px;margin-right:6px" onClick="location='shops_operations.php?sta=0';" class='np coolbg'/>
<input type="button" name="ss14" value="已付款" style="width:50px;margin-right:6px" onClick="location='shops_operations.php?sta=1';" class='np coolbg'/>
<input type="button" name="ss142" value="已发货" style="width:50px;margin-right:6px" onClick="location='shops_operations.php?sta=2';" class='np coolbg'/>
<input type="button" name="ss142" value="已完成" style="width:50px;margin-right:6px" onClick="location='shops_operations.php?sta=4';" class='np coolbg'/>
<input type="button" name="ss16" value="全部" style="width:40px;margin-right:6px" onClick="location='shops_operations.php';" class='np coolbg'/>
</td>
<td width="25%" align="right" style="padding-top:4px">
<input type="button" name="ss12" value="订单管理" style="width:90px;margin-right:6px" onClick="location='shops_operations.php';" class='np coolbg'/>
</td>
</tr>
</table></td>
</tr>
<tr bgcolor="#FBFCE2">
<td width="8%" align="center">选择</td>
<td width="25%" align="center">订单号</td>
<td align="center">收货人</td>
<td align="center">数量</td>
<td width="22%" align="center">生成日期</td>
<td align="center">订单价</td>
<td align="center">配送费</td>
<td align="center">总计</td>
<td align="center">支付方式</td>
<td align="center">状态</td>
<td align="center">用户</td>
</tr>
<form name="form1">
{dede:datalist}
<tr bgcolor="#FFFFFF" height="26" align="center" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';">
<td align="center">
<input type='checkbox' name='aids' value='<?php echo $fields['oid']?>' class='np'></td>
<td align="center">
<?php echo $fields['oid'];?>
</td>
<td align="center">
<a href="javascript:OpenMyWinN('shops_operations_userinfo.php?oid=<?php echo $fields['oid']?>',500,350);" ><?php echo $fields['consignee']?></a>
</td>
<td align="center">
<?php echo $fields['cartcount']?>
<a href="javascript:OpenMyWinN('shops_operations_cart.php?oid=<?php echo $fields['oid']?>',680,450);" >[详情]</a>
</td>
<td align="center">
<?php echo GetDateTimeMk($fields['stime'])?>
(<font color="#FF0000">{dede:field.stime function="floorTime(time()-@me,@me)"/}</font>)
</td>
<td align="center">
<?php echo $fields['price']?>
</td>
<td align="center">
<?php echo $fields['dprice']?>
</td>
<td align="center">
<?php echo $fields['priceCount']?>
</td>
<td align="center">
<?php echo GetsType($fields['paytype'])?>
</td>
<td align="center">
<?php echo GetSta($fields['state'])?>
</td>
</tr>
<tr bgcolor="#FBFCE2">
<td width="8%" align="center">选择</td>
<td width="25%" align="center">订单号</td>
<td align="center">收货人</td>
<td align="center">数量</td>
<td width="22%" align="center">生成日期</td>
<td align="center">订单价</td>
<td align="center">配送费</td>
<td align="center">总计</td>
<td align="center">支付方式</td>
<td align="center">状态</td>
<td align="center">用户</td>
</tr>
<form name="form1">
{dede:datalist}
<tr bgcolor="#FFFFFF" height="26" align="center" onMouseMove="javascript:this.bgColor='#FCFDEE';"
onMouseOut="javascript:this.bgColor='#FFFFFF';">
<td align="center">
<input type='checkbox' name='aids' value='<?php echo $fields['oid']?>' class='np'></td>
<td align="center">
<?php echo $fields['oid'];?>
</td>
<td align="center">
<a
href="javascript:OpenMyWinN('shops_operations_userinfo.php?oid=<?php echo $fields['oid']?>',500,350);"><?php echo $fields['consignee']?></a>
</td>
<td align="center">
<?php echo $fields['cartcount']?>
<a href="javascript:OpenMyWinN('shops_operations_cart.php?oid=<?php echo $fields['oid']?>',680,450);">[详情]</a>
</td>
<td align="center">
<?php echo GetDateTimeMk($fields['stime'])?>
(<font color="#FF0000">{dede:field.stime function="floorTime(time()-@me,@me)"/}</font>)
</td>
<td align="center">
<?php echo $fields['price']?>
</td>
<td align="center">
<?php echo $fields['dprice']?>
</td>
<td align="center">
<?php echo $fields['priceCount']?>
</td>
<td align="center">
<?php echo GetsType($fields['paytype'])?>
</td>
<td align="center">
<?php echo GetSta($fields['state'])?>
</td>
<td align="center">
<?php echo GetMemberID($fields['userid'])?>
<td align="center">
<?php echo GetMemberID($fields['userid'])?>
</td>
</tr>
{/dede:datalist}
</form>
<tr>
<td height="28" colspan="11" bgcolor="#FCFDF7" style="padding-top:4px;">&nbsp;
<input type="button" name="b7" value="反选" class='np coolbg' style="width:40" onClick="ReSel();">
<input type="button" name="b" value="删除" style="width:40" onClick="DelSel();" class='np coolbg' />
<input type="button" name="b5" value="设为已付款状态" class='np coolbg' style="width:100" onClick="UpSel();">
<input type="button" name="b9" value="设为已发货状态" class='np coolbg' style="width:100" onClick="PushSel();">
<input type="button" name="b9" value="设为已完成状态" class='np coolbg' style="width:100" onClick="OkSel();">
</td>
</tr>
<tr>
<td height="36" colspan="11" bgcolor="#F9FCEF" align="center">
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="5"/}
</td>
</tr>
{/dede:datalist}
</form>
<tr>
<td height="28" colspan="11" bgcolor="#FCFDF7" style="padding-top:4px;">&nbsp;
<input type="button" name="b7" value="反选" class='np coolbg' style="width:40" onClick="ReSel();">
<input type="button" name="b" value="删除" style="width:40" onClick="DelSel();" class='np coolbg' />
<input type="button" name="b5" value="设为已付款状态" class='np coolbg' style="width:100" onClick="UpSel();">
<input type="button" name="b9" value="设为已发货状态" class='np coolbg' style="width:100" onClick="PushSel();">
<input type="button" name="b9" value="设为已完成状态" class='np coolbg' style="width:100" onClick="OkSel();">
</td>
</tr>
<tr>
<td height="36" colspan="11" bgcolor="#F9FCEF" align="center">
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="5"/}
</td>
</tr>
</table>
</table>
</body>
</html>

+ 0
- 3
src/dede/templets/stepselect_main.htm View File

@@ -36,9 +36,6 @@
#edsta div {
margin: 5px;
}
.maintable {
width: 98%!important;
}
</style>
<SCRIPT LANGUAGE="JavaScript" src="../static/js/dedeajax2.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript">


+ 62
- 56
src/dede/templets/sys_admin_user.htm View File

@@ -1,63 +1,69 @@
{dede:config.pagesize value="20"/}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>管理员帐号</title>
<link href="css/base.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>管理员帐号</title>
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css">
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#D6D6D6">
<tr>
<td height="27" colspan="5" background="images/tbg.gif" bgcolor="#E7E7E7">
<table width="96%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td width="24%" style="padding-left:10px;"><b>管理员帐号</b> </td>
<td width="76%" align="right"><b>
<a href="sys_admin_user_tj.php"><u>编辑绩效统计</u></a>
|
<a href="sys_admin_user_add.php"><u>增加管理员</u></a>
|
<a href="sys_group.php"><u>用户组管理</u></a>
</b>
</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="24" colspan="5"> §为了防止错误操作,系统不允许在管理界面删除超级管理员,如果确实要删除,请自行在数据表dede_admin中删除。</td>
</tr>
<tr bgcolor="#FBFCE2">
<td width="18%" height="24" align="center">登录ID</td>
<td width="13%" align="center">笔名</td>
<td width="22%" align="center">级别</td>
<td width="22%" align="center">频道</td>
<td width="23%" align="center">管理项</td>
</tr>
{dede:datalist}
<tr bgcolor="#FFFFFF" align="center">
<td rowspan="2">{dede:field.userid /}</td>
<td rowspan="2">{dede:field.uname /}<br> </td>
<td>{dede:field.usertype function="GetUserType(@me)"/}</td>
<td>{dede:field.typename function="GetChannel(@me)"/}</td>
<td rowspan="2">
<a href='sys_admin_user_edit.php?id={dede:field.id/}&dopost=edit'><u>更改</u></a> |
<a href='sys_admin_user_edit.php?id={dede:field.id/}&userid={dede:field.userid/}&dopost=delete'><u>删除</u></a> |
<a href='content_list.php?mid={dede:field.id/}'><u>文档</u></a> 
</td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#FFFFFF">
登录时间:{dede:field.logintime function="GetDateTimeMk(@me)" /} 登录IP:{dede:field.loginip/}
</td>
</tr>
{/dede:datalist}
<tr bgcolor="#F9FCEF">
<td height="24" colspan="5" align="center" valign="top">
{dede:pagelist listsize='7' /}
</td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#D6D6D6" class="table maintable table-bordered mt-3">
<tr>
<td height="27" colspan="5" background="images/tbg.gif" bgcolor="#E7E7E7">
<table width="96%" border="0" cellspacing="1" cellpadding="1" class="table table-borderless">
<tr>
<td width="24%" style="padding-left:10px;"><b>管理员帐号</b> </td>
<td width="76%" align="right"><b>
<a href="sys_admin_user_tj.php"><u>编辑绩效统计</u></a>
|
<a href="sys_admin_user_add.php"><u>增加管理员</u></a>
|
<a href="sys_group.php"><u>用户组管理</u></a>
</b>
</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="24" colspan="5"> §为了防止错误操作,系统不允许在管理界面删除超级管理员,如果确实要删除,请自行在数据表dede_admin中删除。</td>
</tr>
<tr bgcolor="#FBFCE2">
<td width="18%" height="24" align="center">登录ID</td>
<td width="13%" align="center">笔名</td>
<td width="22%" align="center">级别</td>
<td width="22%" align="center">频道</td>
<td width="23%" align="center">管理项</td>
</tr>
{dede:datalist}
<tr bgcolor="#FFFFFF" align="center">
<td rowspan="2">{dede:field.userid /}</td>
<td rowspan="2">{dede:field.uname /}<br> </td>
<td>{dede:field.usertype function="GetUserType(@me)"/}</td>
<td>{dede:field.typename function="GetChannel(@me)"/}</td>
<td rowspan="2">
<a href='sys_admin_user_edit.php?id={dede:field.id/}&dopost=edit'><u>更改</u></a> |
<a href='sys_admin_user_edit.php?id={dede:field.id/}&userid={dede:field.userid/}&dopost=delete'><u>删除</u></a> |
<a href='content_list.php?mid={dede:field.id/}'><u>文档</u></a> 
</td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#FFFFFF">
登录时间:{dede:field.logintime function="GetDateTimeMk(@me)" /} 登录IP:{dede:field.loginip/}
</td>
</tr>
{/dede:datalist}
<tr bgcolor="#F9FCEF">
<td height="24" colspan="5" align="center" valign="top">
{dede:pagelist listsize='7' /}
</td>
</tr>
</table>
</body>
</html>

+ 57
- 48
src/dede/templets/sys_payment.htm View File

@@ -1,65 +1,74 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>支付接口配置</title>
<link href="css/base.css" rel="stylesheet" type="text/css" />
<script language='javascript'>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>支付接口配置</title>
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css" />
<script language='javascript'>
</script>
</script>
</head>
<style>
.npvar {
width:90%
}
.npvar {
width: 90%
}
</style>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>
<center>
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6">
<tr>
<td height="28" background="images/tbg.gif" colspan="5"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding-left:10px;"><b>支付接口列表</b></td>
<td align="right">&nbsp;<span><a href="http://bbs.dedecms.com/240053.html" target="_blank">[查看更多接口]</a></span></td>
</tr>
</table>
</td>
</tr>
<tr align="center" bgcolor="#FBFCE2" height="24">
<td width="20%">支付方式</td>
<td width="40%">描述</td>
<td width="10%">排序</td>
<td width="20%">管理</td>
</tr>
{dede:datalist}
<tr align="center" bgcolor="#FFFFFF" height="26" align="center" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';">
<td>{dede:field.name /}</td>
<td align="left">{dede:field.description /}</td>
<td>{dede:field.rank /}</td>
<td>
<?php
<center>
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" class="table maintable table-bordered mt-3">
<tr>
<td height="28" background="images/tbg.gif" colspan="5" class="table table-borderless">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding-left:10px;"><b>支付接口列表</b></td>
<td align="right">&nbsp;<span><a href="http://bbs.dedecms.com/240053.html"
target="_blank">[查看更多接口]</a></span></td>
</tr>
</table>
</td>
</tr>
<tr align="center" bgcolor="#FBFCE2" height="24">
<td width="20%">支付方式</td>
<td width="40%">描述</td>
<td width="10%">排序</td>
<td width="20%">管理</td>
</tr>
{dede:datalist}
<tr align="center" bgcolor="#FFFFFF" height="26" align="center" onMouseMove="javascript:this.bgColor='#FCFDEE';"
onMouseOut="javascript:this.bgColor='#FFFFFF';">
<td>{dede:field.name /}</td>
<td align="left">{dede:field.description /}</td>
<td>{dede:field.rank /}</td>
<td>
<?php
if($fields['enabled'] == 0) {
?>
<a href='sys_payment.php?dopost=install&pid={dede:field.id /}'>[安装]</a>
<?php
<a href='sys_payment.php?dopost=install&pid={dede:field.id /}'>[安装]</a>
<?php
}
if($fields['enabled'] == 1) {
?>
<a href='sys_payment.php?dopost=install&pid={dede:field.id /}&pm=edit'>[更改]</a>
<a href='sys_payment.php?dopost=uninstall&pid={dede:field.id /}'>[删除]</a>
<?php
<a href='sys_payment.php?dopost=install&pid={dede:field.id /}&pm=edit'>[更改]</a>
<a href='sys_payment.php?dopost=uninstall&pid={dede:field.id /}'>[删除]</a>
<?php
}
?>
</td>
</tr>
{/dede:datalist}
<tr align="center" bgcolor="#F9FCEF" height="24">
<td colspan="5"> {dede:pagelist listsize=5/} </td>
</td>
</tr>
{/dede:datalist}
<tr align="center" bgcolor="#F9FCEF" height="24">
<td colspan="5"> {dede:pagelist listsize=5/} </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</table>
</center>
</body>
</html>

+ 0
- 5
src/dede/templets/tags_main.htm View File

@@ -25,11 +25,6 @@
location = "tags_main.php?action=delete&ids=" + tid;
}
</script>
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body>


+ 0
- 3
src/dede/templets/templets_one.htm View File

@@ -20,9 +20,6 @@
padding-right: 8px;
line-height: 24px;
}
.maintable {
width: 98%!important;
}
</style>
</head>


+ 0
- 5
src/dede/templets/vote_main.htm View File

@@ -9,11 +9,6 @@
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet" type="text/css">
<style>
.maintable {
width: 98%!important;
}
</style>
</head>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>


+ 0
- 56
src/dede/templets/vote_select.htm View File

@@ -1,56 +0,0 @@
{dede:config.pagesize value='20'/}
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>投票管理</title>
<link href="css/base.css" rel="stylesheet" type="text/css">
</head>
<script language="javascript" src="../static/js/jquery.js"></script>
<script language='javascript' src="js/main.js"></script>
<script language='javascript' src='js/tb-box.js'></script>
<body background='images/allbg.gif' leftmargin='8' topmargin='8'>
<form id="form1" name="form1" method="post" action="">
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6">
<tr>
<td height="28" background="images/tbg.gif" colspan="5">
<b>投票选择</b></td>
</tr>
<tr align="center" bgcolor="#F9FCEF" height="24">
<td width="8%">投票ID</td>
<td width="18%">投票名称</td>
<td width="20%">开始时间</td>
<td width="20%">结束时间</td>
<td width="10%">投票ID</td>
</tr>
{dede:datalist}
<tr align="center" bgcolor="#FFFFFF" height="24" onMouseMove="javascript:this.bgColor='#f4fbf4';"
onMouseOut="javascript:this.bgColor='#FFFFFF';">
<td <?php if($fields['aid'] == $aid) echo "style='color:red'";?>>{dede:field.aid /}</td>
<td <?php if($fields['aid'] == $aid) echo "style='color:red'";?>>
{dede:field.votename /}
</td>
<td <?php if($fields['aid'] == $aid) echo "style='color:red'";?>>{dede:field name='starttime'
function="MyDate('Y-m-d',@me)"/}</td>
<td <?php if($fields['aid'] == $aid) echo "style='color:red'";?>>{dede:field name='endtime'
function="MyDate('Y-m-d',@me)"/}</td>
<td><a href="javascript:PutVote({dede:field.aid/});" id="TB_closeWindowButton">选取</a></td>
</tr>
{/dede:datalist}
<tr align="center" bgcolor="#F9FCEF" height="24">
<td colspan="5">{dede:pagelist listsize='6'/}</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>

+ 0
- 32
src/install/sql-dftables.txt View File

@@ -572,21 +572,6 @@ CREATE TABLE `#@__member_company` (
PRIMARY KEY (`mid`)
) TYPE=MyISAM;
DROP TABLE IF EXISTS `#@__member_feed`;
CREATE TABLE `#@__member_feed` (
`fid` mediumint(8) unsigned NOT NULL auto_increment,
`mid` smallint(8) unsigned NOT NULL default '0',
`userid` char(20) NOT NULL default '',
`uname` char(36) NOT NULL default '',
`type` char(20) character set gb2312 NOT NULL default '0',
`aid` mediumint(8) NOT NULL default '0',
`dtime` int(10) unsigned NOT NULL default '0',
`title` char(253) NOT NULL,
`note` char(200) NOT NULL default '',
`ischeck` smallint(6) NOT NULL,
PRIMARY KEY (`fid`)
) TYPE=MyISAM;
DROP TABLE IF EXISTS `#@__member_flink`;
CREATE TABLE `#@__member_flink` (
`aid` mediumint(8) unsigned NOT NULL auto_increment,
@@ -596,23 +581,6 @@ CREATE TABLE `#@__member_flink` (
PRIMARY KEY (`aid`)
) TYPE=MyISAM;
DROP TABLE IF EXISTS `#@__member_guestbook`;
CREATE TABLE `#@__member_guestbook` (
`aid` int(10) unsigned NOT NULL auto_increment,
`mid` mediumint(8) unsigned NOT NULL default '0',
`gid` varchar(20) NOT NULL default '0',
`title` varchar(60) NOT NULL default '',
`uname` varchar(50) NOT NULL default '',
`email` varchar(50) NOT NULL default '',
`qq` varchar(50) NOT NULL default '',
`tel` varchar(50) NOT NULL default '',
`ip` varchar(20) NOT NULL default '',
`dtime` int(10) unsigned NOT NULL default '0',
`msg` text,
PRIMARY KEY (`aid`),
KEY `mid` (`mid`)
) TYPE=MyISAM;
DROP TABLE IF EXISTS `#@__member_model`;
CREATE TABLE `#@__member_model` (
`id` int(10) NOT NULL auto_increment,


Loading…
Cancel
Save