index.html 583 字节
<include file="public@header" />
</head>
<body>
  <table class="table table-bordered">
    <caption>地图管理</caption>
    <thead>
      <tr>
        <th>公司名称</th>
        <th>经度</th>
        <th>纬度</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>Tanmay</td>
        <td>Bangalore</td>
        <td>560001</td>
      </tr>
      <tr>
        <td>Sachin</td>
        <td>Mumbai</td>
        <td>400003</td>
      </tr>
      <tr>
        <td>Uma</td>
        <td>Pune</td>
        <td>411027</td>
      </tr>
    </tbody>
  </table>
</body>
</html>