<?php
/**
 * Manually Developed CI View - access_log_wb_intro.php
 *
 * @package			AIR\views
 * @version			2.7
 * @uses
 * @see
 * @copyright		2015, BizyCorp Internal Systems Development
 * @license			private, All rights reserved
 * @author			Mohamed Roshan <roshan@ekwa.com>
 *
 */
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
 * Manually Developed CI View
 *
 * This is the main view file of accesslog grid wb  file
 *
 * @package			AIR\views
 * @version			2.7
 * @uses
 * @see
 * @copyright		2015, BizyCorp Internal Systems Development
 * @license			private, All rights reserved
 * @author			Mohamed Roshan <roshan@ekwa.com>
 * @created			Jul 18, 2014
 * @modified
 * @modification
 *
*/
class Access_log_wb_intro{
	// Just a dummy clas for phpdoc to catch the doc header.
}
//if ($this->config->item('UAACS_mood') && !isset($_SESSION['roleId_'.$this->config->item('UAACS_APPID')])) {$this->load->view('intro');exit();}
require_once('js-css-loader.php');
?>
<!DOCTYPE html>
<html>
	<head>
	  	<meta http-equiv="content-type" content="text/html; charset=utf-8">
	  	<meta name="developer" content="Channa Dewamitta for www.ekwa.com">
	  	<title>Access Log Viewer Intro</title>
	</head>
	  <body>
	  	<div style="font-family:Helvetica, Arial, sans-serif; font-size: small; color:#9a9a9a; margin:25%;">
			<ol>
	    		<li>Please select the "Log Date" from the list on the toolbar.</li>
	    		<li>You may filter the data by typing the filter text on ANY ONE or ALL of the provided text input boxes.</li>
	  		</ol>
	  	</div>
	</body>
</html>