HOME


sh-3ll 1.0
DIR:/proc/self/root/proc/self/root/proc/thread-self/cwd/application/views/layout/
Upload File :
Current File : //proc/self/root/proc/self/root/proc/thread-self/cwd/application/views/layout/reportPage-layout.php
<!DOCTYPE html>
<html lang="en">

<head>
	<?php $this->load->view('includes/head'); ?>
</head>

<body class="fix-header card-no-border logo-center" data-baseurl="<?=base_url()?>">
	<!-- ============================================================== -->
	<!-- Preloader - style you can find in spinners.css -->
	<!-- ============================================================== -->
	<div class="preloader">
		<svg class="circular" viewBox="25 25 50 50">
			<circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10" /> </svg>
		</div>

		<div id="main-wrapper">
			

			<div class="page-wrapper">
				<?php $this->load->view($content);?>
				
			</div>
		</div>

		<div id="idle-timeout-dialog" data-backdrop="static" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
			<div class="modal-dialog">
				<div class="modal-content">
					<div class="modal-header">
						<h4 class="modal-title">Your session is expiring soon</h4>
						<button type="button" class="close keepLiveCloseBtn" data-dismiss="modal" aria-hidden="true">×</button>
					</div>
					<div class="modal-body">
						<p>
							<i class="fa fa-warning font-red"></i> You session will be locked in
							<span id="idle-timeout-counter"></span> seconds.</p>
							<p> Do you want to continue your session? </p>
						</div>
						<div class="modal-footer text-center">
							<button id="idle-timeout-dialog-keepalive" type="button" class="btn btn-success keepLiveCloseBtn" data-dismiss="modal">Yes, Keep Working</button>
						</div>
					</div>
				</div>
			</div>
		</div>
		<?php $this->load->view('includes/script'); ?>
	</body>

	</html>