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

📄 login.aspx

📁 一个研究生管理系统 具体的情况自己看了
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="login" %>

<!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 align="center" border="0" cellpadding="0" cellspacing="0" width="388">
            <tr>
                <td rowspan="2" valign="top" width="170">
                    <div align="center">
                        <table border="0" cellpadding="0" cellspacing="0" height="100%" width="170">
                            <tr>
                                <td colspan="2" height="44">
                                    <img height="44" src="images/error2.gif" width="170" /></td>
                            </tr>
                            <tr>
                                <td background="images/error3.gif" width="31">
                                    &nbsp;</td>
                                <td height="194" width="139">
                                    <table border="0" cellpadding="0" cellspacing="0" height="194" width="136">
                                        <tr>
                                            <td width="55">
                                                <img src="images/error10.gif" style="width: 160px; height: 235px" /></td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </div>
                </td>
                <td colspan="2">
                    <img src="images/error1.gif" style="width: 399px; height: 91px" /></td>
            </tr>
            <tr>
                <td background="images/error5.gif" height="166" width="388">
                    <table align="center" border="0" cellpadding="0" cellspacing="0" height="103" width="361">
                        <tr>
                            <td width="361">
                                <p class="unnamed1">
                                    &nbsp; &nbsp; 您的用户名或密码错误,请注意大小写,如果忘记密码,请主动与维护人员联系。</p>
                            </td>
                        </tr>
                        <tr>
                            <td height="28">
                                <div align="right">
                                    <a href="Default.aspx">
                                        <img border="0" height="25" src="images/button_error.gif" width="160" /></a></div>
                            </td>
                        </tr>
                    </table>
                </td>
                <td background="images/error4.gif" width="24">
                    &nbsp;</td>
            </tr>
            <tr>
                <td colspan="3" height="19">
                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
                        <tr>
                            <td valign="top" width="30">
                                <img height="19" src="images/error6.gif" width="30" /></td>
                            <td background="images/error7.gif" width="528">
                                &nbsp;</td>
                            <td valign="top" width="24">
                                <img height="19" src="images/error9.gif" width="24" /></td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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