📄 reports.aspx
字号:
<%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %>
<%@ Page language="c#" Codebehind="Reports.aspx.cs" AutoEventWireup="false" Inherits="SkyShark.BM.WebReports" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>default</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<!--#include file="Header.htm"-->
</HEAD>
<body bgColor="#e9c6f4" vlink="#b90000" ms_positioning="GridLayout">
<form id="default" method="post" runat="server">
<asp:HyperLink id="HyperLink2" style="Z-INDEX: 111; LEFT: 98px; POSITION: absolute; TOP: 219px" runat="server" BackColor="#D18CE9" NavigateUrl="AddFl.aspx">Add Flights</asp:HyperLink>
<asp:button id="Button4" style="Z-INDEX: 121; LEFT: 472px; POSITION: absolute; TOP: 412px" runat="server" BackColor="Silver" Width="88px" Font-Names="Microsoft Sans Serif" BorderColor="Blue" Text="G e n e r a t e" Height="24px"></asp:button>
<asp:DropDownList id="lstYear" style="Z-INDEX: 120; LEFT: 407px; POSITION: absolute; TOP: 415px" runat="server" Width="58px">
<asp:ListItem Value="2002" Selected="True">2002</asp:ListItem>
<asp:ListItem Value="2003">2003</asp:ListItem>
<asp:ListItem Value="2004">2004</asp:ListItem>
<asp:ListItem Value="2005">2005</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList id="lstMonth" style="Z-INDEX: 119; LEFT: 368px; POSITION: absolute; TOP: 415px" runat="server" Width="36px" Height="22px">
<asp:ListItem Value="1" Selected="True">1</asp:ListItem>
<asp:ListItem Value="2">2</asp:ListItem>
<asp:ListItem Value="3">3</asp:ListItem>
<asp:ListItem Value="4">4</asp:ListItem>
<asp:ListItem Value="5">5</asp:ListItem>
<asp:ListItem Value="6">6</asp:ListItem>
<asp:ListItem Value="7">7</asp:ListItem>
<asp:ListItem Value="8">8</asp:ListItem>
<asp:ListItem Value="9">9</asp:ListItem>
<asp:ListItem Value="10">10</asp:ListItem>
<asp:ListItem Value="11">11</asp:ListItem>
<asp:ListItem Value="12">12</asp:ListItem>
</asp:DropDownList>
<asp:Label id="Label7" style="Z-INDEX: 118; LEFT: 82px; POSITION: absolute; TOP: 418px" runat="server">Generate a total revenue report from the month</asp:Label>
<asp:button id="Button3" style="Z-INDEX: 117; LEFT: 472px; POSITION: absolute; TOP: 372px" runat="server" BackColor="Silver" Width="88px" Font-Names="Microsoft Sans Serif" BorderColor="Blue" Text="G e n e r a t e" Height="24px"></asp:button>
<asp:Label id="Label5" style="Z-INDEX: 114; LEFT: 83px; POSITION: absolute; TOP: 377px" runat="server">Generate a customer affinity report for top 100 customers.</asp:Label>
<asp:button id="Button1" style="Z-INDEX: 113; LEFT: 472px; POSITION: absolute; TOP: 332px" runat="server" BackColor="Silver" Width="88px" Font-Names="Microsoft Sans Serif" BorderColor="Blue" Text="G e n e r a t e" Height="24px"></asp:button>
<asp:Label id="Label4" style="Z-INDEX: 112; LEFT: 83px; POSITION: absolute; TOP: 336px" runat="server">Generate a flight usage report for all flights flown by the airline.</asp:Label>
<asp:HyperLink id="HyperLink3" style="Z-INDEX: 104; LEFT: 553px; POSITION: absolute; TOP: 219px" runat="server" BackColor="#D18CE9" Width="133px" NavigateUrl="FreqFl.aspx">Frequent Fliers</asp:HyperLink>
<asp:HyperLink id="HyperLink1" style="Z-INDEX: 103; LEFT: 241px; POSITION: absolute; TOP: 219px" runat="server" BackColor="#D18CE9" NavigateUrl="RequestID.aspx">Request User ID</asp:HyperLink>
<asp:Label id="Label1" style="Z-INDEX: 102; LEFT: 419px; POSITION: absolute; TOP: 219px" runat="server"> Reports</asp:Label>
<IMG style="Z-INDEX: 105; LEFT: 54px; POSITION: absolute; TOP: 256px" src="Images/VertLine.jpg">
<HR style="Z-INDEX: 107; LEFT: 62px; WIDTH: 630px; POSITION: absolute; TOP: 1489px; HEIGHT: 1px" width="630" SIZE="1">
<asp:HyperLink id="HyperLink4" style="Z-INDEX: 108; LEFT: 416px; POSITION: absolute; TOP: 177px" runat="server" NavigateUrl="ChangePassword.aspx">Change Password</asp:HyperLink><IMG style="Z-INDEX: 106; LEFT: 687px; POSITION: absolute; TOP: 257px" src="Images/VertLine.jpg">
<asp:HyperLink id="HyperLink5" style="Z-INDEX: 109; LEFT: 609px; POSITION: absolute; TOP: 177px" runat="server" NavigateUrl="../Logoff.aspx">Logoff</asp:HyperLink>
<asp:Label id="txtUser" style="Z-INDEX: 110; LEFT: 302px; POSITION: absolute; TOP: 177px" runat="server">User:</asp:Label><IMG style="Z-INDEX: 101; LEFT: 59px; POSITION: absolute; TOP: 203px" src="Images/opt3-4.jpg">
<asp:DataGrid id="DataGrid1" style="Z-INDEX: 122; LEFT: 88px; POSITION: absolute; TOP: 500px" runat="server" Height="347px" BorderColor="#8080FF" Font-Names="Bookman Old Style" Width="474px" BorderStyle="Inset" BorderWidth="2px">
<HeaderStyle Font-Names="Arial" Font-Italic="True" Font-Bold="True" HorizontalAlign="Center" ForeColor="White" BackColor="Black"></HeaderStyle>
</asp:DataGrid>
<asp:Label id="Label2" style="Z-INDEX: 123; LEFT: 89px; POSITION: absolute; TOP: 299px" runat="server" Width="202px" Font-Bold="True" Font-Italic="True">Select a report:</asp:Label>
<asp:Label id="lblMessage" style="Z-INDEX: 124; LEFT: 91px; POSITION: absolute; TOP: 268px" runat="server" Width="386px" ForeColor="Red" Font-Bold="True"></asp:Label>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -