teacherindex.master

来自「C#+ACCESS在线选课系统的设计与实现」· MASTER 代码 · 共 67 行

MASTER
67
字号
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="TeacherIndex.master.cs" Inherits="Work_Work" %>

<!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 style="margin: 20px 10px 20px 100px; background-image: url(../image/BKGRD9.jpg);">
    <form id="form1" runat="server">
    <div>
    
        <table border="0" cellpadding="0" cellspacing="0" style="width: 90%; border-right: #0099cc thin solid; border-top: #0099cc thin solid; border-left: #0099cc thin solid; border-bottom: #0099cc thin solid; height: 596px;">
            <tr>
                <td align="center" colspan="1" style="background-position: 100% 100%; background-image: url(image/head.gif);
                    width: 154px; color: #3366ff; background-repeat: repeat-x; height: 85px" valign="middle">
                    教师管理子系统<br />
                </td>
                <td colspan="3" style="background-position: 100% 100%; background-repeat: repeat-x; height: 85px; background-image: url(../image/head5.jpg);" valign="top">
                </td>
            </tr>
            <tr>
                <td colspan="3" style="background-position: 100% 100%; background-repeat: repeat-x; height: 27px; background-image: url(../image/bar.jpg); color: #ffffff;" valign="top" align="right">
                    <asp:Label ID="Label1" runat="server" Width="317px"></asp:Label>
                    <asp:HyperLink ID="HyperLink1" runat="server" ForeColor="White" NavigateUrl="~/AllLogin.aspx">退出</asp:HyperLink>
                    </td>
            </tr>
            <tr>
                <td rowspan="2" style="width: 154px; height: 441px; border-right: #0099cc 0.1mm solid;" valign="top">
                    <asp:TreeView ID="TreeView1" runat="server" Width="155px" Font-Size="Small" ImageSet="BulletedList" ShowExpandCollapse="False" Height="150px">
                        <ParentNodeStyle Font-Bold="False" />
                        <HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" />
                        <SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" HorizontalPadding="0px"
                            VerticalPadding="0px" />
                        <Nodes>
                            <asp:TreeNode ImageUrl="~/image/c.gif" Text="教师管理子系统" Value="教研室管理子页面" NavigateUrl="~/teacher/TeacherIndex.aspx"></asp:TreeNode>
                            <asp:TreeNode ImageUrl="~/image/c.gif" Text="所教授课程查询" Value="信息查询" NavigateUrl="~/teacher/TeacherClass.aspx">
                            </asp:TreeNode>
                            <asp:TreeNode ImageUrl="~/image/c.gif" Text="系统公告" Value="系统公告" NavigateUrl="~/teacher/TeacherNews.aspx">
                            </asp:TreeNode>
                            <asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/teacher/Addscore.aspx" Text="学生成绩录入"
                                Value="学生成绩录入"></asp:TreeNode>
                            <asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/teacher/teacherUpdate.aspx"
                                Text="密码修改" Value="密码修改"></asp:TreeNode>
                        </Nodes>
                        <NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="0px"
                            NodeSpacing="0px" VerticalPadding="0px" />
                    </asp:TreeView>
                </td>
                <td rowspan="2" style="height: 441px; background-position: center center; background-image: url(image/Left_Student.jpg); background-repeat: repeat-y;" valign="top" colspan="2">
                    <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                    </asp:ContentPlaceHolder>
                </td>
            </tr>
            <tr>
            </tr>
            <tr>
                <td colspan="3" style="background-position: center center; background-image: url(../image/bar.jpg); background-repeat: repeat-x; height: 31px;">
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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