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

1<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Student.master.cs" Inherits="studnet_Student" %> 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> 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; border-bottom: #0099cc thin solid; height: 596px;"> 14
<tr> 15
<td align="center" colspan="1" style="background-position: 100% 100%; font-size: 20px; 16
background-image: url(image/head.gif); width: 151px; color: #3366ff; 17
background-repeat: repeat-x; height: 85px" valign="middle"> 18
学生选课子系统</td> 19
<td colspan="3" style="background-position: 100% 100%; background-repeat: repeat-x; height: 85px; background-image: url(../image/head5.jpg);" valign="top"> 20
</td> 21
</tr> 22
<tr> 23
<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"> 24
<asp:Label ID="Label1" runat="server" Height="30px" Width="320px"></asp:Label> 25
<asp:HyperLink ID="HyperLink1" runat="server" ForeColor="White" Height="27px" NavigateUrl="~/AllLogin.aspx" 26
Width="34px">退出</asp:HyperLink></td> 27
</tr> 28
<tr> 29
<td rowspan="2" style="width: 151px; height: 441px; border-right: #0099cc 0.1mm solid;" valign="top"> 30
<asp:TreeView ID="TreeView1" runat="server" Width="148px" Font-Size="14px" ImageSet="BulletedList" ShowExpandCollapse="False" Height="174px"> 31
<ParentNodeStyle Font-Bold="False" /> 32
<HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" /> 33
<SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" HorizontalPadding="0px" 34
VerticalPadding="0px" /> 35
<Nodes> 36
<asp:TreeNode ImageUrl="~/image/c.gif" Text="web网上选课系统" Value="web售票管理系统" NavigateUrl="~/student/StudentIndex.aspx"></asp:TreeNode> 37
<asp:TreeNode ImageUrl="~/image/c.gif" Text="选课系统" Value="前台营业" NavigateUrl="~/student/SelectClass.aspx"> 38
</asp:TreeNode> 39
<asp:TreeNode ImageUrl="~/image/c.gif" Text="成绩查询" Value="信息查询" NavigateUrl="~/student/Score.aspx"> 40
</asp:TreeNode> 41
<asp:TreeNode ImageUrl="~/image/c.gif" Text="课程表查询" Value="营业统计" NavigateUrl="~/student/CourseList.aspx"> 42
</asp:TreeNode> 43
<asp:TreeNode ImageUrl="~/image/c.gif" Text="教学质量测评" Value="常用工具" NavigateUrl="~/student/Evaluation.aspx"> 44
</asp:TreeNode> 45
<asp:TreeNode ImageUrl="~/image/c.gif" Text="信息维护" Value="信息维护" NavigateUrl="~/student/Maintenance.aspx"></asp:TreeNode> 46
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/student/News.aspx" Text="新闻公告" 47
Value="新闻公告"></asp:TreeNode> 48
</Nodes> 49
<NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="0px" 50
NodeSpacing="0px" VerticalPadding="0px" /> 51
</asp:TreeView> 52
</td> 53
<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"> 54
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"> 55
</asp:ContentPlaceHolder> 56
</td> 57
</tr> 58
<tr> 59
</tr> 60
<tr> 61
<td colspan="3" style="background-position: center center; background-image: url(../image/bar.jpg); background-repeat: repeat-x; height: 30px; border-top: #0099cc 0.1mm solid;"> 62
</td> 63
</tr> 64
</table> 65
66
</div> 67
</form> 68
</body> 69
</html> 70



