You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
139 lines
4.7 KiB
139 lines
4.7 KiB
<?php
|
|
define('EmpireCMSAdmin','1');
|
|
require("../../class/connect.php");
|
|
require("../../class/db_sql.php");
|
|
require("../../class/functions.php");
|
|
$link=db_connect();
|
|
$empire=new mysqlquery();
|
|
$editor=1;
|
|
//验证用户
|
|
$lur=is_login();
|
|
$logininid=$lur['userid'];
|
|
$loginin=$lur['username'];
|
|
$loginrnd=$lur['rnd'];
|
|
$loginlevel=$lur['groupid'];
|
|
$loginadminstyleid=$lur['adminstyleid'];
|
|
//ehash
|
|
$ecms_hashur=hReturnEcmsHashStrAll();
|
|
//验证权限
|
|
CheckLevel($logininid,$loginin,$classid,"buygroup");
|
|
$enews=ehtmlspecialchars($_GET['enews']);
|
|
$r[gmoney]=10;
|
|
$r[gfen]=0;
|
|
$r[gdate]=0;
|
|
$url="<a href=ListBuyGroup.php".$ecms_hashur['whehref'].">管理充值类型</a> > 增加充值类型";
|
|
if($enews=="EditBuyGroup")
|
|
{
|
|
$id=(int)$_GET['id'];
|
|
$r=$empire->fetch1("select * from {$dbtbpre}enewsbuygroup where id='$id' limit 1");
|
|
$url="<a href=ListBuyGroup.php".$ecms_hashur['whehref'].">管理充值类型</a> > 修改充值类型";
|
|
}
|
|
//----------会员组
|
|
$sql=$empire->query("select groupid,groupname from {$dbtbpre}enewsmembergroup order by level");
|
|
while($level_r=$empire->fetch($sql))
|
|
{
|
|
if($r[ggroupid]==$level_r[groupid])
|
|
{$select=" selected";}
|
|
else
|
|
{$select="";}
|
|
$group.="<option value=".$level_r[groupid].$select.">".$level_r[groupname]."</option>";
|
|
if($r[gzgroupid]==$level_r[groupid])
|
|
{$zselect=" selected";}
|
|
else
|
|
{$zselect="";}
|
|
$zgroup.="<option value=".$level_r[groupid].$zselect.">".$level_r[groupname]."</option>";
|
|
if($r[buygroupid]==$level_r[groupid])
|
|
{$bselect=" selected";}
|
|
else
|
|
{$bselect="";}
|
|
$buygroup.="<option value=".$level_r[groupid].$bselect.">".$level_r[groupname]."</option>";
|
|
}
|
|
?>
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>增加充值类型</title>
|
|
<link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
|
|
<tr>
|
|
<td>位置:<?=$url?></td>
|
|
</tr>
|
|
</table>
|
|
<form name="form1" method="post" action="ListBuyGroup.php">
|
|
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
|
|
<?=$ecms_hashur['form']?>
|
|
<tr class="header">
|
|
<td height="25" colspan="2">增加充值类型
|
|
<input name="enews" type="hidden" id="enews" value="<?=$enews?>"> <input name="id" type="hidden" id="id" value="<?=$id?>">
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td width="25%" height="25">类型名称:</td>
|
|
<td width="75%" height="25"><input name="gname" type="text" id="gname" value="<?=$r[gname]?>" size="35">
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td height="25">购买金额:</td>
|
|
<td height="25"><input name="gmoney" type="text" id="gmoney" value="<?=$r[gmoney]?>" size="35">
|
|
元</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td height="25">充值点数:</td>
|
|
<td height="25"><input name="gfen" type="text" id="gfen" value="<?=$r[gfen]?>" size="35">
|
|
点</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td rowspan="3">充值有效期:</td>
|
|
<td height="25"><input name="gdate" type="text" id="gdate" value="<?=$r[gdate]?>" size="35">
|
|
天</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td height="25">充值设置转向会员组:
|
|
<select name="ggroupid" id="ggroupid">
|
|
<option value=0>不设置</option>
|
|
<?=$group?>
|
|
</select></td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td height="25">到期后转向的会员组:
|
|
<select name="gzgroupid" id="gzgroupid">
|
|
<option value=0>不设置</option>
|
|
<?=$zgroup?>
|
|
</select> </td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td height="25">显示顺序:</td>
|
|
<td height="25"><input name="myorder" type="text" id="myorder" value="<?=$r[myorder]?>" size="35">
|
|
<font color="#666666">(值越小显示越前面)</font></td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td height="25">可购买的会员组:</td>
|
|
<td height="25"><select name="buygroupid" id="buygroupid">
|
|
<option value=0>不设置</option>
|
|
<?=$buygroup?>
|
|
</select>
|
|
<font color="#666666">(会员组权限值大于选择的会员组都可以购买)</font></td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td height="25">类型说明:</td>
|
|
<td height="25"><textarea name="gsay" cols="65" rows="6" id="gsay"><?=ehtmlspecialchars($r[gsay])?></textarea></td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td height="25" colspan="2"><div align="center">
|
|
<input type="submit" name="Submit" value="提交">
|
|
|
|
<input type="reset" name="Submit2" value="重置">
|
|
</div></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
<?
|
|
db_close();
|
|
$empire=null;
|
|
?>
|