hr@0: <!DOCTYPE html> hr@0: <html lang="en"><head> hr@0: <meta http-equiv="content-type" content="text/html; charset=UTF-8"> info@79: <meta charset="utf-8"> info@79: <!--meta http-equiv="X-UA-Compatible" content="IE=edge"--> info@79: <meta name="viewport" content="width=device-width, initial-scale=1.0"> info@127: <meta name="description" content="Der Python Wettbewerb für Mädchen & Jungen 2014. Attraktives Programmieren für junge Leute"> info@127: <meta name="keywords" content="Python,Software,Blender,Programmieren,Wettbewerb,2013,2014,pymove3d,3d,europython,3D-Software"> info@127: <meta name="author" content="Python Software Verband e.V"> info@127: <link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico')}}"> hr@0: info@127: <title>PyMove3D - Der Python Wettbewerb für Mädchen & Jungen 2014</title> hr@0: info@79: <!-- Bootstrap core CSS --> info@79: <link href="/static/css/bootstrap.css" rel="stylesheet"> hr@0: info@79: <!-- Just for debugging purposes. Don't actually copy this line! --> info@79: <!--[if lt IE 9]><script src="/static/js/ie8-responsive-file-warning.js"></script><![endif]--> hr@0: info@79: <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> hr@0: <!--[if lt IE 9]> hr@0: <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> hr@0: <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> info@79: <![endif]--> info@79: </head> hr@0: info@79: <body> info@79: <div id="wrap"> info@79: <header> info@79: <!-- Fixed navbar --> info@79: <div class="navbar navbar-default" role="navigation"> info@79: <div class="container"> info@79: <div class="navbar-header"> info@79: <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> info@79: <span class="sr-only">Toggle navigation</span> info@79: <span class="icon-bar"></span> info@79: <span class="icon-bar"></span> info@79: <span class="icon-bar"></span> info@79: </button> info@79: <a class="navbar-brand" href="/"><img class="logo" src="/static/images/PyMove3D.png" title="PyMove3D" alt="logo pymove3d" /></a> info@79: </div> info@79: <div class="collapse navbar-collapse"> info@108: <ul class="nav navbar-nav navbar-right"> peter@142: {% for href, caption in get_topmenue(): %} info@79: {%- if href[1:] == act -%} peter@145: <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ _(caption) }}</a></li> info@79: {% endfor %} info@108: <li class="module-language"><a class="link-yellow" href="./de">DE</a></li> rb@122: <li><a class="link-yellow" href="./en">EN</a></li> info@79: </ul> info@61: </div><!--/.nav-collapse --> info@61: </div> info@61: </div> info@61: </header> info@79: <div id="main"> info@79: {% block body %}{% endblock %} info@79: </div><!-- /main --> info@79: </div> <!-- /wrap --> info@79: {% include "footer.html" %} hr@0: <!-- Bootstrap core JavaScript hr@0: ================================================== --> hr@0: <!-- Placed at the end of the document so the pages load faster --> info@48: <script src="/static/js/jquery-1.10.2.min.js"></script> peter@1: <script src="static/js/bootstrap.js"></script> info@91: <script type="text/javascript"> info@91: $(document).ready(function() { info@102: $('#myCarousel').carousel({ info@102: interval: 5000 info@102: }) info@102: $('#myCarousel').on('slid.bs.carousel', function() { info@91: //alert("slid"); info@102: }); info@102: }); info@91: </script> hr@0: info@79: </body> info@79: </html>