📄 showline.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="tail" Src="Continer/tail.ascx" %>
<%@ Register TagPrefix="uc1" TagName="header" Src="Continer/header.ascx" %>
<%@ Page language="c#" Codebehind="showline.aspx.cs" AutoEventWireup="false" Inherits="hotel.showline" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>showline</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="WIDTH: 809px; HEIGHT: 706px" cellSpacing="0" cellPadding="0"
width="809" border="1" align="center">
<TR>
<TD colspan="2" align="center" width="800" height="150">
<uc1:header id="Header1" runat="server"></uc1:header></TD>
</TR>
<TR>
<TD style="WIDTH: 213px; HEIGHT: 185px">
<asp:Image id="Image1" runat="server" Width="300px" Height="185px"></asp:Image></TD>
<TD style="WIDTH:500px">
<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="500" border="1" height="100%"
bgColor="#99ff00">
<TR>
<TD style="FONT-WEIGHT: bold; FONT-SIZE: 17pt; WIDTH: 151px; COLOR: fuchsia" align="right">
线路ID</TD>
<TD>
<asp:Label id="Label2" runat="server" Width="100%" Height="26px" Font-Bold="True" Font-Size="X-Large"
ForeColor="Blue">Label</asp:Label></TD>
</TR>
<TR>
<TD style="FONT-WEIGHT: bold; FONT-SIZE: 20px; WIDTH: 151px; COLOR: fuchsia" align="right">线路名称</TD>
<TD>
<asp:Label id="Label3" runat="server" Width="100%" Height="29px" Font-Bold="True" Font-Size="X-Large"
ForeColor="Blue">Label</asp:Label></TD>
</TR>
<TR>
<TD style="FONT-WEIGHT: bold; FONT-SIZE: 20px; WIDTH: 151px; COLOR: fuchsia; HEIGHT: 45px"
align="right">线路报价</TD>
<TD style="HEIGHT: 45px">
<asp:Label id="Label4" runat="server" Width="100%" Height="31px" Font-Bold="True" Font-Size="X-Large"
ForeColor="Blue">Label</asp:Label></TD>
</TR>
<TR>
<TD style="FONT-WEIGHT: bold; FONT-SIZE: 20px; WIDTH: 151px; COLOR: fuchsia" align="right">所需时日</TD>
<TD>
<asp:Label id="Label5" runat="server" Width="100%" Height="24px" Font-Bold="True" Font-Size="X-Large"
ForeColor="Blue">Label</asp:Label></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD colspan="2" width="800" style="HEIGHT: 216px" vAlign="top" align="left">
<asp:TextBox id="TextBox1" runat="server" Width="800px" Height="220px" TextMode="MultiLine"></asp:TextBox></TD>
</TR>
<TR>
<TD colspan="2" style="HEIGHT: 49px" bgColor="#ffcc33">
<asp:Label id="Label1" runat="server" Width="800px" Height="44px" Font-Bold="True" Font-Size="Medium"
ForeColor="Red">备注:不含餐,请客人自理,如需要包餐,早餐5元/人 中、晚餐15元/人需要着装轻便服饰,穿旅游鞋!</asp:Label></TD>
</TR>
<TR>
<TD colspan="2" style="WIDTH: 800px; HEIGHT: 100px" align="center">
<uc1:tail id="Tail1" runat="server"></uc1:tail></TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -