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

📄 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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
body {
	background-image: url(t1.jpg);
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    
    </div>

    <table width="974" height="444" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="116" colspan="2" style="height: 116px">&nbsp;</td>
      </tr>
      <tr>
        <td colspan="2" bgcolor="#00CCFF" style="height: 2px"><hr /></td>
      </tr>
      <tr>
        <td width="135" height="43" bgcolor="#00CCFF">&nbsp;
        <div align="center"><a href="Default2.aspx">基本信息查询</a></div></td>
        <td width="839" rowspan="7" style="width: 828px">&nbsp;<asp:Label ID="Label1" runat="server" Style="position: relative; top: -15px"
                Width="233px"></asp:Label>
            <table border="0" style="width: 826px; height: 238px">
                <tr>
                    <td colspan="5">
                    </td>
                </tr>
                <tr>
                    <td colspan="4" rowspan="2" style="font-size: 35pt; background-image: url(未标题-1.png); color: #3333ff; font-style: italic; height: 30px; text-align: right; text-decoration: underline">
                        书山有路勤为径</td>
                    <td style="width: 100px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 100px; height: 86px;">
                    </td>
                </tr>
                <tr>
                    <td height="57" style="width: 100px">
                    </td>
                    <td style="width: 23px">
                    </td>
                    <td colspan="3" rowspan="2" style="font-size: 35pt; width: 501px; color: #0033ff;
                        font-style: italic; text-align: left; text-decoration: underline">
                        学海无涯苦作舟</td>
                </tr>
                <tr>
                    <td height="41" style="width: 100px"></td>
                    <td style="width: 23px">
                    </td>
                </tr>
            </table>
        </td>
      </tr>
      <tr>
        <td height="46" bgcolor="#00CCFF">&nbsp;
        <div align="center"><a href="Default3.aspx">学生成绩查询</a></div></td>
      </tr>
      <tr>
        <td height="43" bgcolor="#00CCFF">&nbsp;
        <div align="center"><a href="Default4.aspx">成绩排名</a></div></td>
      </tr>
      <tr>
        <td height="52" bgcolor="#00CCFF">&nbsp;
        <div align="center"><a href="Default5.aspx">任课老师查询</a></div></td>
      </tr>
      <tr>
        <td height="43" bgcolor="#00CCFF">&nbsp;
        <div align="center"><a href="Default6.aspx">修改密码</a></div></td>
      </tr>
        <tr>
            <td bgcolor="#00ccff" height="49">
                <div align="center"><a href="Default7.aspx">修改基本信息</a></div></td>
        </tr>
      <tr>
        <td bgcolor="#00CCFF" style="height: 48px">&nbsp;
            <asp:LinkButton ID="LinkButton1" runat="server" Height="20px" Width="40px" style="left: 40px; position: relative; top: 10px" OnClick="LinkButton1_Click" PostBackUrl="~/登陆页面.aspx">注销</asp:LinkButton><div align="center">
                &nbsp;</div></td>
      </tr>
</table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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