2015-08-20 22:33:38 +02:00
|
|
|
$newline never
|
|
|
|
\<!doctype html>
|
|
|
|
\<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
|
|
|
|
\<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
|
|
|
|
\<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
|
|
|
|
\<!--[if gt IE 8]><!-->
|
|
|
|
<html class="no-js" lang="en"> <!--<![endif]-->
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
|
|
|
<title>#{pageTitle pc}
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
2017-05-27 21:30:33 +02:00
|
|
|
|
|
|
|
<!--datatables, including JQuery-->
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/css/datatables.min.css"/>
|
2018-07-28 17:04:27 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/css/c3.min.css"/>
|
2018-09-08 14:17:40 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/css/extra.css"/>
|
2019-09-16 20:32:43 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/css/buttons.dataTables.min.css"/>
|
|
|
|
|
2017-05-27 21:30:33 +02:00
|
|
|
<script type="text/javascript" src="/static/js/datatables.min.js">
|
2018-09-08 09:12:47 +02:00
|
|
|
<script type="text/javascript" src="/static/js/datatables-extended.js">
|
2019-09-16 20:32:43 +02:00
|
|
|
<script type="text/javascript" src="/static/js/dataTables.buttons.min.js">
|
|
|
|
<script type="text/javascript" src="/static/js/buttons.html5.min.js">
|
|
|
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js">
|
2019-10-05 18:47:07 +02:00
|
|
|
<script type="text/javascript" src="/static/js/extra.js">
|
2017-05-27 21:30:33 +02:00
|
|
|
|
2016-02-15 10:02:05 +01:00
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
|
|
|
|
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css"
|
|
|
|
integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
|
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous">
|
2015-08-20 22:33:38 +02:00
|
|
|
|
2017-02-25 19:13:55 +01:00
|
|
|
<link rel="stylesheet" href="/static/css/tagify.css">
|
|
|
|
<script src="/static/js/tagify.js">
|
|
|
|
|
2015-08-20 22:33:38 +02:00
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
|
|
|
|
^{pageHead pc}
|
|
|
|
|
|
|
|
\<!--[if lt IE 9]>
|
2016-02-15 10:02:05 +01:00
|
|
|
\<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js">
|
2015-08-20 22:33:38 +02:00
|
|
|
\<![endif]-->
|
|
|
|
|
|
|
|
<script>
|
|
|
|
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/,'js');
|
2018-09-08 14:17:40 +02:00
|
|
|
<body>
|
|
|
|
<div class="container-fluid">
|
2015-08-20 22:33:38 +02:00
|
|
|
<header>
|
|
|
|
<div id="main" role="main">
|
|
|
|
^{pageBody pc}
|
2016-02-15 15:39:25 +01:00
|
|
|
|
2017-03-18 12:44:02 +01:00
|
|
|
<footer class="footer" style="padding-top: 30px">
|
2018-09-08 14:17:40 +02:00
|
|
|
<div class="container-fluid">
|
2016-02-15 15:39:25 +01:00
|
|
|
<p class="text-muted">#{appCopyright $ appSettings master}
|
2015-08-20 22:33:38 +02:00
|
|
|
|
|
|
|
$maybe analytics <- appAnalytics $ appSettings master
|
|
|
|
<script>
|
|
|
|
if(!window.location.href.match(/localhost/)){
|
|
|
|
window._gaq = [['_setAccount','#{analytics}'],['_trackPageview'],['_trackPageLoadTime']];
|
|
|
|
(function() {
|
|
|
|
\ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
|
|
\ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
|
|
\ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
|
|
})();
|
|
|
|
}
|