温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:在线订票系统源码(毕业设计)
当前文件路径:TicketOnline/MasterPage.master

1<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> 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> 10
<form id="form1" runat="server"> 11
<div style="margin: 10px 60px 20px 100px;font-size:14px" > 12
<table border="0" cellpadding="0" cellspacing="0" style="width: 780px; border-right: #0099cc thin solid; border-top: #0099cc thin solid; border-left: #0099cc thin solid; border-bottom: #0099cc thin solid; height: 596px;"> 13
<tr> 14
<td colspan="3" style="background-position: 100% 100%; background-repeat: repeat-x; height: 42px; background-image: url(image/top_6.gif); font-size: x-large; color: #3366ff;" valign="middle" align="center"> 15
web售票管理系统 16
</td> 17
</tr><tr> 18
<td colspan="3" style="background-position: 100% 100%; background-repeat: repeat-x; height: 19px; background-image: url(image/menu.gif); color: #ffffff;" valign="top" align="right"> 19
<asp:LinkButton ID="LinkButton2" runat="server" ForeColor="DodgerBlue" OnClick="LinkButton2_Click">首页</asp:LinkButton> 20
<asp:LinkButton ID="LinkButton1" runat="server" ForeColor="DodgerBlue" OnClientClick="window.close();">退出</asp:LinkButton></td> 21
</tr> 22
<tr> 23
<td colspan="3" style="background-position: 100% 100%; background-repeat: repeat-x; height: 25px; background-image: url(image/bar.jpg); color: #ffffff;" valign="top" align="right"> 24
<asp:Label ID="Label1" runat="server" Width="500px"></asp:Label></td> 25
</tr> 26
<tr> 27
<td rowspan="2" style="width: 41px; height: 386px" valign="top"> 28
<asp:TreeView ID="TreeView1" runat="server" Width="126px" Font-Size="Larger" ImageSet="BulletedList" ShowExpandCollapse="False"> 29
<ParentNodeStyle Font-Bold="False" /> 30
<HoverNodeStyle Font-Underline="True" ForeColor="Black" BackColor="DodgerBlue" /> 31
<SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" HorizontalPadding="0px" 32
VerticalPadding="0px" /> 33
<Nodes> 34
<asp:TreeNode ImageUrl="~/image/c.gif" Text="web售票管理系统" Value="web售票管理系统" NavigateUrl="~/Index.aspx"></asp:TreeNode> 35
<asp:TreeNode ImageUrl="~/image/c.gif" Text="前台营业" Value="前台营业" NavigateUrl="~/SealTicket.aspx"> 36
<asp:TreeNode Text="销售车票" Value="销售车票" NavigateUrl="~/SealTicket.aspx"></asp:TreeNode> 37
<asp:TreeNode Text="预定车票" Value="预定车票" NavigateUrl="~/PredeterminedTicket.aspx"></asp:TreeNode> 38
<asp:TreeNode Text=" 退回车票" Value=" 退回车票" NavigateUrl="~/ReturningTicket.aspx"></asp:TreeNode> 39
</asp:TreeNode> 40
<asp:TreeNode ImageUrl="~/image/c.gif" Text="信息查询" Value="信息查询" NavigateUrl="~/PredeterminedTicketInquiry.aspx"> 41
<asp:TreeNode Text="售票信息查询" Value="售票信息查询" NavigateUrl="~/PredeterminedTicketInquiry.aspx"></asp:TreeNode> 42
<asp:TreeNode Text="订票信息查询" Value="订票信息查询" NavigateUrl="~/BookingInquiry.aspx"></asp:TreeNode> 43
<asp:TreeNode Text="运营计划查询" Value="运营计划查询" NavigateUrl="~/OperationPlan.aspx"></asp:TreeNode> 44
<asp:TreeNode Text="当班信息查询" Value="当班信息查询" NavigateUrl="~/OndutyInquiry.aspx"></asp:TreeNode> 45
</asp:TreeNode> 46
<asp:TreeNode ImageUrl="~/image/c.gif" Text="营业统计" Value="营业统计" NavigateUrl="~/DayStatistics.aspx"> 47
<asp:TreeNode Text="日售票统计" Value="日售票统计" NavigateUrl="~/DayStatistics.aspx"></asp:TreeNode> 48
<asp:TreeNode Text="月售票统计" Value="月售票统计" NavigateUrl="~/MonthStatistics.aspx"></asp:TreeNode> 49
<asp:TreeNode Text="季度售票统计" Value="季度售票统计" NavigateUrl="~/QuarterStatistics.aspx"></asp:TreeNode> 50
</asp:TreeNode> 51
<asp:TreeNode ImageUrl="~/image/c.gif" Text="常用工具" Value="常用工具" NavigateUrl="~/Computer.aspx"> 52
<asp:TreeNode Text="记事本" Value="记事本" NavigateUrl="~/nootbook.aspx"></asp:TreeNode> 53
<asp:TreeNode Text="计算器 " Value="计算器 " NavigateUrl="~/Computer.aspx"></asp:TreeNode> 54
</asp:TreeNode> 55
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/ConfigEstablishment.aspx" Text="基础设置" 56
Value="基础设置"></asp:TreeNode> 57
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/SystemCfg.aspx" Text="系统设置" 58
Value="系统设置"></asp:TreeNode> 59
</Nodes> 60
<NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="0px" 61
NodeSpacing="0px" VerticalPadding="0px" /> 62
</asp:TreeView> 63
</td> 64
<td rowspan="2" style="width: 21px; height: 386px; background-position: center center; background-image: url(image/Left_Student.jpg); background-repeat: repeat-y;" valign="top"> 65
</td> 66
<td rowspan="2" style="width: 641px; height: 386px" valign="top"> 67
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server" > 68
</asp:ContentPlaceHolder> 69
</td> 70
</tr> 71
<tr> 72
</tr> 73
<tr> 74
<td colspan="3" style="background-position: center center; background-image: url(image/bar.jpg); background-repeat: repeat-x; height: 31px;"> 75
</td> 76
</tr> 77
</table> 78
79
</div> 80
</form> 81
</body> 82
</html> 83



