index.html
472 字节
<include file="public@header" />
</head>
<body>
<table class="table table-bordered" style="margin:10px 10px;">
<caption>地图管理</caption>
<thead>
<tr>
<th>公司名称</th>
<th>经度</th>
<th>纬度</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tanmay</td>
<td>Bangalore</td>
<td>560001</td>
<td>560001</td>
</tr>
</tbody>
</table>
</body>
</html>