1.1 --- a/templates/theme.html Mon Dec 09 06:52:31 2013 +0000
1.2 +++ b/templates/theme.html Mon Dec 09 08:35:50 2013 +0100
1.3 @@ -8,7 +8,7 @@
1.4 <meta name="author" content="">
1.5 <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico')}}">
1.6
1.7 - <title>PyMove3D -- 2014</title>
1.8 + <title>pymove3D -- 2014</title>
1.9
1.10 <!-- Bootstrap core CSS -->
1.11 <link href="/static/css/bootstrap.css" rel="stylesheet">
1.12 @@ -33,10 +33,10 @@
1.13 <body>
1.14
1.15 <div class="container">
1.16 -<img class="flags" src="/static/images/flags/de.png" alt="deutsch" />
1.17 +<!--img class="flags" src="/static/images/flags/de.png" alt="deutsch" />
1.18 <img class ="flags" src="/static/images/flags/gb.png" alt="english" />
1.19 <img class="flags" src="/static/images/flags/it.png" alt="italiano" />
1.20 -<br style="clear: both;" />
1.21 +<br style="clear: both;" /-->
1.22 <!-- Static navbar -->
1.23 <div class="navbar navbar-default" role="navigation">
1.24 <div class="navbar-header">
1.25 @@ -46,14 +46,14 @@
1.26 <span class="icon-bar"></span>
1.27 <span class="icon-bar"></span>
1.28 </button>
1.29 - <a class="navbar-brand" href="/">PyMove3D -- 2014</a>
1.30 + <a class="navbar-brand" href="/">pymove3D -- 2014</a>
1.31 </div>
1.32 <div class="navbar-collapse collapse">
1.33 <ul class="nav navbar-nav navbar-right">
1.34 - {% for href, caption in [('/competition', 'Competition'),
1.35 - ('/task', 'Task'),
1.36 - ('/submission', 'Submission'),
1.37 - ('/coursematerial', 'Coursematerial'),
1.38 + {% for href, caption in [('/competition', 'Wettbewerb'),
1.39 + ('/task', 'Aufgabe'),
1.40 + ('/submission', 'Einreichung'),
1.41 + ('/coursematerial', 'Kursmaterial'),
1.42 ]:
1.43 %}
1.44 {%- if href[1:] == act -%}