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

📄 default.aspx

📁 这是高校教师档案管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" 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>
    <link href ="css/css.css" rel =Stylesheet type ="text/css" />
</head>
<body   class ="txt"  background ="Images/高校教师档案管理系统登录界面.jpg">
    <form id="form1" runat="server">
     <table>
     <tr>
     <td colspan =3 style="height: 182px">
     </td>
     
     </tr>
            <tr>
            <td style="width: 971px; height: 190px;"></td>
                <td style="width: 289px; height: 190px;">
                   <table  cellpadding="0" cellspacing="0" ID="Table2" class="css" style="width: 292px; height: 117px" align =center >
							<tr>
								<td colspan="2" bordercolor="#EBEADB" align="center" >
								</td>
							</tr>
							<tr>
								<td bordercolor="#EBEADB" align="left" style="width: 93px; height: 24px; color: white; font-size: 11pt;" >
                                    &nbsp; &nbsp; &nbsp;&nbsp;
									登录名:</td>
								<td bordercolor="#EBEADB" align="left" style="width: 155px; height: 24px; color: white;">
                                    <asp:TextBox ID="txtUserName" runat="server" CssClass="TextBox"></asp:TextBox></td>
							</tr>
							<tr>
								<td bordercolor="#EBEADB" align="left" style="width: 93px; color: white; font-size: 11pt;" >
                                    &nbsp; &nbsp; &nbsp;&nbsp;
									密 &nbsp;&nbsp;码:</td>
								<td bordercolor="#EBEADB" align="left" style="width: 155px" >
                                    <asp:TextBox ID="txtPassWord" runat="server" TextMode="Password" Width="149px" CssClass="TextBox" ></asp:TextBox></td>
							</tr>
							
							 <tr>
                            <td bordercolor="#EBEADB" align="left" style="width: 93px; height: 24px; color: white; font-size: 11pt;">
                             输入验证码:</td>
                            <td  bordercolor="#EBEADB" align="left" style="width: 155px; height: 24px; color: white;">
                            <asp:TextBox ID="txtValidate" runat="server" Width="40px"></asp:TextBox>&nbsp; 验证码:<asp:Label ID="lbValidate" runat="server" Font-Size="Medium" ForeColor="#0000C0"
                              Text="8888" Width="42px" BackColor="Silver" Font-Names="幼圆"></asp:Label>
                             </td></tr>
                        <tr>
                            <td align="left" bordercolor="#ebeadb" style="width: 93px; height: 24px">
                                &nbsp; &nbsp;&nbsp; &nbsp;
                                <asp:CheckBox ID="chkbtnPower" runat="server" Text="管理员" ForeColor="White" Font-Size="Small" /></td>
                            <td align="left" bordercolor="#ebeadb" style="width: 155px; height: 24px">
                                    <asp:ImageButton ID="imgbtnLoad" runat="server" ImageUrl="~/Images/lonin.jpg" OnClick="imgbtnLoad_Click" /></td>
                        </tr>
						</table>
                                    </td>
                                    <td style="width: 629px; height: 190px;" ></td>
            </tr>
            <tr><td colspan =3 style="height: 192px"></td></tr>
        </table>
    </form>

</body>
</html>

⌨️ 快捷键说明

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