📄 mem_data.asp
字号:
<!--#include file="manage/mConn.asp"-->
<!--#include file="manage/mConst.asp"-->
<!--#include file="manage/sk2.asp"-->
<%
If Session("SK2User")="" Then
Response.Write ("<script Language=Javascript>alert('Please input username/password and try again!!!');window.open('index.asp','_top');</script>")
Response.End
End If
Get_Kithe_Para
Get_UserInfo
Set Rs6=Nothing
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>mem_data</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
href="images/client_LT_game.css" type=text/css rel=stylesheet>
<SCRIPT language=JAVASCRIPT>
if(self == top) location = '/';
</SCRIPT>
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY oncontextmenu=window.event.returnValue=false bgColor=#000000 leftMargin=0
topMargin=0>
<FORM name=LAYOUTFORM action=mem_up_data.asp method=post><INPUT type=hidden name=plays>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width=546 border=0>
<TBODY>
<TR>
<TD vAlign=top align=middle bgColor=#e5eaee>
<TABLE height=96 cellSpacing=0 cellPadding=0 width="96%" align=center
border=0>
<TBODY>
<TR>
<TD colSpan=3 height="100%">
<TABLE cellSpacing=1 cellPadding=0 width=500 border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=5></TD></TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=2 width="100%"
align=left border=0>
<TBODY>
<TR>
<TD class=td_02 width="99%" bgColor=#cccccc>
<MARQUEE class=td_02 scrollDelay=120><%=Current_affice%>
</MARQUEE></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD height=5></TD></TR></TBODY></TABLE></TD></TR></TBODY>
<TBODY>
<TR>
<TD height=20>
<TABLE class=table_banner cellSpacing=0 cellPadding=0
width=500 border=0>
<TBODY>
<TR>
<TD>
<TABLE class=banner_set height=24 cellSpacing=0
cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width=107 height=12>会员资料</TD>
<TD width=441
height=12> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><BR>
<TABLE width=500 border=1>
<TBODY>
<TR>
<TD colSpan=3></TD></TR>
<TR>
<TD class=list_lef>帐户名称</TD>
<TD width=350><%=UserInfo(0,0)%></TD>
</TR>
<TR>
<TD class=list_lef>信用额度</TD>
<TD><%=UserInfo(5,0)%></TD>
</TR>
<TR>
<TD class=list_lef>变更密码</TD>
<TD><INPUT name=password type=password class=zatext_01 id="password"
value='<%=UserInfo(1,0)%>' size=8 maxLength=8> <INPUT class=zabutton_01 type=submit value=确定 name=submit>
</TD></TR></TBODY></TABLE><BR>
<TABLE width=500 align=left border=1>
<TBODY>
<TR>
<TD class=list_lef align=middle colSpan=4>六合彩</TD></TR>
<TR align=middle>
<TD width=127 bgColor=#e0ca86>
<DIV align=center><FONT width="33%">项目</FONT></DIV></TD>
<TD bgColor=#e0ca86>
<DIV align=center>退水设定</DIV></TD>
<TD bgColor=#e0ca86>
<DIV align=center>单项(号)限额</DIV></TD>
<TD bgColor=#e0ca86>
<DIV align=center>单注限额</DIV></TD></TR>
<%Dim I
For I=0 To Ubound(UserQuota,2)%>
<TR>
<TD class=list_lef><%=UserQuota(0,I)%></TD>
<TD align=right><%=UserQuota(1,I)%></TD>
<TD align=right><%=UserQuota(2,I)%></TD>
<TD align=right><%=UserQuota(3,I)%></TD>
</TR>
<%Next%>
</TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></FORM></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -