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

1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="_Default" %> 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> 12
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; 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: 85px; background-image: url(image/head.gif);" valign="top"> 15
</td> 16
</tr> 17
<tr> 18
<td colspan="3" style="background-position: 100% 100%; background-repeat: repeat-x; height: 4px; background-image: url(image/bar.jpg); color: #ffffff;" valign="top" align="right"> 19
<asp:Label ID="Label1" runat="server" Text="Label" Width="61px"></asp:Label></td> 20
</tr> 21
<tr> 22
<td rowspan="2" style="width: 41px; height: 441px" valign="top"> 23
<asp:TreeView ID="TreeView1" runat="server" Font-Size="Larger" ImageSet="BulletedList" 24
ShowExpandCollapse="False" Width="126px"> 25
<ParentNodeStyle Font-Bold="False" /> 26
<HoverNodeStyle BackColor="DodgerBlue" Font-Underline="True" ForeColor="Black" /> 27
<SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" HorizontalPadding="0px" 28
VerticalPadding="0px" /> 29
<Nodes> 30
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/Index.aspx" Text="web售票管理系统" 31
Value="web售票管理系统"></asp:TreeNode> 32
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/SealTicket.aspx" Text="前台营业" 33
Value="前台营业"> 34
<asp:TreeNode NavigateUrl="~/SealTicket.aspx" Text="销售车票" Value="销售车票"></asp:TreeNode> 35
<asp:TreeNode NavigateUrl="~/PredeterminedTicket.aspx" Text="预定车票" Value="预定车票"></asp:TreeNode> 36
<asp:TreeNode NavigateUrl="~/ReturningTicket.aspx" Text=" 退回车票" Value=" 退回车票"></asp:TreeNode> 37
</asp:TreeNode> 38
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/PredeterminedTicketInquiry.aspx" 39
Text="信息查询" Value="信息查询"> 40
<asp:TreeNode NavigateUrl="~/PredeterminedTicketInquiry.aspx" Text="售票信息查询" Value="售票信息查询"> 41
</asp:TreeNode> 42
<asp:TreeNode NavigateUrl="~/BookingInquiry.aspx" Text="订票信息查询" Value="订票信息查询"></asp:TreeNode> 43
<asp:TreeNode NavigateUrl="~/OperationPlan.aspx" Text="运营计划查询" Value="运营计划查询"></asp:TreeNode> 44
<asp:TreeNode NavigateUrl="~/OndutyInquiry.aspx" Text="当班信息查询" Value="当班信息查询"></asp:TreeNode> 45
</asp:TreeNode> 46
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/DayStatistics.aspx" Text="营业统计" 47
Value="营业统计"> 48
<asp:TreeNode NavigateUrl="~/DayStatistics.aspx" Text="日售票统计" Value="日售票统计"></asp:TreeNode> 49
<asp:TreeNode NavigateUrl="~/MonthStatistics.aspx" Text="月售票统计" Value="月售票统计"></asp:TreeNode> 50
<asp:TreeNode NavigateUrl="~/QuarterStatistics.aspx" Text="季度售票统计" Value="季度售票统计"></asp:TreeNode> 51
</asp:TreeNode> 52
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/Computer.aspx" Text="常用工具" 53
Value="常用工具"> 54
<asp:TreeNode NavigateUrl="~/nootbook.aspx" Text="记事本" Value="记事本"></asp:TreeNode> 55
<asp:TreeNode NavigateUrl="~/Computer.aspx" Text="计算器 " Value="计算器 "></asp:TreeNode> 56
</asp:TreeNode> 57
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/ConfigEstablishment.aspx" Text="基础设置" 58
Value="基础设置"></asp:TreeNode> 59
<asp:TreeNode ImageUrl="~/image/c.gif" NavigateUrl="~/SystemCfg.aspx" Text="系统设置" 60
Value="系统设置"></asp:TreeNode> 61
</Nodes> 62
<NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="0px" 63
NodeSpacing="0px" VerticalPadding="0px" /> 64
</asp:TreeView> 65
</td> 66
<td rowspan="2" style="width: 8px; height: 441px; background-position: center center; background-image: url(image/Left_Student.jpg); background-repeat: repeat-y;" valign="top"> 67
</td> 68
<td rowspan="2" style="width: 593px; height: 441px" valign="top"> 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



