SearchHotels.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:6k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SearchHotels.aspx.cs" Inherits="Hotels_SearchHotels" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html>
  4. <head>
  5. <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  6.     <link href="../css/main.css" type="text/css" rel="stylesheet">
  7.        <script type="text/javascript">
  8.           function GetMyValue(contrlname,myvalue)
  9.           {
  10.            if(typeof(myvalue)=="undefined")
  11.            {}
  12.            else
  13.            {
  14.            document.getElementById(contrlname).value+=myvalue+',';
  15.            }
  16.           }
  17.           function clr(contrlname)
  18.           {
  19.            document.getElementById(contrlname).value='';
  20.           }
  21.     </script>
  22. </head>
  23.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  24. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  25. <form runat="server" id="fm1">
  26.     <br>
  27.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center" border="0">
  28.         <tr>
  29.             <th colspan="3" style="height: 25px">
  30.                 住宿类别查询</th>
  31.         </tr>
  32.                <tr>
  33.             <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
  34.                 <table align="center" bgcolor="#000000" border="0" cellpadding="3" cellspacing="1"
  35.                     class="small" style="width: 640px">
  36.                     <tr>
  37.                         <td class="usertablerow2" style="width: 93px" align="right">
  38.                             住宿类别名:</td>
  39.                         <td class="usertablerow2" style="width: 277px" align="left">
  40.                             <asp:TextBox ID="KeyValue_ZSLBM" runat="server" CssClass="BigInput" MaxLength="50"
  41.                                 Width="165px"></asp:TextBox></td>
  42.                     </tr>
  43.                        <tr>
  44.                         <td class="usertablerow2" style="width: 93px" align="right">
  45.                             宾馆旅店名:</td>
  46.                         <td class="usertablerow2" style="width: 277px" align="left">
  47.                             <asp:TextBox ID="KeyValue_BGLDM" runat="server" CssClass="BigInput" MaxLength="50" Width="165px"></asp:TextBox>
  48.                             <input id="Button3" class="ptsbutton" type="button" value="添加" /><input class="ptsbutton"
  49.                                 onclick="clr('KeyValue_BGLDM')" type="button" value="清空" /></td>
  50.                     </tr>
  51.                                   <tr>
  52.                         <td class="usertablerow2" style="width: 93px; height: 48px;" align="right">
  53.                             住宿天数:</td>
  54.                         <td class="usertablerow2" style="width: 277px; height: 48px;" align="left">
  55.                             <asp:TextBox ID="KeyValue_ZSTS" runat="server" CssClass="BigInput" MaxLength="50" Width="165px"></asp:TextBox>天</td>
  56.                     </tr>
  57.                          <tr>
  58.                         <td class="usertablerow2" style="width: 93px; height: 25px;" align="right">
  59.                             住宿单位电话:</td>
  60.                         <td class="usertablerow2" style="width: 277px; height: 25px;" align="left">
  61.                             <asp:TextBox ID="KeyValue_ZSDWDH" runat="server" CssClass="BigInput" MaxLength="50" Width="165px"></asp:TextBox>
  62.                             &nbsp;&nbsp;</td>
  63.                     </tr>
  64.                                  <tr>
  65.                         <td class="usertablerow2" style="width: 93px; height: 25px;" align="right">
  66.                             总价格:</td>
  67.                         <td class="usertablerow2" style="width: 277px; height: 25px;" align="left">
  68.                             <asp:TextBox ID="KeyValue_ZJG" runat="server" CssClass="BigInput" MaxLength="50" Width="165px"></asp:TextBox>
  69.                             &nbsp;&nbsp;元</td>
  70.                     </tr>
  71. <%--                    <tr>
  72.                         <td class="usertablerow2" style="width: 93px; height: 52px;" align="right">
  73.                             备注:</td>
  74.                         <td class="usertablerow2" style="width: 277px; height: 52px;" align="left">
  75.                             <asp:TextBox ID="KeyValue_BZ" runat="server" CssClass="BigInput" Height="40px" MaxLength="50"
  76.                                 TextMode="MultiLine" Width="249px"></asp:TextBox></td>
  77.                     </tr>--%>
  78.                     </table>
  79.                 <br />
  80.                 
  81.          
  82.             </td>
  83.         </tr>
  84.         <tr>
  85.             <td align="center" class="usertablerow1" colspan="2">
  86.                 &nbsp; &nbsp;<asp:Button ID="Button2" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  87.                     Text="查询" />
  88.                         &nbsp;&nbsp;
  89.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='HotelsManager.aspx'" /><div id="Div2">
  90.                                 </div>   </td>
  91.          
  92.         </tr>
  93.      
  94.     </table>
  95.     <br>
  96.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  97.         border="0">
  98.         <tr>
  99.             <th colspan="2">
  100.                 使用方法</th>
  101.         </tr>
  102.         <tr>
  103.             <td class="usertablerow1" align="right" width="11%">
  104.                 <strong>特殊说明</strong></td>
  105.             <td class="usertablerow1" width="89%">
  106.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  107.         </tr>
  108.     </table>
  109.     </form>
  110.     
  111. </body>
  112. </html>
  113.     <br>
  114.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  115.         border="0">
  116.         <tr>
  117.             <th colspan="2">
  118.                 使用方法</th>
  119.         </tr>
  120.         <tr>
  121.             <td class="usertablerow1" align="right" width="11%">
  122.                 <strong>特殊说明</strong></td>
  123.             <td class="usertablerow1" width="89%">
  124.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  125.         </tr>
  126.     </table>
  127.     </form>
  128.     
  129. </body>
  130. </html>