16 行
		
	
	
	
		
			438 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 行
		
	
	
	
		
			438 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<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 } ?>
 | 
						|
</div>
 | 
						|
	
 | 
						|
	<!-- Map -->
 | 
						|
	<div id="map" style="width: 100%; height: 350px"></div> 
 | 
						|
 | 
						|
<div style="padding-top: 10px; margin-top: 0px;" class="container logbook">
 | 
						|
	<?php $this->load->view('view_log/partial/log_ajax') ?>
 |