温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:智能选课系统源码及论坛
当前文件路径:XuanKeLunWen/Admin/Index.master

1<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Index.master.cs" Inherits="Admin_Index" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head runat="server"> 7
<title>无标题页</title> 8
</head> 9
<body style="margin: 20px 10px 20px 100px; background-image: url(../image/BKGRD9.jpg);"> 10
<form id="form1" runat="server"> 11
<div style="font-size: 14px"> 12
13
<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;"> 14
<tr> 15
<td align="center" colspan="1" style="background-position: 50% 100%; width: 148px; 16
background-repeat: repeat-x; height: 91px; font-size: 20px; color: #3333ff;" valign="middle"> 17
教务处管理系统</td> 18
<td colspan="3" style="background-position: 50% 100%; background-repeat: repeat-x; height: 91px; background-image: url(../image/head5.jpg);" valign="top"> 19
</td> 20
</tr> 21
<tr> 22
<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"> 23
<asp:Label ID="Label1" runat="server" Height="22px" Width="200px"></asp:Label> 24
<asp:HyperLink ID="HyperLink1" runat="server" ForeColor="White" Height="24px" NavigateUrl="~/AllLogin.aspx">退出</asp:HyperLink></td> 25
</tr> 26
<tr> 27
<td rowspan="2" style="width: 148px; height: 441px; border-right: #0099cc 0.1mm solid;" valign="top"> 28
<asp:TreeView ID="TreeView1" runat="server" Width="155px" Font-Size="Small" ImageSet="BulletedList" ShowExpandCollapse="False" Height="235px"> 29
<ParentNodeStyle Font-Bold="False" /> 30
<HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" /> 31
<SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" HorizontalPadding="0px" 32
VerticalPadding="0px" /> 33
<Nodes> 34
<asp:TreeNode ImageUrl="~/image/c.gif" Text="教务处管理子系统" Value="web售票管理系统" NavigateUrl="~/Admin/Index.aspx"></asp:TreeNode> 35
<asp:TreeNode ImageUrl="~/image/c.gif" Text="使用中的教学计划" Value="前台营业" NavigateUrl="~/Admin/Inuser.aspx"> 36
</asp:TreeNode> 37
<asp:TreeNode ImageUrl="~/image/c.gif" Text="教学计划审核" Value="教学计划审核" NavigateUrl="~/Admin/Make.aspx"> 38
</asp:TreeNode> 39
<asp:TreeNode ImageUrl="~/image/c.gif" Text="教学计划汇总" Value="教学计划汇总" NavigateUrl="~/Admin/Allt.aspx"> 40
</asp:TreeNode> 41
<asp:TreeNode ImageUrl="~/image/c.gif" Text="信息维护" Value="信息维护" NavigateUrl="~/Admin/AdminContral.aspx"> 42
</asp:TreeNode> 43
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/Admin/AddNews.aspx" Text="公告发布" 44
Value="公告发布"></asp:TreeNode> 45
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/Admin/AddAll.aspx" Text="信息添加" 46
Value="信息添加"></asp:TreeNode> 47
</Nodes> 48
<NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="0px" 49
NodeSpacing="0px" VerticalPadding="0px" /> 50
</asp:TreeView> 51
</td> 52
<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"> 53
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"> 54
</asp:ContentPlaceHolder> 55
</td> 56
</tr> 57
<tr> 58
</tr> 59
<tr> 60
<td colspan="3" style="background-position: center center; background-image: url(../image/bar.jpg); background-repeat: repeat-x; height: 31px;"> 61
</td> 62
</tr> 63
</table> 64
65
</div> 66
</form> 67
</body> 68
</html> 69



