mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
10 lines
180 B
PHP
10 lines
180 B
PHP
|
|
|
|
<div class="container logbook">
|
|
|
|
<h2>Logbook</h2>
|
|
|
|
<!-- Map -->
|
|
<div id="map" style="width: 100%; height: 300px"></div>
|
|
|
|
<?php $this->load->view('view_log/partial/log') ?>
|