3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
5 <!--meta http-equiv="X-UA-Compatible" content="IE=edge"-->
8 This website is based on the pymove3d-app (https://bitbucket.org/pkoppatz/pymove3d-app), License GPL V3.
9 pymove3d-app is copyrighted 2013-2014 of Peter Koppatz <peter@koppatz.com>, Hans Richter <hr.richter@web.de>,
10 Reimar Bauer <rb.proj@gmail.com>, Stefania Trabucchi <info@trabucchi.de>.
13 <meta name="viewport" content="width=device-width, initial-scale=1.0">
14 <meta name="description" content="Die ESKP Info Seite des IEK-7, Forschungszentrum Jülich GmbH">
15 <meta name="keywords" content="ESKP,IEK-7,Ozoneverlust">
16 <meta name="author" content="Forschungszentrum Jülich GmbH">
17 <link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico')}}">
19 <title>Die ESKP Info Seite des IEK-7, Forschungszentrum Jülich GmbH</title>
21 <!-- Bootstrap core CSS -->
22 <link href="/static/css/bootstrap.css" rel="stylesheet">
24 <!-- Just for debugging purposes. Don't actually copy this line! -->
25 <!--[if lt IE 9]><script src="/static/js/ie8-responsive-file-warning.js"></script><![endif]-->
27 <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
29 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
30 <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
38 <div class="navbar navbar-default" role="navigation">
39 <div class="container">
40 <div class="navbar-header">
41 <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
42 <span class="sr-only">Toggle navigation</span>
43 <span class="icon-bar"></span>
44 <span class="icon-bar"></span>
45 <span class="icon-bar"></span>
47 <a class="navbar-brand" href="/"><img class="logo" src="/static/images/Forschungszentrum-logo.gif" title="Forschungszentrum Jülich GmbH" alt="logo Forschungszentrum Jülich GmbH" /></a>
49 <div class="collapse navbar-collapse">
50 <ul class="nav navbar-nav navbar-right">
51 {% for href, caption in get_topmenue(): %}
52 {%- if href[1:] == act -%}
53 <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
57 </div><!--/.nav-collapse -->
62 {% block body %}{% endblock %}
65 {% include "footer.html" %}
66 <!-- Bootstrap core JavaScript
67 ================================================== -->
68 <!-- Placed at the end of the document so the pages load faster -->
69 <script src="/static/js/jquery-1.10.2.min.js"></script>
70 <script src="/static/js/bootstrap.js"></script>
71 <script type="text/javascript">
72 $(document).ready(function() {
73 $('#myCarousel').carousel({
76 $('#myCarousel').on('slid.bs.carousel', function() {