reorganized theme and translations
authorReimar Bauer <rb.proj AT googlemail DOT com>
Sat, 18 Jan 2014 10:06:48 +0100
changeset 9998360a0a7797
parent 98 096c748b438a
child 100 fbc07ac77baa
child 101 a06174484abc
reorganized theme and translations
templates/de/footer.html
templates/de/theme.html
templates/en/404.html
templates/en/competition.html
templates/en/coursematerial.html
templates/en/footer.html
templates/en/imprint.html
templates/en/index.html
templates/en/privacy.html
templates/en/submission.html
templates/en/task.html
templates/en/theme.html
templates/footer.html
templates/theme.html
     1.1 --- a/templates/de/footer.html	Sat Jan 18 09:41:26 2014 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,45 +0,0 @@
     1.4 -<div id="footer">
     1.5 -  <div class="">
     1.6 -    <img src="/static/images/python-logo.png" alt="python-logo" />
     1.7 -    <h3>Sponsors</h3>
     1.8 -    <div class="">
     1.9 -
    1.10 -            <div id="myCarousel" class="carousel slide">
    1.11 -                
    1.12 -                <!-- Carousel items -->
    1.13 -                <div class="carousel-inner">
    1.14 -                    <div class="item active">
    1.15 -                        <div class="row">
    1.16 -                            <div class="col-sm-3"><a href="#x"><img src="/static/images/sponsors/linux_systemhaus_schulz.png" alt="" title="" class="img-responsive" /></a>
    1.17 -                            </div>
    1.18 -                            <div class="col-sm-3"><a href="#x"><img src="/static/images/sponsors/blender.png" alt="Image" class="img-responsive"></a>
    1.19 -                            </div>
    1.20 -                            <div class="col-sm-3"><a href="#x"><img src="/static/images/sponsors/pysv.png" alt="Image" class="img-responsive"></a>
    1.21 -                            </div>
    1.22 -                            <div class="col-sm-3"><a href="#x"><img src="/static/images/sponsors/sponsor-galileo_press-anim.gif" alt="Image" class="img-responsive"></a>
    1.23 -                            </div>
    1.24 -                        </div>
    1.25 -                        <!--/row-->
    1.26 -                    </div>
    1.27 -                    <!--/item-->
    1.28 -                    <div class="item">
    1.29 -                        <div class="row">
    1.30 -                            <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="/static/images/sponsors/sponsor-medialinx_ag.png" alt="Image" class="img-responsive"></a>
    1.31 -                            </div>
    1.32 -                            <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="/static/images/sponsors/sponsor-oreilly.png" alt="Image" class="img-responsive"></a>
    1.33 -                            </div>
    1.34 -                            <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="/static/images/sponsors/sudile.jpg" alt="Image" class="img-responsive"></a>
    1.35 -                            </div>
    1.36 -                            <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="/static/images/sponsors/trabucchi.png" alt="Image" class="img-responsive"></a>
    1.37 -                            </div>
    1.38 -                        </div>
    1.39 -                        <!--/row-->
    1.40 -                    </div>
    1.41 -                    <!--/item-->
    1.42 -                </div>
    1.43 -                <!--/carousel-inner--> 
    1.44 -                <a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
    1.45 -				<a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
    1.46 -            </div>
    1.47 -            <!--/myCarousel-->
    1.48 -</div>
    1.49 \ No newline at end of file
     2.1 --- a/templates/de/theme.html	Sat Jan 18 09:41:26 2014 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,91 +0,0 @@
     2.4 -<!DOCTYPE html>
     2.5 -<html lang="en"><head>
     2.6 -<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     2.7 -<meta charset="utf-8">
     2.8 -<!--meta http-equiv="X-UA-Compatible" content="IE=edge"-->
     2.9 -<meta name="viewport" content="width=device-width, initial-scale=1.0">
    2.10 -<meta name="description" content="">
    2.11 -<meta name="author" content="">
    2.12 -<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico')}}">
    2.13 -
    2.14 -<title>PyMove3D -- 2014</title>
    2.15 -
    2.16 -<!-- Bootstrap core CSS -->
    2.17 -<link href="/static/css/bootstrap.css" rel="stylesheet">
    2.18 -
    2.19 -<!-- Just for debugging purposes. Don't actually copy this line! -->
    2.20 -<!--[if lt IE 9]><script src="/static/js/ie8-responsive-file-warning.js"></script><![endif]-->
    2.21 -
    2.22 -<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    2.23 -    <!--[if lt IE 9]>
    2.24 -      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
    2.25 -      <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
    2.26 -      <![endif]-->
    2.27 -    </head>
    2.28 -
    2.29 -    <body>
    2.30 -      <div id="wrap">
    2.31 -        <header>
    2.32 -         <!-- Fixed navbar -->
    2.33 -         <div class="navbar navbar-default" role="navigation">
    2.34 -          <div class="container">
    2.35 -            <div class="navbar-header">
    2.36 -              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
    2.37 -                <span class="sr-only">Toggle navigation</span>
    2.38 -                <span class="icon-bar"></span>
    2.39 -                <span class="icon-bar"></span>
    2.40 -                <span class="icon-bar"></span>
    2.41 -              </button>
    2.42 -              <a class="navbar-brand" href="/"><img class="logo" src="/static/images/PyMove3D.png" title="PyMove3D" alt="logo pymove3d" /></a>
    2.43 -            </div>
    2.44 -            <div class="collapse navbar-collapse">
    2.45 -              <ul class="nav navbar-nav">
    2.46 -               {% for href, caption in [('/competition', 'Competition'),
    2.47 -               ('/task', 'Task'),
    2.48 -               ('/submission', 'Submission'),
    2.49 -               ('/coursematerial', 'Coursematerial'),
    2.50 -               ]:
    2.51 -               %}
    2.52 -               {%- if href[1:] == act -%} 
    2.53 -               <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
    2.54 -               {% endfor %}
    2.55 -             </ul>
    2.56 -             <ul class="nav navbar-nav navbar-right">
    2.57 -              <li class="active"><a href="./"> <img class="flags" src="/static/images/flags/de.png" alt="deutsch" />
    2.58 -              </a></li>
    2.59 -              <li><a href="../navbar-static-top/"><img class ="flags" src="/static/images/flags/gb.png" alt="english" />
    2.60 -              </a></li>
    2.61 -              <li><a href="../navbar-fixed-top/"><img class="flags" src="/static/images/flags/it.png" alt="italiano" />
    2.62 -              </a></li>
    2.63 -            </ul>
    2.64 -          </div><!--/.nav-collapse -->
    2.65 -        </div>
    2.66 -      </div>
    2.67 -    </header>
    2.68 -    <div id="main">
    2.69 -
    2.70 -      {% block body %}{% endblock %}
    2.71 -    </div><!-- /main -->
    2.72 -  </div> <!-- /wrap -->
    2.73 -  {% include "footer.html" %}
    2.74 -    <!-- Bootstrap core JavaScript
    2.75 -    ================================================== -->
    2.76 -    <!-- Placed at the end of the document so the pages load faster -->
    2.77 -    <script src="/static/js/jquery-1.10.2.min.js"></script>
    2.78 -    <script src="static/js/bootstrap.js"></script>
    2.79 -     <script type="text/javascript">
    2.80 -      $(document).ready(function() {
    2.81 -  $('#myCarousel').carousel({
    2.82 -  interval: 5000
    2.83 -  })
    2.84 -    
    2.85 -    $('#myCarousel').on('slid.bs.carousel', function() {
    2.86 -      //alert("slid");
    2.87 -  });
    2.88 -    
    2.89 -    
    2.90 -});
    2.91 -    </script>
    2.92 -
    2.93 -  </body>
    2.94 -  </html>
     3.1 --- a/templates/en/404.html	Sat Jan 18 09:41:26 2014 +0100
     3.2 +++ b/templates/en/404.html	Sat Jan 18 10:06:48 2014 +0100
     3.3 @@ -1,4 +1,4 @@
     3.4 -{% extends _("en/theme.html") %}
     3.5 +{% extends _("theme.html") %}
     3.6  {% block body %}
     3.7  <h1>Page Not Found</h1> 
     3.8  <p>_('This information is not available!')<p><a href="{{ url_for('index') }}">_('Home')</a>
     4.1 --- a/templates/en/competition.html	Sat Jan 18 09:41:26 2014 +0100
     4.2 +++ b/templates/en/competition.html	Sat Jan 18 10:06:48 2014 +0100
     4.3 @@ -1,4 +1,4 @@
     4.4 -{% extends _("en/theme.html") %}
     4.5 +{% extends _("theme.html") %}
     4.6  
     4.7  {% block jumbotron %}
     4.8  <!-- default jumbotron -->
     5.1 --- a/templates/en/coursematerial.html	Sat Jan 18 09:41:26 2014 +0100
     5.2 +++ b/templates/en/coursematerial.html	Sat Jan 18 10:06:48 2014 +0100
     5.3 @@ -1,4 +1,4 @@
     5.4 -{% extends _("en/theme.html") %}
     5.5 +{% extends _("theme.html") %}
     5.6  
     5.7  {% block jumbotron %}
     5.8  <!-- default jumbotron -->
     6.1 --- a/templates/en/footer.html	Sat Jan 18 09:41:26 2014 +0100
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,45 +0,0 @@
     6.4 -<div id="footer">
     6.5 -  <div class="">
     6.6 -    <img src="/static/images/python-logo.png" alt="python-logo" />
     6.7 -    <h3>Sponsors</h3>
     6.8 -    <div class="">
     6.9 -
    6.10 -            <div id="myCarousel" class="carousel slide">
    6.11 -                
    6.12 -                <!-- Carousel items -->
    6.13 -                <div class="carousel-inner">
    6.14 -                    <div class="item active">
    6.15 -                        <div class="row">
    6.16 -                            <div class="col-sm-3"><a href="#x"><img src="/static/images/sponsors/linux_systemhaus_schulz.png" alt="" title="" class="img-responsive" /></a>
    6.17 -                            </div>
    6.18 -                            <div class="col-sm-3"><a href="#x"><img src="/static/images/sponsors/blender.png" alt="Image" class="img-responsive"></a>
    6.19 -                            </div>
    6.20 -                            <div class="col-sm-3"><a href="#x"><img src="/static/images/sponsors/pysv.png" alt="Image" class="img-responsive"></a>
    6.21 -                            </div>
    6.22 -                            <div class="col-sm-3"><a href="#x"><img src="/static/images/sponsors/sponsor-galileo_press-anim.gif" alt="Image" class="img-responsive"></a>
    6.23 -                            </div>
    6.24 -                        </div>
    6.25 -                        <!--/row-->
    6.26 -                    </div>
    6.27 -                    <!--/item-->
    6.28 -                    <div class="item">
    6.29 -                        <div class="row">
    6.30 -                            <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="/static/images/sponsors/sponsor-medialinx_ag.png" alt="Image" class="img-responsive"></a>
    6.31 -                            </div>
    6.32 -                            <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="/static/images/sponsors/sponsor-oreilly.png" alt="Image" class="img-responsive"></a>
    6.33 -                            </div>
    6.34 -                            <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="/static/images/sponsors/sudile.jpg" alt="Image" class="img-responsive"></a>
    6.35 -                            </div>
    6.36 -                            <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="/static/images/sponsors/trabucchi.png" alt="Image" class="img-responsive"></a>
    6.37 -                            </div>
    6.38 -                        </div>
    6.39 -                        <!--/row-->
    6.40 -                    </div>
    6.41 -                    <!--/item-->
    6.42 -                </div>
    6.43 -                <!--/carousel-inner--> 
    6.44 -                <a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
    6.45 -				<a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
    6.46 -            </div>
    6.47 -            <!--/myCarousel-->
    6.48 -</div>
    6.49 \ No newline at end of file
     7.1 --- a/templates/en/imprint.html	Sat Jan 18 09:41:26 2014 +0100
     7.2 +++ b/templates/en/imprint.html	Sat Jan 18 10:06:48 2014 +0100
     7.3 @@ -1,4 +1,4 @@
     7.4 -{% extends _("en/theme.html") %}
     7.5 +{% extends _("theme.html") %}
     7.6  
     7.7  {% block jumbotron %}
     7.8  <!-- default jumbotron -->
     8.1 --- a/templates/en/index.html	Sat Jan 18 09:41:26 2014 +0100
     8.2 +++ b/templates/en/index.html	Sat Jan 18 10:06:48 2014 +0100
     8.3 @@ -1,4 +1,4 @@
     8.4 -{% extends _("en/theme.html") %}
     8.5 +{% extends _("theme.html") %}
     8.6  {% block jumbotron %}
     8.7  <!-- default jumbotron -->
     8.8   {% include _("en/jumbotron-default.html") %}
     9.1 --- a/templates/en/privacy.html	Sat Jan 18 09:41:26 2014 +0100
     9.2 +++ b/templates/en/privacy.html	Sat Jan 18 10:06:48 2014 +0100
     9.3 @@ -1,4 +1,4 @@
     9.4 -{% extends _("en/theme.html") %}
     9.5 +{% extends _("theme.html") %}
     9.6  
     9.7  {% block jumbotron %}
     9.8  <!-- default jumbotron -->
    10.1 --- a/templates/en/submission.html	Sat Jan 18 09:41:26 2014 +0100
    10.2 +++ b/templates/en/submission.html	Sat Jan 18 10:06:48 2014 +0100
    10.3 @@ -1,4 +1,4 @@
    10.4 -{% extends _("en/theme.html") %}
    10.5 +{% extends _("theme.html") %}
    10.6  
    10.7  {% block jumbotron %}
    10.8  <!-- default jumbotron -->
    11.1 --- a/templates/en/task.html	Sat Jan 18 09:41:26 2014 +0100
    11.2 +++ b/templates/en/task.html	Sat Jan 18 10:06:48 2014 +0100
    11.3 @@ -1,4 +1,4 @@
    11.4 -{% extends _("en/theme.html") %}
    11.5 +{% extends _("theme.html") %}
    11.6  
    11.7  {% block jumbotron %}
    11.8  
    12.1 --- a/templates/en/theme.html	Sat Jan 18 09:41:26 2014 +0100
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,91 +0,0 @@
    12.4 -<!DOCTYPE html>
    12.5 -<html lang="en"><head>
    12.6 -<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    12.7 -<meta charset="utf-8">
    12.8 -<!--meta http-equiv="X-UA-Compatible" content="IE=edge"-->
    12.9 -<meta name="viewport" content="width=device-width, initial-scale=1.0">
   12.10 -<meta name="description" content="">
   12.11 -<meta name="author" content="">
   12.12 -<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico')}}">
   12.13 -
   12.14 -<title>PyMove3D -- 2014</title>
   12.15 -
   12.16 -<!-- Bootstrap core CSS -->
   12.17 -<link href="/static/css/bootstrap.css" rel="stylesheet">
   12.18 -
   12.19 -<!-- Just for debugging purposes. Don't actually copy this line! -->
   12.20 -<!--[if lt IE 9]><script src="/static/js/ie8-responsive-file-warning.js"></script><![endif]-->
   12.21 -
   12.22 -<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
   12.23 -    <!--[if lt IE 9]>
   12.24 -      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
   12.25 -      <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
   12.26 -      <![endif]-->
   12.27 -    </head>
   12.28 -
   12.29 -    <body>
   12.30 -      <div id="wrap">
   12.31 -        <header>
   12.32 -         <!-- Fixed navbar -->
   12.33 -         <div class="navbar navbar-default" role="navigation">
   12.34 -          <div class="container">
   12.35 -            <div class="navbar-header">
   12.36 -              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
   12.37 -                <span class="sr-only">Toggle navigation</span>
   12.38 -                <span class="icon-bar"></span>
   12.39 -                <span class="icon-bar"></span>
   12.40 -                <span class="icon-bar"></span>
   12.41 -              </button>
   12.42 -              <a class="navbar-brand" href="/"><img class="logo" src="/static/images/PyMove3D.png" title="PyMove3D" alt="logo pymove3d" /></a>
   12.43 -            </div>
   12.44 -            <div class="collapse navbar-collapse">
   12.45 -              <ul class="nav navbar-nav">
   12.46 -               {% for href, caption in [('/competition', 'Competition'),
   12.47 -               ('/task', 'Task'),
   12.48 -               ('/submission', 'Submission'),
   12.49 -               ('/coursematerial', 'Coursematerial'),
   12.50 -               ]:
   12.51 -               %}
   12.52 -               {%- if href[1:] == act -%} 
   12.53 -               <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
   12.54 -               {% endfor %}
   12.55 -             </ul>
   12.56 -             <ul class="nav navbar-nav navbar-right">
   12.57 -              <li class="active"><a href="./"> <img class="flags" src="/static/images/flags/de.png" alt="deutsch" />
   12.58 -              </a></li>
   12.59 -              <li><a href="../navbar-static-top/"><img class ="flags" src="/static/images/flags/gb.png" alt="english" />
   12.60 -              </a></li>
   12.61 -              <li><a href="../navbar-fixed-top/"><img class="flags" src="/static/images/flags/it.png" alt="italiano" />
   12.62 -              </a></li>
   12.63 -            </ul>
   12.64 -          </div><!--/.nav-collapse -->
   12.65 -        </div>
   12.66 -      </div>
   12.67 -    </header>
   12.68 -    <div id="main">
   12.69 -
   12.70 -      {% block body %}{% endblock %}
   12.71 -    </div><!-- /main -->
   12.72 -  </div> <!-- /wrap -->
   12.73 -  {% include _("en/footer.html") %}
   12.74 -    <!-- Bootstrap core JavaScript
   12.75 -    ================================================== -->
   12.76 -    <!-- Placed at the end of the document so the pages load faster -->
   12.77 -    <script src="/static/js/jquery-1.10.2.min.js"></script>
   12.78 -    <script src="static/js/bootstrap.js"></script>
   12.79 -     <script type="text/javascript">
   12.80 -      $(document).ready(function() {
   12.81 -  $('#myCarousel').carousel({
   12.82 -  interval: 5000
   12.83 -  })
   12.84 -    
   12.85 -    $('#myCarousel').on('slid.bs.carousel', function() {
   12.86 -      //alert("slid");
   12.87 -  });
   12.88 -    
   12.89 -    
   12.90 -});
   12.91 -    </script>
   12.92 -
   12.93 -  </body>
   12.94 -  </html>
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/templates/footer.html	Sat Jan 18 10:06:48 2014 +0100
    13.3 @@ -0,0 +1,45 @@
    13.4 +<div id="footer">
    13.5 +  <div class="">
    13.6 +    <img src="/static/images/python-logo.png" alt="python-logo" />
    13.7 +    <h3>Sponsors</h3>
    13.8 +    <div class="">
    13.9 +
   13.10 +            <div id="myCarousel" class="carousel slide">
   13.11 +                
   13.12 +                <!-- Carousel items -->
   13.13 +                <div class="carousel-inner">
   13.14 +                    <div class="item active">
   13.15 +                        <div class="row">
   13.16 +                            <div class="col-sm-3"><a href="#x"><img src="/static/images/sponsors/linux_systemhaus_schulz.png" alt="" title="" class="img-responsive" /></a>
   13.17 +                            </div>
   13.18 +                            <div class="col-sm-3"><a href="#x"><img src="/static/images/sponsors/blender.png" alt="Image" class="img-responsive"></a>
   13.19 +                            </div>
   13.20 +                            <div class="col-sm-3"><a href="#x"><img src="/static/images/sponsors/pysv.png" alt="Image" class="img-responsive"></a>
   13.21 +                            </div>
   13.22 +                            <div class="col-sm-3"><a href="#x"><img src="/static/images/sponsors/sponsor-galileo_press-anim.gif" alt="Image" class="img-responsive"></a>
   13.23 +                            </div>
   13.24 +                        </div>
   13.25 +                        <!--/row-->
   13.26 +                    </div>
   13.27 +                    <!--/item-->
   13.28 +                    <div class="item">
   13.29 +                        <div class="row">
   13.30 +                            <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="/static/images/sponsors/sponsor-medialinx_ag.png" alt="Image" class="img-responsive"></a>
   13.31 +                            </div>
   13.32 +                            <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="/static/images/sponsors/sponsor-oreilly.png" alt="Image" class="img-responsive"></a>
   13.33 +                            </div>
   13.34 +                            <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="/static/images/sponsors/sudile.jpg" alt="Image" class="img-responsive"></a>
   13.35 +                            </div>
   13.36 +                            <div class="col-sm-3"><a href="#x" class="thumbnail"><img src="/static/images/sponsors/trabucchi.png" alt="Image" class="img-responsive"></a>
   13.37 +                            </div>
   13.38 +                        </div>
   13.39 +                        <!--/row-->
   13.40 +                    </div>
   13.41 +                    <!--/item-->
   13.42 +                </div>
   13.43 +                <!--/carousel-inner--> 
   13.44 +                <a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
   13.45 +				<a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
   13.46 +            </div>
   13.47 +            <!--/myCarousel-->
   13.48 +</div>
   13.49 \ No newline at end of file
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/templates/theme.html	Sat Jan 18 10:06:48 2014 +0100
    14.3 @@ -0,0 +1,91 @@
    14.4 +<!DOCTYPE html>
    14.5 +<html lang="en"><head>
    14.6 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    14.7 +<meta charset="utf-8">
    14.8 +<!--meta http-equiv="X-UA-Compatible" content="IE=edge"-->
    14.9 +<meta name="viewport" content="width=device-width, initial-scale=1.0">
   14.10 +<meta name="description" content="">
   14.11 +<meta name="author" content="">
   14.12 +<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico')}}">
   14.13 +
   14.14 +<title>PyMove3D -- 2014</title>
   14.15 +
   14.16 +<!-- Bootstrap core CSS -->
   14.17 +<link href="/static/css/bootstrap.css" rel="stylesheet">
   14.18 +
   14.19 +<!-- Just for debugging purposes. Don't actually copy this line! -->
   14.20 +<!--[if lt IE 9]><script src="/static/js/ie8-responsive-file-warning.js"></script><![endif]-->
   14.21 +
   14.22 +<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
   14.23 +    <!--[if lt IE 9]>
   14.24 +      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
   14.25 +      <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
   14.26 +      <![endif]-->
   14.27 +    </head>
   14.28 +
   14.29 +    <body>
   14.30 +      <div id="wrap">
   14.31 +        <header>
   14.32 +         <!-- Fixed navbar -->
   14.33 +         <div class="navbar navbar-default" role="navigation">
   14.34 +          <div class="container">
   14.35 +            <div class="navbar-header">
   14.36 +              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
   14.37 +                <span class="sr-only">Toggle navigation</span>
   14.38 +                <span class="icon-bar"></span>
   14.39 +                <span class="icon-bar"></span>
   14.40 +                <span class="icon-bar"></span>
   14.41 +              </button>
   14.42 +              <a class="navbar-brand" href="/"><img class="logo" src="/static/images/PyMove3D.png" title="PyMove3D" alt="logo pymove3d" /></a>
   14.43 +            </div>
   14.44 +            <div class="collapse navbar-collapse">
   14.45 +              <ul class="nav navbar-nav">
   14.46 +               {% for href, caption in [('/competition', 'Competition'),
   14.47 +               ('/task', 'Task'),
   14.48 +               ('/submission', 'Submission'),
   14.49 +               ('/coursematerial', 'Coursematerial'),
   14.50 +               ]:
   14.51 +               %}
   14.52 +               {%- if href[1:] == act -%} 
   14.53 +               <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
   14.54 +               {% endfor %}
   14.55 +             </ul>
   14.56 +             <ul class="nav navbar-nav navbar-right">
   14.57 +              <li class="active"><a href="./"> <img class="flags" src="/static/images/flags/de.png" alt="deutsch" />
   14.58 +              </a></li>
   14.59 +              <li><a href="../navbar-static-top/"><img class ="flags" src="/static/images/flags/gb.png" alt="english" />
   14.60 +              </a></li>
   14.61 +              <li><a href="../navbar-fixed-top/"><img class="flags" src="/static/images/flags/it.png" alt="italiano" />
   14.62 +              </a></li>
   14.63 +            </ul>
   14.64 +          </div><!--/.nav-collapse -->
   14.65 +        </div>
   14.66 +      </div>
   14.67 +    </header>
   14.68 +    <div id="main">
   14.69 +
   14.70 +      {% block body %}{% endblock %}
   14.71 +    </div><!-- /main -->
   14.72 +  </div> <!-- /wrap -->
   14.73 +  {% include "footer.html" %}
   14.74 +    <!-- Bootstrap core JavaScript
   14.75 +    ================================================== -->
   14.76 +    <!-- Placed at the end of the document so the pages load faster -->
   14.77 +    <script src="/static/js/jquery-1.10.2.min.js"></script>
   14.78 +    <script src="static/js/bootstrap.js"></script>
   14.79 +     <script type="text/javascript">
   14.80 +      $(document).ready(function() {
   14.81 +  $('#myCarousel').carousel({
   14.82 +  interval: 5000
   14.83 +  })
   14.84 +    
   14.85 +    $('#myCarousel').on('slid.bs.carousel', function() {
   14.86 +      //alert("slid");
   14.87 +  });
   14.88 +    
   14.89 +    
   14.90 +});
   14.91 +    </script>
   14.92 +
   14.93 +  </body>
   14.94 +  </html>
Impressum Datenschutzerklärung