📄 product_manage.aspx
字号:
<%@ Page language="c#" Codebehind="Product_Manage.aspx.cs" AutoEventWireup="false" Inherits="myTravelSoft.Product_Manage" buffer="True"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Product_Manage</title>
<meta content="Microsoft Visual Studio .NET 7.1" 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">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<asp:datalist id="DataList1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 120px" runat="server"
Width="232px" DataKeyField="PD_ID" Visible="False">
<HeaderTemplate>
<DIV style="DISPLAY: inline; WIDTH: 240px; HEIGHT: 23px; BACKGROUND-COLOR: mistyrose"
align="center" ms_positioning="FlowLayout">线路信息</DIV>
</HeaderTemplate>
<AlternatingItemStyle BackColor="Lavender"></AlternatingItemStyle>
<FooterTemplate>
<FONT face="宋体">
<DIV style="DISPLAY: inline; WIDTH: 240px; HEIGHT: 20px; BACKGROUND-COLOR: beige" ms_positioning="FlowLayout"></DIV>
</FONT>
</FooterTemplate>
<ItemTemplate>
<asp:LinkButton id="LinkButton1" runat="server" CommandName="select">
<%# DataBinder.Eval(Container.DataItem, "PD_Name") %>
</asp:LinkButton>
</ItemTemplate>
<EditItemTemplate>
<FONT face="宋体"></FONT>
</EditItemTemplate>
</asp:datalist>
<asp:ImageButton id="ImageButton5" style="Z-INDEX: 107; LEFT: 8px; POSITION: absolute; TOP: 88px"
runat="server" ImageUrl="Image/new3.gif" CausesValidation="False"></asp:ImageButton><asp:panel id="Panel1" style="Z-INDEX: 102; LEFT: 264px; POSITION: absolute; TOP: 8px" runat="server"
Width="568px" Visible="False" BackColor="AliceBlue" Height="384px">
<TABLE height="100%" width="100%" border="0">
<TR>
<TD style="HEIGHT: 30px" width="16%" height="30">线路名称</TD>
<TD style="WIDTH: 117px; HEIGHT: 30px" width="117"><INPUT id="myH1" style="WIDTH: 16px; HEIGHT: 25px" type="hidden" size="1" name="Hidden1"
runat="server">
<asp:Label id="Label2" runat="server" Visible="False" ForeColor="Red">不能为空</asp:Label></TD>
<TD style="HEIGHT: 30px" width="18%">住宿标准</TD>
<TD style="HEIGHT: 30px" width="29%"><SELECT id="Select3" style="WIDTH: 140px" name="Select3" runat="server">
<OPTION selected>三星</OPTION>
<OPTION>四星</OPTION>
<OPTION>五星</OPTION>
<OPTION>二星</OPTION>
<OPTION>一星</OPTION>
<OPTION>其他</OPTION>
</SELECT></TD>
</TR>
<TR>
<TD style="HEIGHT: 30px" colSpan="3" height="30">
<asp:TextBox id="TextBox2" runat="server" Width="90%" MaxLength="30"></asp:TextBox></TD>
<TD style="HEIGHT: 30px"> 准
<INPUT id="Checkbox2" type="checkbox" name="Checkbox2" runat="server"></TD>
</TR>
<TR>
<TD style="HEIGHT: 30px" height="30">线路简称</TD>
<TD style="WIDTH: 117px; HEIGHT: 30px">
<asp:TextBox id="TextBox3" runat="server" Width="135px" MaxLength="5"></asp:TextBox></TD>
<TD style="HEIGHT: 30px" colSpan="2">
<asp:Label id="Label3" runat="server" Visible="False" ForeColor="Red">不能为空</asp:Label></TD>
</TR>
<TR>
<TD style="HEIGHT: 30px" height="30">旅游天数</TD>
<TD style="WIDTH: 117px; HEIGHT: 30px"><SELECT id="Select1" style="WIDTH: 96px" name="Select1" runat="server">
<OPTION selected>1</OPTION>
<OPTION>2</OPTION>
<OPTION>3</OPTION>
<OPTION>4</OPTION>
<OPTION>5</OPTION>
<OPTION>6</OPTION>
<OPTION>7</OPTION>
<OPTION>8</OPTION>
<OPTION>9</OPTION>
<OPTION>10</OPTION>
<OPTION>11</OPTION>
<OPTION>12</OPTION>
<OPTION>13</OPTION>
<OPTION>14</OPTION>
<OPTION>15</OPTION>
<OPTION>16</OPTION>
<OPTION>17</OPTION>
<OPTION>18</OPTION>
<OPTION>19</OPTION>
<OPTION>20</OPTION>
<OPTION>21</OPTION>
<OPTION>22</OPTION>
<OPTION>23</OPTION>
<OPTION>24</OPTION>
<OPTION>25</OPTION>
<OPTION>26</OPTION>
<OPTION>27</OPTION>
<OPTION>28</OPTION>
<OPTION>29</OPTION>
<OPTION>30</OPTION>
<OPTION>31</OPTION>
<OPTION>其他</OPTION>
</SELECT></TD>
<TD style="HEIGHT: 30px">成人价格</TD>
<TD style="HEIGHT: 30px">
<asp:TextBox id="TextBox6" runat="server" Width="134px"></asp:TextBox></TD>
</TR>
<TR>
<TD vAlign="middle" height="30"><FONT face="宋体"></FONT></TD>
<TD style="WIDTH: 117px"><FONT face="宋体"><INPUT id="Text1" style="WIDTH: 80px; HEIGHT: 25px" type="text" size="8" name="Text1" runat="server"></FONT></TD>
<TD>儿童价格</TD>
<TD>
<asp:TextBox id="TextBox7" runat="server" Width="134px"></asp:TextBox></TD>
</TR>
<TR>
<TD height="30"></TD>
<TD style="WIDTH: 117px" height="30"><INPUT id="myH2" style="WIDTH: 88px; HEIGHT: 25px" type="hidden" size="9" name="Hidden1"
runat="server"></TD>
<TD colSpan="2" height="30">
<asp:Label id="Label4" runat="server" Visible="False" ForeColor="Red">不能为空</asp:Label></TD>
</TR>
<TR>
<TD height="30">日程安排</TD>
<TD style="WIDTH: 117px"></TD>
<TD>说明</TD>
<TD></TD>
</TR>
<TR>
<TD colSpan="2" height="90">
<asp:TextBox id="TextBox4" runat="server" Width="100%" Height="88px" TextMode="MultiLine"></asp:TextBox></TD>
<TD colSpan="2">
<asp:TextBox id="TextBox5" runat="server" Width="100%" Height="88px" TextMode="MultiLine"></asp:TextBox></TD>
</TR>
<TR>
<TD colSpan="4" height="30"><FONT face="宋体"><IMG style="WIDTH: 554px" height="5" alt="" src="Image/spreator.gif" width="554"></FONT></TD>
</TR>
<TR>
<TD align="center" colSpan="4" height="30">
<asp:ImageButton id="ImageButton2" runat="server" ImageUrl="Image/submit.gif"></asp:ImageButton>
<asp:ImageButton id="ImageButton3" runat="server" CausesValidation="False" ImageUrl="Image/cancel_1.gif"></asp:ImageButton>
<asp:ImageButton id="ImageButton4" runat="server" CausesValidation="False" ImageUrl="Image/Delete.gif"></asp:ImageButton>
</TD>
</TR>
</TABLE>
</asp:panel>
<asp:TextBox id="TextBox1" style="Z-INDEX: 103; LEFT: 8px; POSITION: absolute; TOP: 56px" runat="server"
Width="136px"></asp:TextBox>
<DIV style="DISPLAY: inline; Z-INDEX: 104; LEFT: 8px; WIDTH: 240px; COLOR: blueviolet; POSITION: absolute; TOP: 8px; HEIGHT: 46px"
ms_positioning="FlowLayout" id="DIV1" runat="server">请输入线路名称,不输入就表示查找全部:</DIV>
<asp:ImageButton id="ImageButton1" style="Z-INDEX: 105; LEFT: 144px; POSITION: absolute; TOP: 56px"
runat="server" ImageUrl="Image/search_3.jpg"></asp:ImageButton>
<asp:Label id="Label1" style="Z-INDEX: 106; LEFT: 168px; POSITION: absolute; TOP: 56px" runat="server"
Visible="False" ForeColor="Red">没有记录</asp:Label><FONT face="宋体"></FONT></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -