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

📄 oklogin.aspx

📁 本套软件适用于各大高校、培训机构等单位的教学管理软件。
💻 ASPX
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="OKlogin.aspx.vb" Inherits="_Default" %>

<!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 style="background-image: url(Imge/底色.jpg)">
        &nbsp;&nbsp;
        <div style="z-index: 101; left: 8px; width: 840px; position: absolute; top: 16px;
            height: 128px">
            <img src="Imge/题头.jpg" style="height: 120px" /></div>
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
        <asp:Label ID="Label3" runat="server"  ForeColor="Red" Style="font-weight: lighter;
            font-size: 18pt; color: #ff0066; font-style: " Width="368px"></asp:Label><br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />
        &nbsp;<br />
        <br />
        <br />
        <br />
        <br />
        <br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        <div style="z-index: 102; left: 376px; width: 304px; position: absolute; top: 232px;
            height: 256px">
            <table style="border-right: darkgray thin solid; border-top: darkgray thin solid;
                border-left: darkgray thin solid; border-bottom: darkgray thin solid; height: 224px">
                <tr>
                    <td style="border-right: lightgrey thin solid; border-top: lightgrey thin solid;
                        border-left: lightgrey thin solid; width: 100px; border-bottom: lightgrey thin solid">
                    </td>
                    <td style="width: 135px">
                        &nbsp; &nbsp;&nbsp; 登录</td>
                    <td style="width: 44px">
                    </td>
                </tr>
                <tr>
                    <td align="right" style="width: 100px">
                        <asp:Label ID="用户类别" runat="server" Text="用户类别" Width="72px"></asp:Label></td>
                    <td style="width: 135px">
                        <asp:DropDownList ID="DropDownList1" runat="server" AppendDataBoundItems="True" ForeColor="Black"
                            Width="136px">
                            <asp:ListItem>学生</asp:ListItem>
                            <asp:ListItem>教师</asp:ListItem>
                            <asp:ListItem>管理员</asp:ListItem>
                        </asp:DropDownList></td>
                    <td style="width: 44px">
                    </td>
                </tr>
                <tr>
                    <td align="right" style="width: 100px">
                        <asp:Label ID="Label1" runat="server" Text="用户名" Width="56px"></asp:Label></td>
                    <td style="width: 135px">
                        <asp:TextBox ID="TextBox1" runat="server" Width="128px"></asp:TextBox></td>
                    <td style="width: 44px">
                        <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
                            ErrorMessage="用户名不能为空" Width="20px">***</asp:RequiredFieldValidator></td>
                </tr>
                <tr>
                    <td align="right" style="width: 100px">
                        <asp:Label ID="Label2" runat="server" Text="密   码" Width="56px"></asp:Label></td>
                    <td style="width: 135px">
                        <asp:TextBox ID="TextBox2" runat="server" Width="128px" TextMode="Password"></asp:TextBox></td>
                    <td style="width: 44px">
                        <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="密码不能为空" ControlToValidate="TextBox2" Width="20px">***</asp:RequiredFieldValidator></td>
                </tr>
                <tr>
                    <td align="right" style="width: 100px">
                        <asp:Button
                            ID="Button2" runat="server" Text="取 消" /></td>
                    <td align="left" dir="rtl" style="width: 135px">
                        <asp:Button ID="Button3" runat="server" Text="提 交" Width="48px" />
                        &nbsp; &nbsp;&nbsp;<asp:Button ID="Button1" runat="server" Text="修改密码" Width="56px" />
                        &nbsp;</td>
                    <td style="width: 44px">
                    </td>
                </tr>
            </table>
        </div>
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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