Cloudlog/application/views/view_log/index.php

18 wiersze
353 B
PHP
Czysty Zwykły widok Historia

2019-05-14 15:46:16 +00: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 15:24:01 +00:00
<!-- Map -->
<div id="map" style="width: 100%; height: 300px"></div>
2016-02-12 16:31:29 +00:00
<?php $this->load->view('view_log/partial/log') ?>