📄 defaultlogin.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="defaultlogin.aspx.cs" Inherits="defaultlogin" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<asp:Panel ID="panel1" runat="server" Width="150px" Height="100px">
<table style="width: 200px; height: 100%">
<tr>
<td align="center" style="width:66px; height: 31px;">
用户名:</td>
<td style="width: 101px; height: 31px;" >
<asp:TextBox ID="txtUserName" runat="server" Width="100%" MaxLength="50" CssClass="inputbg" Height="17px"></asp:TextBox>
</td>
</tr>
<tr>
<td align="center" style="width: 66px; height: 31px;">
密 码:</td>
<td style="width: 101px; height: 31px;" >
<asp:TextBox ID="txtPassword" runat="server" Width="100%" MaxLength="50" CssClass="inputbg"
TextMode="Password" Height="17px"></asp:TextBox></td>
</tr>
<tr>
<td align="center" style="width: 66px; height: 28px">
验证码:</td>
<td style="width: 101px; height: 28px; text-align: left;" valign="middle" >
<asp:TextBox ID="txtcheckcode" runat="server" CssClass="inputbg" MaxLength="50" Width="41%" Height="17px"></asp:TextBox>
<img alt="22" src="checkcode.aspx" style="width: 49px; height: 22px;" /></td>
</tr>
<tr>
<td colspan="2" style="height: 2px; text-align: center;">
<asp:Button ID="btnLogin" runat="server" Text="登录" OnClick="btnLogin_Click" ></asp:Button> </td>
</tr>
</table>
</asp:Panel>
<asp:Panel ID="panel2" runat="server" Visible="false">
<table align="center" height="100%" style="background-color: #ffffff" width="200">
<tr>
<td style="width: 128px; height: 18px">
</td>
</tr>
<tr>
<td style="width: 128px; height: 18px; text-align: center;">
欢迎您<asp:Label ID="Label1" runat="server" Text="Label" Visible="False"></asp:Label>业主</td>
</tr>
<tr>
<td style="width: 128px; text-align: center; height: 21px;"><a href="web/Default.aspx" target="_blank">
进入管理区</a></td>
</tr>
<tr>
<td style="width: 128px; text-align: center;">
<asp:Button ID="Button1" runat="server" BackColor="White" OnClick="Button1_Click"
Text="退出登录" /><span style="color: #000000"></span></td>
</tr>
<tr>
<td style="width: 128px; height: 10px; text-align: center;" align="left" valign="top">
<a href="" target="_parent"></a>
<asp:LinkButton
ID="LinkButton1" runat="server" Height="12px" OnClick="LinkButton1_Click" Visible="False">退出登陆</asp:LinkButton></td>
</tr>
</table>
</asp:Panel>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -