📄 members.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="members.aspx.vb" Inherits="XMContentManager.members" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>members</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body bgColor="#eaffff" style="FONT-SIZE:0.9em;FONT-FAMILY:arial" onload="document.getElementById('txtUsername').focus();">
<form id="Form1" method="post" runat="server">
<p style="FONT-WEIGHT: bold; FONT-SIZE: medium" align="left"><FONT style="FONT-WEIGHT: bold; FONT-SIZE: 22pt; COLOR: navy; BORDER-BOTTOM-STYLE: double">Login
as a Member</FONT></p>
<P><asp:label id="lblFeedback" runat="server" EnableViewState="False" Font-Size="Medium"></asp:label></P>
<TABLE id="Table1" style="WIDTH: 592px; HEIGHT: 75px" cellSpacing="1" cellPadding="1" width="592"
align="center" border="0">
<TR>
<TD style="WIDTH: 111px; HEIGHT: 21px"><INPUT id="hidPopup" type="hidden" name="hidPopup" runat="server"></TD>
<TD style="FONT-SIZE: medium; HEIGHT: 21px"><asp:label id="lblNew" runat="server">If you are not a member then</asp:label> <asp:linkbutton id="btnRegister" runat="server" Font-Size="Medium">Register as a New Member.</asp:linkbutton><asp:label id="lblClick" runat="server" Font-Size="Medium" Visible="False">Click</asp:label> <asp:linkbutton id="btnHere" runat="server" Font-Size="Medium" Visible="False">here</asp:linkbutton> <asp:label id="lblChange" runat="server" Font-Size="Medium" Visible="False">to change your details.</asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 111px"></TD>
<TD></TD>
</TR>
<TR>
<TD style="WIDTH: 111px" bgColor="#006633"><asp:label id="lblUserName" runat="server" Font-Size="Medium" ForeColor="White" Font-Bold="True">User Name:</asp:label></TD>
<TD bgColor="#e8f2e0"><asp:textbox id="txtUsername" runat="server" Font-Size="Medium" Width="208px"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 111px" bgColor="#006633"></TD>
<TD bgColor="#e8f2e0"></TD>
</TR>
<TR>
<TD style="WIDTH: 111px" bgColor="#006633"><asp:label id="lblPassword" runat="server" Font-Size="Medium" ForeColor="White" Font-Bold="True">Password:</asp:label></TD>
<TD bgColor="#e8f2e0"><asp:textbox id="txtPassword" runat="server" Font-Size="Medium" Width="208px" TextMode="Password"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 111px"></TD>
<TD></TD>
</TR>
<TR>
<TD style="WIDTH: 111px"></TD>
<TD><asp:button id="btnLogin" runat="server" Font-Size="Small" ForeColor="Navy" Font-Bold="True"
Font-Underline="True" Text="Login"></asp:button> </TD>
</TR>
<TR>
<TD style="WIDTH: 111px; HEIGHT: 21px"></TD>
<TD style="HEIGHT: 21px"></TD>
</TR>
<TR>
<TD style="WIDTH: 111px"></TD>
<TD><asp:linkbutton id="btnChangePassword" runat="server" Font-Size="Medium" Visible="False">Change Password</asp:linkbutton></TD>
</TR>
</TABLE>
<P> </P>
<P> </P>
</form>
<P> </P>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -