📄 userdjzh.asp
字号:
<!--#include file=conn1.asp-->
<!--#include file=usercookies.asp-->
<!--#include file="config.asp"-->
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=title%>-道具转换</title>
<link href="inc_style.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0" leftmargin="0">
<!--#include file=usertop.asp-->
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="760" height="371">
<tr>
<td width="157" height="299" valign="top"><br>
<!--#include file=userleft.asp--></td>
<td width="10" height="299" background="images/line_01.gif"> </td>
<td width="603" height="299" valign="top" align="center">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="109">
<%
dim username,rs,sql,jf,i
i=1
username=request.cookies("cnmai")("username")
set rs=server.createobject("adodb.recordset")
sql = "select jf from [user] where username='"&username&"'"
rs.open sql,conn,1,1
jf=rs("jf")
rs.close
set rs=nothing
closedb
%>
<form method="POST" action="userdjzhchk.asp?cnmai=1">
</form>
<tr>
<td width="99%" height="25" background="images/jfzh.gif"> </td>
</tr>
<tr>
<td width="99%" height="25">当前我的积分是:<font color="#FF0000"><%=jf%></font></td>
</tr>
<tr>
<td width="99%" height="25">本站可以用 <font color="#FF0000"> <%=jf_hb%></font> 积分转换
<font color="#FF0000">1</font> 个虚拟货币</td>
</tr>
<tr>
<td width="99%" height="25">我的积分可以转换 <font color="#FF0000"><%=int(jf/jf_hb)%></font>
个虚拟货币,剩余的积分我们将予以保留。</td>
</tr>
<form method="POST" action="userdjzhchk.asp?cnmai=2">
<tr>
<td width="99%" height="25">是否要转换虚拟货币:<input type="hidden" name="jf" size="7" value="<%=jf%>"><input type="submit" value="我要转换" name="B1"></td>
</tr>
</form>
<tr>
<td width="99%" height="25"> </td>
</tr>
</table>
</td>
<td width="8" height="299" background="images/line_01.gif"> </td>
</tr>
<tr>
<td width="778" height="26" colspan="4"><!--#include file=end.htm--></td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -