templates/theme.html
author Reimar Bauer <rb.proj AT googlemail DOT com>
Mon, 05 May 2014 11:30:43 +0200
changeset 233 c97120328e9c
parent 201 d97d1109fccb
child 252 1de16074dd73
permissions -rw-r--r--
simplified for ESKP
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"-->
info@79
     6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
rb@233
     7
<meta name="description" content="Die ESKP Info Seite des Forschungszentrum Jülich GmbH">
rb@233
     8
<meta name="keywords" content="ESKP,IEK-7,Ozoneverlust">
rb@233
     9
<meta name="author" content="Forschungszentrum Jülich GmbH">
info@127
    10
<link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico')}}">
hr@0
    11
rb@233
    12
<title>Die ESKP Info Seite des Forschungszentrum Jülich GmbH</title>
hr@0
    13
info@79
    14
<!-- Bootstrap core CSS -->
info@79
    15
<link href="/static/css/bootstrap.css" rel="stylesheet">
hr@0
    16
info@79
    17
<!-- Just for debugging purposes. Don't actually copy this line! -->
info@79
    18
<!--[if lt IE 9]><script src="/static/js/ie8-responsive-file-warning.js"></script><![endif]-->
hr@0
    19
info@79
    20
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
hr@0
    21
    <!--[if lt IE 9]>
hr@0
    22
      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
hr@0
    23
      <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
info@79
    24
      <![endif]-->
info@79
    25
    </head>
hr@0
    26
info@79
    27
    <body>
info@79
    28
      <div id="wrap">
info@79
    29
        <header>
info@79
    30
         <!-- Fixed navbar -->
info@79
    31
         <div class="navbar navbar-default" role="navigation">
info@79
    32
          <div class="container">
info@79
    33
            <div class="navbar-header">
info@79
    34
              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
info@79
    35
                <span class="sr-only">Toggle navigation</span>
info@79
    36
                <span class="icon-bar"></span>
info@79
    37
                <span class="icon-bar"></span>
info@79
    38
                <span class="icon-bar"></span>
info@79
    39
              </button>
rb@233
    40
              <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>
info@79
    41
            </div>
info@79
    42
            <div class="collapse navbar-collapse">
info@108
    43
              <ul class="nav navbar-nav navbar-right">
peter@142
    44
               {% for href, caption in get_topmenue(): %}
info@79
    45
               {%- if href[1:] == act -%} 
rb@154
    46
               <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
info@79
    47
               {% endfor %}
rb@233
    48
info@79
    49
             </ul>
info@61
    50
          </div><!--/.nav-collapse -->
info@61
    51
        </div>
info@61
    52
      </div>
info@61
    53
    </header>
info@79
    54
    <div id="main">
info@79
    55
      {% block body %}{% endblock %}
info@79
    56
    </div><!-- /main -->
info@79
    57
  </div> <!-- /wrap -->
info@79
    58
  {% include "footer.html" %}
hr@0
    59
    <!-- Bootstrap core JavaScript
hr@0
    60
    ================================================== -->
hr@0
    61
    <!-- Placed at the end of the document so the pages load faster -->
info@48
    62
    <script src="/static/js/jquery-1.10.2.min.js"></script>
peter@201
    63
    <script src="/static/js/bootstrap.js"></script>
info@91
    64
     <script type="text/javascript">
info@91
    65
      $(document).ready(function() {
info@102
    66
      $('#myCarousel').carousel({
info@102
    67
      interval: 5000
info@102
    68
      })
info@102
    69
      $('#myCarousel').on('slid.bs.carousel', function() {
info@91
    70
      //alert("slid");
info@102
    71
      });   
info@102
    72
      });
info@91
    73
    </script>
hr@0
    74
info@79
    75
  </body>
info@79
    76
  </html>
Impressum Datenschutzerklärung