templates/theme.html
author Reimar Bauer <rb.proj AT googlemail DOT com>
Thu, 15 May 2014 11:06:22 +0200
changeset 264 bdf11bb4cb98
parent 263 b732704e750d
child 293 305edd5f0d47
permissions -rw-r--r--
bootstrap modal for contact data added
     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 
    64     </div><!-- /main -->
    65   </div> <!-- /wrap -->
    66   {% include "footer.html" %}
    67     <!-- Bootstrap core JavaScript
    68     ================================================== -->
    69     <!-- Placed at the end of the document so the pages load faster -->
    70     <script src="/static/js/jquery-1.10.2.min.js"></script>
    71     <script src="/static/js/bootstrap.js"></script>
    72      <script type="text/javascript">
    73       $(document).ready(function() {
    74       $('#myCarousel').carousel({
    75       interval: 5000
    76       })
    77       $('#myCarousel').on('slid.bs.carousel', function() {
    78       //alert("slid");
    79       });   
    80       });
    81     </script>
    82 
    83   </body>
    84   </html>
Impressum Datenschutzerklärung