templates/theme.html
author Reimar Bauer <rb.proj AT googlemail DOT com>
Tue, 13 May 2014 12:32:22 +0200
changeset 263 b732704e750d
parent 252 1de16074dd73
child 264 bdf11bb4cb98
permissions -rw-r--r--
improved copyright informations
     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 
     7 <!--
     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>.
    11 -->
    12 
    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')}}">
    18 
    19 <title>Die ESKP Info Seite des IEK-7, Forschungszentrum Jülich GmbH</title>
    20 
    21 <!-- Bootstrap core CSS -->
    22 <link href="/static/css/bootstrap.css" rel="stylesheet">
    23 
    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]-->
    26 
    27 <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    28     <!--[if lt IE 9]>
    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>
    31       <![endif]-->
    32     </head>
    33 
    34     <body>
    35       <div id="wrap">
    36         <header>
    37          <!-- Fixed navbar -->
    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>
    46               </button>
    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>
    48             </div>
    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>
    54                {% endfor %}
    55 
    56              </ul>
    57           </div><!--/.nav-collapse -->
    58         </div>
    59       </div>
    60     </header>
    61     <div id="main">
    62       {% block body %}{% endblock %}
    63     </div><!-- /main -->
    64   </div> <!-- /wrap -->
    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({
    74       interval: 5000
    75       })
    76       $('#myCarousel').on('slid.bs.carousel', function() {
    77       //alert("slid");
    78       });   
    79       });
    80     </script>
    81 
    82   </body>
    83   </html>
Impressum Datenschutzerklärung