masterpage2.master

来自「学生网上选课系统,实现了学生的在线选课和教师课程的上传」· MASTER 代码 · 共 54 行

MASTER
54
字号
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage2.master.cs" Inherits="MasterPage2" %>
<%@ Register Src="gonggao.ascx" TagName="gonggao" TagPrefix="uc2" %>
<%@ Register Src="xueshengControl.ascx" TagName="xueshengControl" TagPrefix="uc1" %>

<!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 width="800" style="width: 1020px; background-color: #3399ff">
            <tr>
                <td colspan="6" style="height: 133px;width:800">
                    <em><span style="font-size: 32pt; font-family: 华文新魏">南昌航空大学 &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br />
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 学生选课系统</span></em></td>
            </tr>
            <tr>
                <td colspan="2" style="height: 24px; text-align: center;background-image: url(images/Topback.GIF)">
                   
                    <asp:Button ID="chakan" runat="server" Text="所选课程" OnClick="chakan_Click" Width="93px" />
                    学号:<asp:Label ID="stuID" runat="server" Text="Label" Width="107px"></asp:Label></td>
                <td style="width: 680px; height: 24px;background-image: url(images/Topback.GIF)" valign="top">
                    姓名:<asp:Label ID="stuName" runat="server" Text="Label" Width="102px"></asp:Label></td>
                <td style="width: 680px; height: 24px;background-image: url(images/Topback.GIF)" valign="top">
                    班级:<asp:Label ID="stuClass" runat="server" Text="Label" Width="92px"></asp:Label></td>
                <td style="width: 680px; height: 24px;background-image: url(images/Topback.GIF)" valign="top">
                    <asp:Button ID="modifyPwd" runat="server" Text="修改密码" Width="63px" OnClick="modifyPwd_Click" />
                    <asp:Button ID="Button2" runat="server" OnClick="Button2_Click1" Text="返回" /></td>
                <td style="width: 767px; height: 24px;background-image: url(images/Topback.GIF)" valign="top">
                </td>
            </tr>
            <tr>
                <td style="width: 50px; height: 296px;" >
                    <uc2:gonggao ID="Gonggao1" runat="server" />
                </td>
                <td style="width: 160px" >
                    <uc1:xueshengControl ID="XueshengControl1" runat="server" />
                </td>
                <td colspan="4" valign="top">
        <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
        </asp:contentplaceholder>
                </td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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