📄 work.master
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Work.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%; font-size: 20px;
background-image: url(image/head.gif); width: 128px; color: #3366ff; background-repeat: repeat-x;
height: 85px" valign="middle">
教研室子系统</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: 28px; background-image: url(../image/bar.jpg); color: #ffffff; " valign="top" align="right">
<asp:Label ID="Label1" runat="server" ForeColor="White" Text="Label" Width="49%"></asp:Label>
<asp:HyperLink ID="HyperLink1" runat="server" ForeColor="White" NavigateUrl="~/AllLogin.aspx">退出</asp:HyperLink></td>
</tr>
<tr>
<td rowspan="2" style="width: 128px; height: 441px ;border-right: #0099cc thin solid;" valign="top">
<asp:TreeView ID="TreeView1" runat="server" Width="68px" Font-Size="Small" ImageSet="BulletedList" ShowExpandCollapse="False" Height="243px">
<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="~/Work/WorkIndex.aspx"></asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" Text="制定教学计划" Value="前台营业" NavigateUrl="~/Work/MakePlane.aspx">
</asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" Text="所有课程查询" Value="信息查询" NavigateUrl="~/Work/AllClass.aspx">
</asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" Text="教工查询" Value="教工查询" NavigateUrl="~/Work/AllTeacher.aspx">
</asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" Text="系统公告" Value="系统公告" NavigateUrl="~/Work/WorkNews.aspx">
</asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/Work/Alljihua.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; border-top: #6699ff 0.1mm solid;">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -