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

📄 std_index.aspx

📁 学生成绩管理系统c#vs2005.rar
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="std_index.aspx.cs" Inherits="std_index" %>

<!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>Untitled Page</title>
</head>
<body bgcolor="#99ccff" >
    <form id="form1" runat="server"  >
    <div>
        <div style="z-index: 101; left: 120px; width: 173px; position: absolute; top: 126px;
            height: 402px">
            <br />
            <br />
            &nbsp; &nbsp;&nbsp;&nbsp;<br />
            <asp:Button ID="Button1" runat="server" BackColor="SkyBlue" OnClick="Button1_Click"
                Text="首 页" Width="95px" /><br />
            &nbsp; &nbsp;&nbsp;&nbsp;<br />
            <asp:Button ID="Button2" runat="server" BackColor="SkyBlue" OnClick="Button2_Click1"
                Text="编辑第一学期" Width="94px" /><br />
            <br />
            <asp:Button ID="Button3" runat="server" BackColor="SkyBlue" OnClick="Button3_Click"
                Text="编辑第二学期" Width="92px" />
            &nbsp;&nbsp;<br />
            <br />
            <asp:Button ID="Button4" runat="server" BackColor="SkyBlue" OnClick="Button4_Click"
                Text="编辑第二学年" Width="91px" />
            &nbsp;<br />
            <br />
            <asp:Button ID="Button5" runat="server" BackColor="SkyBlue" OnClick="Button5_Click"
                Text="查询学生信息" Width="92px" />&nbsp;<br />
            <br />
            <asp:Button ID="Button6" runat="server" BackColor="SkyBlue" OnClick="Button6_Click"
                Text="留 言" Width="91px" /></div>
        &nbsp;&nbsp;
    
    </div>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <div style="z-index: 102; left: 112px; width: 34px; position: absolute; top: 0px;
            height: 32px">
            <asp:Image ID="Image1" runat="server" ImageUrl="~/image/03.bmp" /></div>
        <div style="z-index: 103; left: 112px; width: 100px; position: absolute; top: 484px;
            height: 82px">
            <asp:Image ID="Image2" runat="server" ImageUrl="~/image/index_08.gif" />
            <div style="z-index: 101; left: 0px; width: 100px; position: absolute; top: 65px;
                height: 51px">
                <asp:Image ID="Image3" runat="server" ImageUrl="~/image/index_09.gif" /></div>
        </div>
        &nbsp;
        <div style="z-index: 104; left: 115px; width: 778px; position: absolute; top: 153px;
            height: 320px">
            <asp:Panel ID="Panel1" runat="server" BorderStyle="Dotted" Direction="LeftToRight"
                Height="314px" Width="775px" BorderColor="Green">
                <div style="z-index: 101; left: 164px; width: 625px; position: absolute; top: 33px;
                    height: 305px">
                    一 .添加学生成绩<br />
                    &nbsp; &nbsp; 1.老师根据不同学期添加不同科目的成绩.<br />
                    &nbsp; &nbsp; 2.总共有三次考试.<br />
                    &nbsp; &nbsp; 3.如果添加成绩与实际不符,可以进行修改,删除.<br />
                    二.查询学生信息<br />
                    &nbsp; 1.老师可以根据学生的学号及姓名查询.<br />
                    &nbsp;&nbsp; 2.每次只能查看一个学生的信息.<br />
                    &nbsp;&nbsp; 3.固定显示5天学生信息.<br />
                    &nbsp;&nbsp; 4.如果对学生信息有疑问,可以问管理员.<br />
                    三.留言.<br />
                    &nbsp;1.老师可以查看学生的留言,并对学生的疑问回答.<br />
                    &nbsp; 2.老师也可以留言.<br />
                    <br />
                    <br />
                    <br />
                </div>
                &nbsp;
                <div style="z-index: 102; left: 678px; width: 100px; position: absolute; top: 7px;
                    height: 100px">
                    <asp:HyperLink ID="HyperLink1" runat="server" ForeColor="Blue" NavigateUrl="~/index.aspx">返回登陆界面</asp:HyperLink></div>
            </asp:Panel>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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