<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>选择产品</title> <link rel="stylesheet" href="css/master.css" /> <link rel="stylesheet" href="css/bootstrap.min.css" /> <link rel="stylesheet" href="css/ace.min.css" /> <link rel="stylesheet" href="css/Page.css" /> <link rel="stylesheet" href="css/font-awesome.min.css" charset="UTF-8"> <script src="js/jquery-2.0.3.min.js" type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" href="css/font-awesome.min.css" charset="UTF-8"> <script src="js/selectProduct.js" type="text/javascript" charset="utf-8"></script> <script src="js/Page.js" type="text/javascript" charset="utf-8"></script> <script src="js/jquery.cookie.js"></script> <script src="js/base_path.js" type="text/javascript" charset="utf-8"></script> <!--<script src="js/xm.js"></script> <script> login(); </script>--> </head> <body style="background:none;"> <!--<div class="navbar navbar-default" style="margin-bottom: 0px;"> <div class="navbar-header "> <a href="#" class="navbar-brand"> <i class="icon-leaf"></i> CS System<sub style="font-size:12px;position: initial;"> <span id="version_txt"></span></sub> </a> </div> </div> <div id="show_html" style="display:none;" class="warp clearfix"> <div class="control-bar"></div> <div class="control-show" style="float: left;">--> <div id=""> <div style="margin-top: 40px; margin-left: 30px; width: 1200px;"> <!--<span style="padding-left: 10px;">酒店地区:</span> <span style="padding-left: 10px;"></span>--> <!--<span> <select id="select_province" style="width:110px; height: 30px;"> <option value="选择省">选择省</option> <option value="河南省">河南省</option> </select> </span> <span style="padding-left: 10px;"> <select id="select_cantonal" style="width:110px; height: 30px;"> <option value="选择市">选择市</option> <option value="上海市">上海市</option> </select> </span>--> <span style="padding-left: 10px;font-size: 13px;">关键字:<input id="keywords" type="text" width="170px" height="30px"/></span> <span> <button id="searchBtn" style="width: 90px;height: 30px;margin-left: 30px;">查询</button> </span> </div> <div class="row" style=" margin-top: 30px; margin-left: 30px; width: 900px;"> <div class="col-xs-12"> <div class="table-responsive"> <table id="sample-table-1" class="table table-striped table-bordered table-hover"> <thead> <tr> <th style="width: 300px;">名称</th> <th style="width: 200px;">供应商</th> <th style="width: 120px;">支付方式</th> <!--<th style="width: 140px;">已售</th>--> <th style="width: 150px;">操作</th> </tr> </thead> <tbody id="one"> <tr class="parent" id="row" onclick="click_parent(this.id)" style="display: none;"> <td>[名称]</td> <td></td> <td></td> <!--<td>[已售]</td>--> <td></td> </tr> <tr class="child-row" style="display: none;" id="two"> <td> [row名称]</td> <td>[row供应商]</td> <td>[row支付方式]</td> <!--<td>[row已售]</td>--> <td> <a href="#" onclick="pay_order(this.id)" id="[pay_id]">下单</a> </td> </tr> </tbody> </table> </div> <!-- /.table-responsive --> </div> </div> <div id="test" style="margin-left: 300px;"> </div> </div> </body> <!--<script type="text/javascript" src="./js/master.js"></script>--> </html>