+ origin/meteorological:station by bootstrap-table

This commit is contained in:
tix 2017-01-12 18:17:30 +08:00
parent 254b7d7639
commit 35f5155ceb
3 changed files with 1260 additions and 3528 deletions

View File

@ -6,6 +6,7 @@
<link rel="stylesheet" href="/lib/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="/lib/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/lib/bootstrap-treeview/bootstrap-treeview.min.css"> <link rel="stylesheet" href="/lib/bootstrap-treeview/bootstrap-treeview.min.css">
<link rel="stylesheet" href="/lib/leaflet/leaflet.css"> <link rel="stylesheet" href="/lib/leaflet/leaflet.css">
<link rel="stylesheet" href="/lib/bootstrap-table/bootstrap-table.min.css">
<link rel="stylesheet" href="/css/mod.css"> <link rel="stylesheet" href="/css/mod.css">
<script type="text/javascript" src="/lib/jquery/dist/jquery.min.js"></script> <script type="text/javascript" src="/lib/jquery/dist/jquery.min.js"></script>
@ -13,6 +14,9 @@
<script type="text/javascript" src="/lib/leaflet/leaflet.js"></script> <script type="text/javascript" src="/lib/leaflet/leaflet.js"></script>
<script type="text/javascript" src="/lib/leaflet/leaflet.ajax.min.js"></script> <script type="text/javascript" src="/lib/leaflet/leaflet.ajax.min.js"></script>
<script type="text/javascript" src="/lib/leaflet/leaflet.ChineseTmsProviders.js"></script> <script type="text/javascript" src="/lib/leaflet/leaflet.ChineseTmsProviders.js"></script>
<script type="text/javascript" src="/lib/bootstrap-table/bootstrap-table.min.js"></script>
<script type="text/javascript" src="/lib/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script>
</head> </head>
<body> <body>
<div class="container"> <div class="container">

View File

@ -22,12 +22,12 @@
$(this).parent().addClass('active'); $(this).parent().addClass('active');
} }
}); });
$('.treeview ul.list-group li a').each(function () { /* $('.treeview ul.list-group li a').each(function () {
if ($($(this))[0].href == String(window.location)) { if ($($(this))[0].href == String(window.location)) {
$(this).parent().css("color", "#fff"); $(this).parent().css("color", "#fff");
$(this).parent().css("background-color", "#428bca"); $(this).parent().css("background-color", "#428bca");
} }
}) })*/
}); });
</script> </script>
<%- include('comm/footer.html') %> <%- include('comm/footer.html') %>

File diff suppressed because it is too large Load Diff