⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.aspx

📁 为达到最佳效果
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Admin" %>

<%@ Register Src="Header.ascx" TagName="Header" TagPrefix="uc1" %>
<%@ Register Src="Footer.ascx" TagName="Footer" TagPrefix="uc2" %>

<!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 style="font-size: 12pt; text-align: center" class="Css/StyleSheet.css">
    <form id="form1" runat="server">
    <div>
        <table style="width: 755px" cellpadding="0" cellspacing="0">
            <tr>
                <td colspan="3" style="height: 86px">
                    <strong><span>&nbsp;</span></strong></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 379px; vertical-align: middle; text-align: center;">
                    <table style="width: 397px; vertical-align: middle; text-align: center; background-image: url(Images/Login.jpg); height: 249px; border-top-width: thin; border-left-width: thin; border-left-color: black; border-bottom-width: thin; border-bottom-color: black; border-top-color: black; border-right-width: thin; border-right-color: black;">
                        <tr>
                            <td style="width: 231px; text-align: right;">
                                <span style="font-size: 9pt"></span></td>
                            <td colspan="2" style="width: 157px; text-align: left;">
                                </td>
                        </tr>
                        <tr>
                            <td style="width: 231px; height: 52px; text-align: right;">
                                <span style="font-size: 9pt">
                                </span></td>
                            <td colspan="2" style="width: 157px; height: 52px; text-align: left;">
                                </td>
                        </tr>
                        <tr>
                            <td style="width: 231px; height: 15px; text-align: right">
                                <span style="font-size: 9pt">用户名</span>:</td>
                            <td colspan="2" style="width: 157px; height: 15px; text-align: left">
                                <asp:TextBox ID="txtUid" runat="server" Font-Size="9pt" Width="100px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 231px; height: 15px; text-align: right">
                                <span style="font-size: 9pt">
                                密&nbsp;&nbsp; &nbsp;码</span>:</td>
                            <td colspan="2" style="width: 157px; height: 15px; text-align: left">
                                <asp:TextBox ID="txtPwd" runat="server" Font-Size="9pt" TextMode="Password" Width="100px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 231px; height: 1px; text-align: right">
                            </td>
                            <td colspan="2" style="width: 157px; height: 1px; text-align: left">
                                <asp:Button ID="btnOK" runat="server" Font-Size="9pt" OnClick="btnOK_Click" Text="确定" />
                                <asp:Button ID="btnCancle" runat="server" Font-Size="9pt" Text="取消" OnClick="btnCancle_Click" />
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 231px; height: 57px; text-align: right">
                            </td>
                            <td colspan="2" style="width: 157px; height: 57px; text-align: left">
                            </td>
                        </tr>
                        <tr>
                            <td colspan="3" style="height: 22px">
                                &nbsp;</td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td colspan="3" style="height: 10px">
                    &nbsp;</td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -