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