templates/theme.html
author Jens-Uwe Grooss <j.-u.grooss@fz-juelich.de>
Fri, 28 Mar 2025 20:47:14 +0100
changeset 1760 6a3651ea1f80
parent 1598 c03d9beb0451
permissions -rw-r--r--
eskp plot update from 250328
hr@0
     1
<!DOCTYPE html>
hr@0
     2
<html lang="en"><head>
hr@0
     3
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
info@79
     4
<meta charset="utf-8">
info@79
     5
<!--meta http-equiv="X-UA-Compatible" content="IE=edge"-->
rb@263
     6
rb@263
     7
<!--
rb@263
     8
This website is based on the pymove3d-app (https://bitbucket.org/pkoppatz/pymove3d-app), License GPL V3.
rb@263
     9
pymove3d-app is copyrighted 2013-2014 of Peter Koppatz <peter@koppatz.com>, Hans Richter <hr.richter@web.de>,
rb@263
    10
Reimar Bauer <rb.proj@gmail.com>, Stefania Trabucchi <info@trabucchi.de>.
rb@263
    11
-->
rb@263
    12
info@79
    13
<meta name="viewport" content="width=device-width, initial-scale=1.0">
j@1598
    14
<meta name="description" content="Info Seite über Arktischen Ozonabbau des ICE-4, Forschungszentrum Jülich GmbH">
j@1598
    15
<meta name="keywords" content="ICE-4,Ozoneverlust,Ozone Loss">
rb@233
    16
<meta name="author" content="Forschungszentrum Jülich GmbH">
info@127
    17
<link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico')}}">
hr@0
    18
j@1598
    19
<title>Info Seite über Arktischen Ozonabbau des ICE-4, Forschungszentrum Jülich GmbH</title>
hr@0
    20
info@79
    21
<!-- Bootstrap core CSS -->
info@79
    22
<link href="/static/css/bootstrap.css" rel="stylesheet">
hr@0
    23
info@79
    24
<!-- Just for debugging purposes. Don't actually copy this line! -->
info@79
    25
<!--[if lt IE 9]><script src="/static/js/ie8-responsive-file-warning.js"></script><![endif]-->
hr@0
    26
info@79
    27
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
hr@0
    28
    <!--[if lt IE 9]>
hr@0
    29
      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
hr@0
    30
      <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
info@79
    31
      <![endif]-->
rb@293
    32
j@1052
    33
<!-- Matomo -->
rb@293
    34
<script type="text/javascript">
rb@293
    35
  var _paq = _paq || [];
j@1052
    36
  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
rb@293
    37
  _paq.push(['trackPageView']);
rb@293
    38
  _paq.push(['enableLinkTracking']);
rb@293
    39
  (function() {
j@1052
    40
    var u="//piwik.eskp.fz-juelich.de/";
rb@293
    41
    _paq.push(['setTrackerUrl', u+'piwik.php']);
j@1052
    42
    _paq.push(['setSiteId', '1']);
j@1052
    43
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
j@1052
    44
    g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
rb@293
    45
  })();
rb@293
    46
</script>
j@1052
    47
<!-- End Matomo Code -->
j@1052
    48
info@79
    49
    </head>
hr@0
    50
info@79
    51
    <body>
info@79
    52
      <div id="wrap">
info@79
    53
        <header>
info@79
    54
         <!-- Fixed navbar -->
info@79
    55
         <div class="navbar navbar-default" role="navigation">
info@79
    56
          <div class="container">
info@79
    57
            <div class="navbar-header">
info@79
    58
              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
info@79
    59
                <span class="sr-only">Toggle navigation</span>
info@79
    60
                <span class="icon-bar"></span>
info@79
    61
                <span class="icon-bar"></span>
info@79
    62
                <span class="icon-bar"></span>
info@79
    63
              </button>
rb@844
    64
              <a class="navbar-brand" href="/"><img class="logo" src="/static/images/Forschungszentrum-logo.jpg" title="Forschungszentrum Jülich GmbH" alt="logo Forschungszentrum Jülich GmbH" /></a>
info@79
    65
            </div>
info@79
    66
            <div class="collapse navbar-collapse">
info@108
    67
              <ul class="nav navbar-nav navbar-right">
rb@304
    68
               {% for href, caption, submenu in get_topmenue(): %}
rb@304
    69
                  {% if submenu[0] %}
rb@304
    70
                      <li class="dropdown">
rb@304
    71
rb@304
    72
                       <a href="{{ href }}" data-toggle="dropdown" class="dropdown-toggle">{{ caption }} <b class="caret"></b></a>
rb@304
    73
rb@304
    74
                       <ul class="dropdown-menu">
rb@304
    75
                       {% for href, caption in submenu: %}
rb@304
    76
                           <li><a href="{{ href }}"> {{ caption }}</a></li>
rb@304
    77
                       {% endfor %}
rb@304
    78
                       </ul>
rb@304
    79
                  </li>
rb@304
    80
                  {% else %}
rb@304
    81
                  {%- if href[1:] == act -%}
rb@304
    82
                     <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
rb@304
    83
                  {% endif %}
info@79
    84
               {% endfor %}
rb@233
    85
info@79
    86
             </ul>
info@61
    87
          </div><!--/.nav-collapse -->
info@61
    88
        </div>
info@61
    89
      </div>
info@61
    90
    </header>
info@79
    91
    <div id="main">
info@79
    92
      {% block body %}{% endblock %}
rb@264
    93
info@79
    94
    </div><!-- /main -->
info@79
    95
  </div> <!-- /wrap -->
info@79
    96
  {% include "footer.html" %}
hr@0
    97
    <!-- Bootstrap core JavaScript
hr@0
    98
    ================================================== -->
hr@0
    99
    <!-- Placed at the end of the document so the pages load faster -->
info@48
   100
    <script src="/static/js/jquery-1.10.2.min.js"></script>
peter@201
   101
    <script src="/static/js/bootstrap.js"></script>
info@91
   102
     <script type="text/javascript">
info@91
   103
      $(document).ready(function() {
info@102
   104
      $('#myCarousel').carousel({
info@102
   105
      interval: 5000
info@102
   106
      })
info@102
   107
      $('#myCarousel').on('slid.bs.carousel', function() {
info@91
   108
      //alert("slid");
info@102
   109
      });   
info@102
   110
      });
info@91
   111
    </script>
hr@0
   112
info@79
   113
  </body>
info@79
   114
  </html>
Impressum Datenschutzerklärung