mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-23 02:37:13 +00:00
11 lines
180 B
PHP
11 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') ?>
|