loginpage.aspx

来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 75 行

ASPX
75
字号
<%@ page language="C#" autoeventwireup="true" inherits="LoginPage, App_Web_qd6igbzv" %>

<!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">
    <div>
        <table style="width: 907px; height: 495px">
            <tr>
                <td style="width: 100px; height: 491px;">
                    <table style="width: 900px; height: 445px">
                        <tr>
                            <td style="width: 129px; height: 3px">
                            </td>
                            <td style="width: 260px; height: 3px">
                            </td>
                            <td style="width: 100px; height: 3px">
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 129px">
                            </td>
                            <td style="width: 260px">
                                <img src="Img/loginnew.gif" />
                                
                                <div style="z-index: 102; left: 290px; width: 133px; position: absolute; top: 224px;
                                    height: 65px">
                                    <table style="width: 246px">
                                        <tr>
                                            <td style="width: 32px; font-size: small; color: white;">
                                    <asp:Label ID="text1" runat ="server" Font-Size ="11pt">  帐号</asp:Label></td>
                                            <td style="width: 93px">
                                    <asp:TextBox ID="tbUserName" runat="server" Width="145px"></asp:TextBox></td>
                                        </tr>
                                        <tr>
                                            <td style="width: 32px; font-size: small; color: white;">
                                          <asp:Label ID="Label1" runat ="server" Font-Size ="11pt">  密码 </asp:Label></td>
                                            <td style="width: 93px">
                                    <asp:TextBox ID="tbPassword" runat="server" TextMode="Password" Width="145px"></asp:TextBox></td>
                                        </tr>
                                        <tr>
                                            <td style="width: 32px; height: 10px;">
                                            </td>
                                            <td style="width: 93px; height: 10px;">
                                                <table style="width: 177px">
                                                    <tr align="left" >
                                                        <td style="width: 89px; height: 26px;" align="left" >
                <asp:Button ID="btnLogin" runat="server" style="text-align:center;vertical-align:middle;width:65" OnClick="btnLogin_Click" Text="登 录"  Width="63px" Height="25px" /></td>
                                                        <td style="width: 89px; height: 26px;" align="left">
                <asp:Button ID="btnReSet" style="text-align:center;vertical-align:middle;width:65" runat="server" Text="重 置" OnClick="btnReSet_Click"  Width="61px" Height="25px" />
                                                            
                                                        </td>
                                                    </tr>
                                                </table>
                                                </td>
                                        </tr>
                                    </table>
                                </div>
                                <div style="font-size: small; z-index: 101; left: 290px; width: 130px; color: white;
                                    font-family: 宋体; position: absolute; top: 193px; height: 20px">
                                   <asp:Label ID="Label2" runat ="server" Font-Size ="11pt">  请输入帐号和密码:</asp:Label></div>
                                                  </table>
                </td>
            </tr>
        </table>
    
    </div>
   </form>
</body>
</html>

⌨️ 快捷键说明

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