setmoney.asp
资源名称:qnmov30.rar [点击查看]
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:5k
源码类别:
家庭/个人应用
开发平台:
ASP/ASPX
- <!--#include file="../checkpost.asp"-->
- <!--#include file="articleconn.asp"-->
- <!--#include file="security.asp"-->
- <%if session("flag")>3 then
- response.write "<br><p align=center>您的操作权限不够!</p>"
- response.end
- end if
- %>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>会员价格设置</title>
- <link href="inc/Admin_STYLE.CSS" rel="stylesheet" type="text/css">
- </head>
- <%
- set rs=server.createobject("adodb.recordset")
- sql="select * from setmoney where id=1"
- rs.open sql,conn,1,3
- pmoney=rs("pmoney")
- bmoney=rs("bmoney")
- hmoney=rs("hmoney")
- zmoney=rs("zmoney")
- p150=rs("p150")
- p200=rs("p200")
- p250=rs("p250")
- p350=rs("p350")
- p400=rs("p400")
- p500=rs("p500")
- p1000=rs("p1000")
- p1500=rs("p1500")
- rs.close
- %>
- <body>
- <div align="center"><font color="#FF0000"><strong>会员价格设置</strong></font> </div>
- <form name="moneysave" method="post" action="moneysave.asp">
- <table cellpadding="2" cellspacing="1" border="0" width="90%" class="border" align=center>
- <tr align="center" bgcolor="#429AEF">
- <td height=25 colspan=2 ><font color="#FFFFFF"><strong>包月会员价格</strong></font>
- <tr>
- <td width="30%" class="tdbg" height=23><div align="center">普 通 会 员 :</div></td>
- <td width="70%" class="tdbg"> <font color="#FFFFFF"><font color="#0000FF">
- <input name="pmoney" type="text" value=<%=pmoney%>>
- </font></font> 元/每月</td>
- </tr>
- <tr>
- <td width="30%" class="tdbg" height=23><div align="center">白 银 会 员 :</div></td>
- <td width="70%" class="tdbg"> <font color="#FFFFFF"><font color="#0000FF">
- <input name="bmoney" type="text" value=<%=bmoney%>>
- </font></font> 元/每月</td>
- </tr>
- <tr>
- <td class="tdbg" height=23><div align="center">黄 金 会 员 :</div></td>
- <td class="tdbg"> <font color="#FFFFFF"><font color="#0000FF">
- <input name="hmoney" type="text" value=<%=hmoney%>>
- </font></font> 元/每月</td>
- </tr>
- <tr>
- <td width="30%" class="tdbg" height=23><div align="center">钻 石 会 员 :</div></td>
- <td width="70%" class="tdbg"> <font color="#0000FF">
- <input name="zmoney" type="text" value=<%=zmoney%>>
- </font> 元/永久</td>
- </tr>
- </table>
- <br>
- <table cellpadding="2" cellspacing="1" border="0" width="90%" class="border" align=center>
- <tr align="center" bgcolor="#429AEF">
- <td height=25 colspan=2 ><font color="#FFFFFF"><strong>计点会员价格</strong></font>
- <tr>
- <td width="49%" class="tdbg" height=23> <div align="center">150点
- <font color="#0000FF" size="2">
- <input name="p150" type="text" value=<%=p150%> size="10">
- </font> 元</div></td>
- <td width="51%" class="tdbg"><div align="center">200点
- <font color="#0000FF" size="2">
- <input name="p200" type="text" value=<%=p200%> size="10">
- </font> 元 </div></td>
- </tr>
- <tr>
- <td width="49%" class="tdbg" height=23> <div align="center">250点
- <font color="#0000FF" size="2">
- <input name="p250" type="text" value=<%=p250%> size="10">
- </font> 元</div></td>
- <td width="51%" class="tdbg"><div align="center">350点
- <font color="#0000FF" size="2">
- <input name="p350" type="text" value=<%=p350%> size="10">
- </font> 元</div></td>
- </tr>
- <tr>
- <td class="tdbg" height=23><div align="center">400点
- <font color="#0000FF" size="2">
- <input name="p400" type="text" value=<%=p400%> size="10">
- </font> 元</div></td>
- <td class="tdbg"><div align="center">500点
- <font color="#0000FF" size="2">
- <input name="p500" type="text" value=<%=p500%> size="10">
- </font> 元</div></td>
- </tr>
- <tr>
- <td width="49%" class="tdbg" height=23><div align="center">1000点
- <font color="#0000FF" size="2">
- <input name="p1000" type="text" value=<%=p1000%> size="10">
- </font> 元</div></td>
- <td width="51%" class="tdbg"><div align="center">1500点
- <font color="#0000FF" size="2">
- <input name="p1500" type="text" value=<%=p1500%> size="10">
- </font> 元 </div></td>
- </tr>
- </table>
- <p align="center"><font color="#00FFFF">
- <input type="submit" name="Submit" value="确 定">
- <input type="reset" name="Submit2" value="重 执" class="bt">
- </font></p>
- </form>
- </body>
- </html>