<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>iMeeting <?php $this->view('version_v'); ?> - โปรแกรมจองห้องประชุมและรถออนไลน์ </title>
<link rel="stylesheet" media="screen" href="<?php echo base_url(); ?>assets/css/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" media="screen" href="<?php echo base_url(); ?>assets/css/my-bootstrap.css" type="text/css"/>
<link rel="stylesheet" media="screen" href="<?php echo base_url(); ?>assets/css/style_dlg.css" type="text/css"/>
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/demo_table_jui.css" type="text/css"/>
<script type="text/javascript" src="<?php echo base_url(); ?>assets/js/jquery-1.8.0.min.js"></script>
<script type="text/javascript" src="<?php echo base_url(); ?>assets/js/custom.js"></script>
<?php
if (isset($extraHeadContent)) {
echo $extraHeadContent;
}
?>
</head>
<body>
<div id="my_content">
<?php $this->view($content); ?>
</div>
</body>
</html>