| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 | <!DOCTYPE html><html lang="zh-CN"><head>  <filter><script src="../../lib/common.js"></script><script src="../../lib/jquery/jquery.min.js"></script></filter>  <script class="include" system="" path="inc/" file="head">include()</script></head>  <body class="fixed-left"><!-- Begin page --><div id="wrapper">    <script class="include" system="" path="inc/" file="nav">include()</script>        <script class="include" system="" path="inc/" file="menu">include()</script>    <!-- ============================================================== -->    <!-- Start right Content here -->    <!-- ============================================================== -->    <div class="content-page">        <!-- Start content -->        <div class="content">        <div class="topbar">                <div class="banner dever-layout" style="display:none;">                    <a target="_blank"><img src="#"></a>                    <span>项目名称</span>                </div>            </div>            <div class="container container_stat"><style>.container_stat .form-control{    display:inline;    width:15%;    margin-top: 10px;}</style>                <!-- Page-Title -->                <div class="row">                    <div class="col-sm-12">                        <ul class="nav navbar-nav navbar-left data-auth-top">                            <li class="dropdown">                                <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown">                                    <span>project</span>                                </a>                              <ul class="dropdown-menu">                                <li><a href="javascript:;">Users</a></li>                              </ul>                            </li>                        </ul>                        <h4 class="pull-left page-title" id="list-name">Responsive Table</h4>                        <ol class="breadcrumb pull-right">                            <li><a href="#dever_modal" data-toggle="modal" onclick="showMsg('数据结构', $(this), '#struct')" id="list-project">Tables</a></li>                            <li class="active" id="list-desc">Responsive Table</li>                        </ol>                    </div>                </div>                <div class="row">                        <div class="col-lg-12">                            <div class="panel panel-border panel-primary">                                <div class="panel-heading">                                     <div class="btn-toolbar list-toolbar">                                        <div id="search">                                            <div class="form-group">                                            <label>Username</label>                                            <input type="text" value="jsmith" class="form-control">                                            </div>                                        </div>                                    </div>                                </div>                                 <div class="panel-body table-rep-plugin">                                     <div data-pattern="priority-columns" id="table-list">                                        <table class="table table-small-font table-bordered table-striped">                                            <thead>                                                <tr>                                                    <th>字段</th>                                                    <th>日期</th>                                                    <th>统计数字</th>                                                </tr>                                            </thead>                                            <tbody>                                                <tr>                                                    <td>Product Design<br><p class="text-sm">Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master.</p></td>                                                    <td>10/3/2014</td>                                                    <td>$1,200.00</td>                                                </tr>                                            </tbody>                                        </table>                                    </div>                                    <div data-pattern="priority-columns" id="chart-list">                                                                            </div>                                  </div>                             </div>                        </div>                    </div> <!-- end row -->                <div id="struct" style="display:none;"></div>                <script>                    $(document).ready(function()                    {                      init();                    });                </script>            </div>        </div>                <script class="include" system="" path="inc/" file="foot">include()</script>                </div>        <!-- ============================================================== -->        <!-- End Right content here -->        <!-- ============================================================== -->        <script class="include" system="" path="inc/" file="chat">include()</script>            </div>    <script class="include" system="" path="inc/" file="script">include()</script></body></html>
 |