📄 userlogin.ascx
字号:
<%@ Control Language="vb" AutoEventWireup="false" Codebehind="userlogin.ascx.vb" Inherits="companywww.userlogin" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<style type="text/css">
BODY { MARGIN: 0px }
A:link { COLOR: #333333; TEXT-DECORATION: none }
A:visited { COLOR: #333333; TEXT-DECORATION: none }
A:hover { COLOR: #333333; TEXT-DECORATION: underline }
A:active { COLOR: #333333; TEXT-DECORATION: none }
.head_font { FONT-SIZE: 13px; COLOR: #333333 }
BODY { COLOR: #333333 }
TD { COLOR: #333333 }
TH { COLOR: #333333 }
.td_font1 { FONT-SIZE: 13px }
</style>
</SCRIPT>
<asp:Panel id="Panel1" runat="server">
<TABLE height="130" cellSpacing="0" cellPadding="0" width="140" bgColor="#fafafa" border="0">
<TR>
<TD class="td_font1" vAlign="bottom" align="right" width="36" height="40">用户:</TD>
<TD class="td_font1" vAlign="bottom" align="left" height="40"><FONT face="宋体"></FONT>
<asp:TextBox id="tbox_name" runat="server" Height="20px" Width="90px" BorderStyle="Groove"></asp:TextBox>
<asp:Label id="lb_username" runat="server" Visible="False" ForeColor="Red">*</asp:Label></TD>
</TR>
<TR>
<TD class="td_font1" vAlign="bottom" align="right" width="36" height="30">密码:</TD>
<TD class="td_font1" vAlign="bottom" align="left" height="30"><FONT face="宋体"></FONT>
<asp:TextBox id="tbox_pwd" runat="server" Height="20px" Width="90px" BorderStyle="Groove" TextMode="Password"></asp:TextBox>
<asp:Label id="lb_userpwd" runat="server" Visible="False" ForeColor="Red">*</asp:Label></TD>
</TR>
<TR>
<TD class="td_font1" vAlign="bottom" align="center" colSpan="2">
<asp:ImageButton id="ibt_login" runat="server" ImageUrl="../img/bt_login.gif"></asp:ImageButton><FONT face="宋体"> </FONT>
<asp:ImageButton id="ibt_reset" runat="server" ImageUrl="../img/bt_reset.gif"></asp:ImageButton></TD>
</TR>
<TR>
<TD class="td_font1" vAlign="bottom" align="center" colSpan="2"> <FONT face="宋体"><A href="member_return.aspx">忘记密码</A>
<A href="member_reg.aspx">用户注册</A></FONT></TD>
</TR>
</TABLE>
</asp:Panel>
<asp:Panel id="Panel2" runat="server" Visible="False">
<TABLE height="130" cellSpacing="0" cellPadding="0" width="140" bgColor="#fafafa" border="0">
<TR>
<TD class="td_font1" vAlign="bottom" align="left" height="40">欢迎会员:
<asp:Label id="lb_name" runat="server" ForeColor="Red" Font-Size="13px">Label</asp:Label></TD>
</TR>
<TR>
<TD class="td_font1" height="35">登陆成功,使用后别忘记退出</TD>
</TR>
<TR>
<TD class="td_font1" vAlign="bottom" align="center">
<asp:ImageButton id="ibt_logout" runat="server" ImageUrl="../img/bt_out.gif"></asp:ImageButton><FONT face="宋体"> </FONT>
<asp:ImageButton id="ibt_update" runat="server" ImageUrl="../img/bt_update.gif"></asp:ImageButton></TD>
</TR>
<TR>
<TD class="td_font1" vAlign="bottom" align="center"> <FONT face="宋体"><A href="member_return.aspx">忘记密码</A>
<A href="member_reg.aspx">用户注册</A></FONT></TD>
</TR>
</TABLE>
</asp:Panel>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -