📄 index.master
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Index.master.cs" Inherits="Admin_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>无标题页</title>
</head>
<body style="margin: 20px 10px 20px 100px; background-image: url(../image/BKGRD9.jpg);">
<form id="form1" runat="server">
<div style="font-size: 14px">
<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; height: 596px;">
<tr>
<td align="center" colspan="1" style="background-position: 50% 100%; width: 148px;
background-repeat: repeat-x; height: 91px; font-size: 20px; color: #3333ff;" valign="middle">
教务处管理系统</td>
<td colspan="3" style="background-position: 50% 100%; background-repeat: repeat-x; height: 91px; background-image: url(../image/head5.jpg);" valign="top">
</td>
</tr>
<tr>
<td colspan="3" style="background-position: 100% 100%; background-repeat: repeat-x; height: 22px; background-image: url(../image/bar.jpg); color: #ffffff;" valign="top" align="right">
<asp:Label ID="Label1" runat="server" Height="22px" Width="200px"></asp:Label>
<asp:HyperLink ID="HyperLink1" runat="server" ForeColor="White" Height="24px" NavigateUrl="~/AllLogin.aspx">退出</asp:HyperLink></td>
</tr>
<tr>
<td rowspan="2" style="width: 148px; 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="235px">
<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="web售票管理系统" NavigateUrl="~/Admin/Index.aspx"></asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" Text="使用中的教学计划" Value="前台营业" NavigateUrl="~/Admin/Inuser.aspx">
</asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" Text="教学计划审核" Value="教学计划审核" NavigateUrl="~/Admin/Make.aspx">
</asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" Text="教学计划汇总" Value="教学计划汇总" NavigateUrl="~/Admin/Allt.aspx">
</asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" Text="信息维护" Value="信息维护" NavigateUrl="~/Admin/AdminContral.aspx">
</asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/Admin/AddNews.aspx" Text="公告发布"
Value="公告发布"></asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/Admin/AddAll.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -