You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hotel_list.html 5.0 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="stylesheet" href="css/master.css" charset="UTF-8">
  6. <link rel="stylesheet" href="css/ace.min.css" />
  7. <link rel="stylesheet" href="css/bootstrap.min.css" />
  8. <link rel="stylesheet" href="css/font-awesome.min.css" charset="UTF-8">
  9. <script src="js/jquery-2.2.4.min.js" type="text/javascript" charset="utf-8"></script>
  10. <script src="js/Page.js" type="text/javascript" charset="utf-8"></script>
  11. <link rel="stylesheet" href="css/Page.css" />
  12. <script src="js/jquery.cookie.js"></script>
  13. <!--<script src="js/xm.js"></script>
  14. <script>
  15. login();
  16. </script>-->
  17. <style type="text/css">
  18. body {
  19. /*padding-bottom: 0;
  20. background-color: #e4e6e9;*/
  21. /*min-height: 100%;*/
  22. font-family: 'Open Sans';
  23. font-size: 13px;
  24. /*color: #393939;*/
  25. line-height: 1.5;
  26. }
  27. .navbar {
  28. margin-left: 0;
  29. margin-right: 0;
  30. box-shadow: none;
  31. margin: 0;
  32. padding-left: 0;
  33. padding-right: 0;
  34. background: #438eb9;
  35. width: 100%;
  36. }
  37. .navbar-default .navbar-brand {
  38. color: white;
  39. }
  40. </style>
  41. <title> 酒店产品</title>
  42. </head>
  43. <body>
  44. <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
  45. <div class="navbar-header ">
  46. <a href="#" class="navbar-brand">
  47. <i class="icon-leaf"></i>
  48. CS System<sub style="font-size:12px;position: initial;">&nbsp;<span id="version_txt"></span></sub>
  49. </a>
  50. </div>
  51. </div>-->
  52. <!--<div id="show_html" style="display:none;" class="warp clearfix">
  53. <div class="control-bar">
  54. </div>
  55. <div class="control-show">-->
  56. <div id="">
  57. <div>
  58. <div style="margin-top: 40px; margin-left: 40px;">
  59. <span>关键字:&nbsp;&nbsp;
  60. <input type="text" id="keywords" name="keywords" placeholder="输入酒店产品名称" style="width: 180px; height: 30px;font-size: 13px;"/>
  61. </span>
  62. <span style="padding-left: 35px;">上架状态:&nbsp;&nbsp;
  63. <select name="if_onSale" id="if_onSale" style="width:100px;" >
  64. <option value="1">上架</option>
  65. <option value="0">下架</option>
  66. </select>
  67. </span>
  68. <span id="addBtn" onclick='search()' style="margin-left: 60px; width: 80px;height: 30px; display: inline-block;line-height: 30px;border:1px solid rgb(204,204,204); text-align: center;background-color: lightgray;cursor:pointer;">查询</span>
  69. </div>
  70. <div style="margin-top: 30px;margin-left: 40px;">
  71. <span id="addBtn" onclick='up_on_sale()' style=" width: 80px;height: 30px; display: inline-block;line-height: 30px;border:1px solid rgb(204,204,204); text-align: center;background-color: white;cursor:pointer;">上架</span>
  72. <span id="downBtn" onclick='down_on_sale()' style="margin-left: 10px; width: 80px;height: 30px; display: inline-block;line-height: 30px;border:1px solid rgb(204,204,204); text-align: center;background-color: white;cursor:pointer;">下架</span>
  73. <span id="delBtn" onclick='del_product()' style="margin-left: 10px; width: 80px;height: 30px; display: inline-block;line-height: 30px;border:1px solid rgb(204,204,204); text-align: center;background-color: white;cursor:pointer;">删除</span>
  74. </div>
  75. <div class="row" style="margin-top: 15px; margin-left: 30px; width: 800px;">
  76. <div class="col-xs-12">
  77. <div class="table-responsive">
  78. <table id="sample-table-1" class="table table-striped table-bordered table-hover">
  79. <thead>
  80. <tr>
  81. <th width="10px">
  82. <input type="checkbox" name="all_check_box" id="all_check_box" value="" class="ace_check" onclick="select_checked('0')"/>
  83. </th>
  84. <th width="150px">名称</th>
  85. <th width="150px">供应商</th>
  86. <th width="70px">支付方式</th>
  87. <th width="70px">上下架</th>
  88. <th width="140px">操作</th>
  89. </tr>
  90. </thead>
  91. <tbody id="one">
  92. <tr class="parent" id="row" style="display: none;">
  93. <td><input type="checkbox" onclick="select_checked('1')" name="oneCheck1" id="oneCheck" class="ace_check" /></td>
  94. <td>[名称]</td>
  95. <td></td>
  96. <td></td>
  97. <td></td>
  98. <td><a style="margin-left: 10px;" href="#" onclick="add_product_by_hotel(this.id)" name="[addName]" class="addInfo" id="[addInfo]">添加产品</a></td>
  99. </tr>
  100. <tr class="child-row" id="two" style="display: none;">
  101. <td></td>
  102. <td>&nbsp;&nbsp;&nbsp;&nbsp;[row名称]</td>
  103. <td>[row供应商]</td>
  104. <td>[row支付方式]</td>
  105. <td>[row已售]</td>
  106. <td>[row操作]
  107. </td>
  108. </tr>
  109. </tbody>
  110. </table>
  111. </div>
  112. <!-- /.table-responsive -->
  113. </div>
  114. <!-- /span -->
  115. </div>
  116. <div id="test" style="margin-right: -20px;">
  117. </div>
  118. </div>
  119. </div>
  120. <!--</div>-->
  121. </body>
  122. <!--<script src="js/master.js"></script>-->
  123. <script src="js/hotel_list.js" type="text/javascript" charset="utf-8"></script>
  124. <script src="js/base_path.js" type="text/javascript" charset="utf-8"></script>
  125. </html>