

<?php
/**
 *
 * PHP 5
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.View.Layouts
 * @since         CakePHP(tm) v 0.10.0.1076
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

$cakeDescription = __d('cake_dev', 'Foqas');
?>
<!DOCTYPE html>
<html>
<head>
	<?php echo $this->Html->charset(); ?>
	<title>
		<?php echo $cakeDescription ?>
	</title>
	<?php
//		echo $this->Html->meta('icon');
                echo $this->Html->meta('foqas_symbol.png','/img/foqas_symbol.png',array('type' => 'icon'));
		echo $this->Html->css(array('bootstrap_new','bootstrap-responsive','login','opaicons','font_x','styles_ltr'));		
		echo $this->Html->script(array('jquery-1.9.1.min'));

		//echo $this->fetch('meta');
		//echo $this->fetch('css');
		//echo $this->fetch('script');
	?>
	
<style>
    body{
        min-width: 960px;
/*        padding-left: 0px;
        padding-right: 0px;*/
    }
            
.topppp { 
    display: inline-block;
    width: 168px;
    float: left;
    height: 48px;
    position: absolute;

  
}
.topppp1{
    background: #4a9fd7;
    display: inline-block;
    padding-left: 168px;
    width: 100%;
    height: 48px;
    float: right;
  
}
.container-fluid {
    /*padding-right:0px;*/
}
.form-group {
  margin-bottom: 1px;
  
}
.logo {
    background: none repeat scroll 0 0 #ededed;
    box-shadow: -2px 0 3px 5px #CDCDCD;
    /*height: 6.7%;*/
    position: absolute;
    width: 164px;
    height: 48px;
    
}

.logo img {
    height: 45px;
    padding: 5px 2px 1px 36px;
    width: 125px;
}
.footer{
	position: absolute;
	botton:0;
	width: 100%;
}

</style>
</head>
<body>
			<div class="container-fluid">
	            <div class="row">
	                <div class="foqus_logo topppp">
	                    <?php echo $this->Html->image('foqas_logo_hor.png',array('class'=>'img-responsive','style'=>'    height: 48px; width: 200px; padding: 4px 30px; margin-left: 10px;'))?>
	                </div>
	                <div class="topppp1">
                    <div class="" style="float: right;">
                        
                    </div>                                               	
                </div>
	            </div>
	        </div> 

<div style="clear: both;height: 50px;"></div>
<div class="col-lg-10 col-md-10 col-sm-8 col-lg-offset-1 col-md-offset-1 col-sm-offset-2">
    <div class="col-lg-4 col-md-4 col-sm-4">
        <img src="<?php echo $this->webroot?>img/foqas_cry.png" class="img-responsive">
    </div>
    <div class="col-lg-8 col-md-8 col-sm-8">
        <h3>Awww…. Don’t Cry.</h3> 
        <p style="text-align: justify;">Looks like the page you were looking for no longer exist or the server encountered a temporary error and could not complete your request, in that case please try again in 30 seconds.</p>
        <div style="clear: both;height: 50px;"></div>
        <p style="text-align: justify;"><?php echo $this->Html->link('Go to back',array('controller'=>'users','action'=>'login'))?></p>
    </div>
</div>
<?php if(Configure::read('debug') == '2'):?>
<div style="clear: both;height: 50px;"></div>
<div>
     <?php echo $this->fetch('content'); ?>
</div>
	<?php echo $this->element('sql_dump'); endif ?>
</body>
</html>
