📄 vipreg.ascx
字号:
<%@ Control Language="vb" AutoEventWireup="false" EnableViewState="false" Inherits="WanerSoft.Controls.VipReg" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ Import Namespace="WanerSoft.Cache" %>
<%@ Register TagPrefix="WS" TagName="Header" Src="../Header.ascx" %>
<%@ Register TagPrefix="WS" TagName="Login" Src="../Login.ascx" %>
<%@ Register TagPrefix="WS" TagName="Menu" Src="../Menu.ascx" %>
<%@ Register TagPrefix="WS" TagName="Footer" Src="../Footer.ascx" %>
<WS:Header id="Header" PageTitle=" - Vip申请" Runat="Server" />
<WS:Login id="Login" Runat="Server" />
<WS:Menu id="Menu" Runat="Server" />
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td height="2"></td>
</tr>
<tr>
<td height="2" bgcolor="#CCCCCC"></td>
</tr>
<tr>
<td height="2"></td>
</tr>
<tr>
<td height="1" bgcolor="#CCCCCC"></td>
</tr>
<tr>
<td height="3"></td>
</tr>
<tr>
<td height="24" valign="middle" bgcolor="#efefef"><!--#include file="Menu.inc" --></td>
</tr>
<tr>
<td height="586" valign="top" class="td4"><table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="5"></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td height="24" bgcolor="#efefef"> <img src="<%=Configs.SkinPath%>/images/arrow_043.gif" width="11" height="11" /> <span class="s1">Vip申请</span></td>
</tr>
<tr>
<td height="1" bgcolor="#cccccc"></td>
</tr>
<form runat="server">
<tr>
<td height="92" valign="top"><br />
<table width="514" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100" height="28"><div align="right">用户名:</div></td>
<td width="414" height="28"><asp:TextBox ID="ausername" runat="server" /></td>
</tr>
<tr>
<td height="28"><div align="right">登陆密码:</div></td>
<td height="28"><asp:TextBox ID="auserpass" runat="server" TextMode="Password" />
<asp:RequiredFieldValidator id="R1" ControlToValidate="auserpass" Display="Static" Width="30%" runat="server">* 请填写密码!用于确认您的身份!</asp:RequiredFieldValidator></td>
</tr>
<tr>
<td height="26"><div align="right">冲值金额 </div></td>
<td><asp:DropDownList ID="vipmoney" runat="server">
<asp:ListItem value="500">冲值5元</asp:ListItem>
<asp:ListItem value="1000">冲值10元</asp:ListItem>
<asp:ListItem value="2000">冲值20元</asp:ListItem>
<asp:ListItem value="3000">冲值30元</asp:ListItem>
<asp:ListItem value="5000">冲值50元</asp:ListItem>
<asp:ListItem value="8000">冲值80元</asp:ListItem>
<asp:ListItem value="10000">冲值100元</asp:ListItem>
<asp:ListItem value="15000">冲值150元</asp:ListItem>
<asp:ListItem value="20000">冲值200元</asp:ListItem>
</asp:DropDownList> </td>
</tr>
<tr>
<td height="28"> </td>
<td height="28"><asp:Label ID="Meg1" runat="server" /></td>
</tr>
<tr>
<td height="28"> </td>
<td height="28"><asp:Button ID="MegSend" Text="申请Vip" runat="server" /></td>
</tr>
</table></td>
</tr>
<tr>
<td height="30"> </td>
</tr>
</form>
</table></td>
</tr>
</table>
<WS:Footer id="Footer" Runat="Server" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -