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