📄 student.master
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Student.master.cs" Inherits="studnet_Student" %>
<!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: 151px; 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: 22px; background-image: url(../image/bar.jpg); color: #ffffff;" valign="top" align="right">
<asp:Label ID="Label1" runat="server" Height="30px" Width="320px"></asp:Label>
<asp:HyperLink ID="HyperLink1" runat="server" ForeColor="White" Height="27px" NavigateUrl="~/AllLogin.aspx"
Width="34px">退出</asp:HyperLink></td>
</tr>
<tr>
<td rowspan="2" style="width: 151px; height: 441px; border-right: #0099cc 0.1mm solid;" valign="top">
<asp:TreeView ID="TreeView1" runat="server" Width="148px" Font-Size="14px" ImageSet="BulletedList" ShowExpandCollapse="False" Height="174px">
<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="web网上选课系统" Value="web售票管理系统" NavigateUrl="~/student/StudentIndex.aspx"></asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" Text="选课系统" Value="前台营业" NavigateUrl="~/student/SelectClass.aspx">
</asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" Text="成绩查询" Value="信息查询" NavigateUrl="~/student/Score.aspx">
</asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" Text="课程表查询" Value="营业统计" NavigateUrl="~/student/CourseList.aspx">
</asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" Text="教学质量测评" Value="常用工具" NavigateUrl="~/student/Evaluation.aspx">
</asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" Text="信息维护" Value="信息维护" NavigateUrl="~/student/Maintenance.aspx"></asp:TreeNode>
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/student/News.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: 30px; border-top: #0099cc 0.1mm solid;">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -