36 lines
2.2 KiB
Plaintext
36 lines
2.2 KiB
Plaintext
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
<meta name="description" content="supervizor za vse">
|
|
<meta name="author" content="uplink">
|
|
<title><%= title %></title>
|
|
<!-- Bootstrap 4 core CSS -->
|
|
|
|
|
|
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
|
|
<!-- OpenLayers maps -->
|
|
<link rel="stylesheet" href="/stylesheets/ol.css">
|
|
<script src="/javascripts/ol.js" ></script>
|
|
<!-- Custom styles for this template -->
|
|
<link href="/stylesheets/uplink.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="/stylesheets/font-awesome.min.css">
|
|
<!-- Datatables -->
|
|
<!--<link rel="stylesheet" href="/stylesheets/dataTables.bootstrap4.min.css">
|
|
<script src="/javascripts/jquery.dataTables.min.js"></script>
|
|
<script src="/javascripts/dataTables.bootstrap4.min.js"></script>-->
|
|
<script src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
|
|
<script src="https://cdn.datatables.net/1.10.16/js/dataTables.bootstrap4.min.js"></script>
|
|
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.16/css/dataTables.bootstrap4.min.css">
|
|
|
|
<script src="/javascripts/highlight.min.js"></script>
|
|
<link rel="stylesheet" title="Solarized Dark" href="/stylesheets/solarized-dark.css">
|
|
|
|
<link href="/stylesheets/fonts.css" rel="stylesheet" type="text/css">
|
|
</head>
|