Cloudlog/application/views/view_log/index.php

18 行
353 B
PHP

2019-05-14 23:46:16 +08:00
<div class="container logbook">
<h2>Logbook</h2>
<?php if($this->session->flashdata('notice')) { ?>
<div class="alert alert-info" role="alert">
<?php echo $this->session->flashdata('notice'); ?>
</div>
<?php } ?>
2011-04-25 23:24:01 +08:00
<!-- Map -->
<div id="map" style="width: 100%; height: 300px"></div>
2016-02-13 00:31:29 +08:00
<?php $this->load->view('view_log/partial/log') ?>