- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="HotelsAdd.aspx.cs" Inherits="Hotels_HotelsAdd" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <link href="../css/main.css" type="text/css" rel="stylesheet">
- <script type="text/javascript">
- function GetMyValue(contrlname,myvalue)
- {
- if(typeof(myvalue)=="undefined")
- {}
- else
- {
- document.getElementById(contrlname).value+=myvalue+',';
- }
- }
- function clr(contrlname)
- {
- document.getElementById(contrlname).value='';
- }
- </script>
- </head>
- <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
- <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
- <form runat="server" id="fm1">
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="3" style="height: 25px">
- 住宿类别添加</th>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
- <table align="center" bgcolor="#000000" border="0" cellpadding="3" cellspacing="1"
- class="small" style="width: 640px">
- <tr>
- <td class="usertablerow2" style="width: 93px" align="right">
- 住宿类别名:</td>
- <td class="usertablerow2" style="width: 277px" align="left">
- <asp:TextBox ID="KeyValue_ZSLBM" runat="server" CssClass="BigInput" MaxLength="50"
- Width="165px"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 93px" align="right">
- 宾馆旅店名:</td>
- <td class="usertablerow2" style="width: 277px" align="left">
- <asp:TextBox ID="KeyValue_BGLDM" runat="server" CssClass="BigInput" MaxLength="50" Width="165px"></asp:TextBox>
- <input id="Button3" class="ptsbutton" type="button" value="添加" /><input class="ptsbutton"
- onclick="clr('KeyValue_BGLDM')" type="button" value="清空" /></td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 93px; height: 48px;" align="right">
- 住宿天数:</td>
- <td class="usertablerow2" style="width: 277px; height: 48px;" align="left">
- <asp:TextBox ID="KeyValue_ZSTS" runat="server" CssClass="BigInput" MaxLength="50" Width="165px"></asp:TextBox>天</td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 93px; height: 25px;" align="right">
- 住宿单位电话:</td>
- <td class="usertablerow2" style="width: 277px; height: 25px;" align="left">
- <asp:TextBox ID="KeyValue_ZSDWDH" runat="server" CssClass="BigInput" MaxLength="50" Width="165px"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 93px; height: 25px;" align="right">
- 总价格:</td>
- <td class="usertablerow2" style="width: 277px; height: 25px;" align="left">
- <asp:TextBox ID="KeyValue_ZJG" runat="server" CssClass="BigInput" MaxLength="50" Width="165px"></asp:TextBox>
- 元</td>
- </tr>
- <tr>
- <td class="usertablerow2" style="width: 93px; height: 52px;" align="right">
- 备注:</td>
- <td class="usertablerow2" style="width: 277px; height: 52px;" align="left">
- <asp:TextBox ID="KeyValue_BZ" runat="server" CssClass="BigInput" Height="40px" MaxLength="50"
- TextMode="MultiLine" Width="249px"></asp:TextBox></td>
- </tr>
- </table>
- <br />
- </td>
- </tr>
- <tr>
- <td align="center" class="usertablerow1" colspan="2">
- <asp:Button ID="Button2" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
- Text="添加" />
-
- <input type="Button" Class="ptsbutton" value="返回" OnClick="window.location='HotelsManager.aspx'" /><div id="Div2">
- </div> </td>
- </tr>
- </table>
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="2">
- 使用方法</th>
- </tr>
- <tr>
- <td class="usertablerow1" align="right" width="11%">
- <strong>特殊说明</strong></td>
- <td class="usertablerow1" width="89%">
- <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
- </tr>
- </table>
- </form>
- </body>
- </html>