2013-06-14 13:51:44 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
|
|
|
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
|
|
|
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
|
|
|
<!--[if gt IE 8]><!-->
|
|
|
|
<html class="no-js"> <!--<![endif]-->
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<title></title>
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
|
2013-07-10 17:03:51 +02:00
|
|
|
<link rel="stylesheet" href="<?= $this->baseUrl('css/normalize.min.css') ?>">
|
|
|
|
<link rel="stylesheet" href="<?= $this->baseUrl('css/vendor/bootstrap.css') ?>">
|
2013-08-06 19:05:16 +02:00
|
|
|
<link rel="stylesheet" href="<?= $this->baseUrl('css/vendor/datetimepicker/bootstrap-datetimepicker.min.css') ?>">
|
2013-07-10 17:03:51 +02:00
|
|
|
<link rel="stylesheet" href="<?= $this->baseUrl('css/vendor/ui-lightness/jquery-ui-1.10.3.custom.min.css') ?>">
|
|
|
|
<link rel="stylesheet" href="<?= $this->baseUrl('css/main.css') ?>">
|
|
|
|
<link rel="stylesheet" href="<?= $this->baseUrl('css/vendor/jquery.qtip.min.css') ?>">
|
2013-06-14 13:51:44 +02:00
|
|
|
<script type="text/javascript">
|
2013-07-10 17:03:51 +02:00
|
|
|
var base_url = '<?= $this->baseUrl() ?>';
|
2013-06-14 13:51:44 +02:00
|
|
|
ICINGA_DEBUG = true;
|
|
|
|
</script>
|
2013-07-10 17:03:51 +02:00
|
|
|
<? if (isset($_GET['iframe']) && $_GET['iframe'] === 'true'): ?>
|
|
|
|
<base target="_parent" />
|
|
|
|
<? endif ?>
|
2013-07-12 15:55:31 +02:00
|
|
|
|
2013-06-14 13:51:44 +02:00
|
|
|
<script src="<?php echo $this->baseUrl('js/vendor/modernizr-2.6.2.min.js') ?>"></script>
|
2013-06-20 14:02:58 +02:00
|
|
|
<link rel="stylesheet" href="<?php echo $this->baseUrl('css.php') ?>">
|
2013-06-14 13:51:44 +02:00
|
|
|
<link rel="stylesheet" href="<?php echo $this->baseUrl('css/vendor/bootstrap-responsive.min.css') ?>">
|
2013-07-12 10:23:58 +02:00
|
|
|
<link rel="stylesheet" href="<?php echo $this->baseUrl('css/vendor/font-awesome.min.css') ?>">
|
|
|
|
<!--[if IE 7]>
|
|
|
|
<link rel="stylesheet" href="<?php echo $this->baseUrl('css/vendor/font-awesome-ie7.min.css') ?>">
|
|
|
|
<![endif]-->
|
2013-06-14 13:51:44 +02:00
|
|
|
<script data-main="<?php echo $this->baseUrl('js/main.js')?>" src="<?php echo $this->baseUrl('js/vendor/require.js') ?>"></script>
|
|
|
|
|
|
|
|
</head>
|
2013-07-10 17:03:51 +02:00
|
|
|
<body class="cranberry">
|
|
|
|
<?= $this->render('just-the-body.phtml') ?>
|
2013-06-14 13:51:44 +02:00
|
|
|
</body>
|
|
|
|
</html>
|