templates/theme.html
author stetrabby <info@trabucchi.de>
Fri, 20 Dec 2013 21:47:28 +0100
changeset 48 111a215ee273
parent 31 6de16a6d83c6
child 61 eeffb510d690
permissions -rw-r--r--
jquery for bootstrap 3 changed
     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="">
     8     <meta name="author" content="">
     9     <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico')}}">
    10 
    11     <title>PyMove3D -- 2014</title>
    12 
    13     <!-- Bootstrap core CSS -->
    14     <link href="/static/css/bootstrap.css" rel="stylesheet">
    15 
    16     <!-- Custom styles for this template -->
    17     <link href="/static/css/navbar.css" rel="stylesheet">
    18 
    19     <!-- Custom styles for pymove3d -->
    20     <link href="/static/css/pymove3d.css" rel="stylesheet">
    21 
    22 
    23     <!-- Just for debugging purposes. Don't actually copy this line! -->
    24     <!--[if lt IE 9]><script src="/static/js/ie8-responsive-file-warning.js"></script><![endif]-->
    25 
    26     <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    27     <!--[if lt IE 9]>
    28       <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
    29       <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
    30     <![endif]-->
    31   </head>
    32 
    33   <body>
    34 
    35     <div class="container">
    36 <img class="flags" src="/static/images/flags/de.png" alt="deutsch" />
    37 <img class ="flags" src="/static/images/flags/gb.png" alt="english" />
    38 <img class="flags" src="/static/images/flags/it.png" alt="italiano" />
    39 <br style="clear: both;" />
    40       <!-- Static navbar -->
    41       <div class="navbar navbar-default" role="navigation">
    42         <div class="navbar-header">
    43           <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
    44             <span class="sr-only">Toggle navigation</span>
    45             <span class="icon-bar"></span>
    46             <span class="icon-bar"></span>
    47             <span class="icon-bar"></span>
    48           </button>
    49           <a class="navbar-brand" href="/">PyMove3D -- 2014</a>
    50         </div>
    51         <div class="navbar-collapse collapse">
    52           <ul class="nav navbar-nav navbar-right">
    53              {% for href, caption in [('/competition', 'Competition'),
    54 	                          ('/task', 'Task'),
    55                                   ('/submission', 'Submission'),
    56 	                          ('/coursematerial', 'Coursematerial'),
    57 	  ]:
    58 	  %}
    59           {%- if href[1:] == act -%} 
    60           <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
    61           {% endfor %}
    62           </ul>
    63         </div><!--/.nav-collapse -->
    64       </div>
    65 
    66       <!-- Main component for a primary marketing message or call to action -->
    67       <div class="jumbotron">
    68        	{% block jumbotron %}{% endblock %}
    69         <div class="clear"></div>
    70       </div>
    71        	{% block body %}{% endblock %}{% include "footer.html" %}
    72       
    73     </div> <!-- /container -->
    74      
    75 
    76     <!-- Bootstrap core JavaScript
    77     ================================================== -->
    78     <!-- Placed at the end of the document so the pages load faster -->
    79     <script src="/static/js/jquery-1.10.2.min.js"></script>
    80     <script src="static/js/bootstrap.js"></script>
    81   
    82 
    83 </body></html>
Impressum Datenschutzerklärung