templates/en/theme.html
author Reimar Bauer <rb.proj AT googlemail DOT com>
Fri, 17 Jan 2014 18:08:39 +0100
changeset 95 f0c34c057f0a
permissions -rw-r--r--
english templates for i18n
rb@95
     1
<!DOCTYPE html>
rb@95
     2
<html lang="en"><head>
rb@95
     3
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
rb@95
     4
<meta charset="utf-8">
rb@95
     5
<!--meta http-equiv="X-UA-Compatible" content="IE=edge"-->
rb@95
     6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
rb@95
     7
<meta name="description" content="">
rb@95
     8
<meta name="author" content="">
rb@95
     9
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico')}}">
rb@95
    10
rb@95
    11
<title>PyMove3D -- 2014</title>
rb@95
    12
rb@95
    13
<!-- Bootstrap core CSS -->
rb@95
    14
<link href="/static/css/bootstrap.css" rel="stylesheet">
rb@95
    15
rb@95
    16
<!-- Just for debugging purposes. Don't actually copy this line! -->
rb@95
    17
<!--[if lt IE 9]><script src="/static/js/ie8-responsive-file-warning.js"></script><![endif]-->
rb@95
    18
rb@95
    19
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
rb@95
    20
    <!--[if lt IE 9]>
rb@95
    21
      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
rb@95
    22
      <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
rb@95
    23
      <![endif]-->
rb@95
    24
    </head>
rb@95
    25
rb@95
    26
    <body>
rb@95
    27
      <div id="wrap">
rb@95
    28
        <header>
rb@95
    29
         <!-- Fixed navbar -->
rb@95
    30
         <div class="navbar navbar-default" role="navigation">
rb@95
    31
          <div class="container">
rb@95
    32
            <div class="navbar-header">
rb@95
    33
              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
rb@95
    34
                <span class="sr-only">Toggle navigation</span>
rb@95
    35
                <span class="icon-bar"></span>
rb@95
    36
                <span class="icon-bar"></span>
rb@95
    37
                <span class="icon-bar"></span>
rb@95
    38
              </button>
rb@95
    39
              <a class="navbar-brand" href="/"><img class="logo" src="/static/images/PyMove3D.png" title="PyMove3D" alt="logo pymove3d" /></a>
rb@95
    40
            </div>
rb@95
    41
            <div class="collapse navbar-collapse">
rb@95
    42
              <ul class="nav navbar-nav">
rb@95
    43
               {% for href, caption in [('/competition', 'Competition'),
rb@95
    44
               ('/task', 'Task'),
rb@95
    45
               ('/submission', 'Submission'),
rb@95
    46
               ('/coursematerial', 'Coursematerial'),
rb@95
    47
               ]:
rb@95
    48
               %}
rb@95
    49
               {%- if href[1:] == act -%} 
rb@95
    50
               <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
rb@95
    51
               {% endfor %}
rb@95
    52
             </ul>
rb@95
    53
             <ul class="nav navbar-nav navbar-right">
rb@95
    54
              <li class="active"><a href="./"> <img class="flags" src="/static/images/flags/de.png" alt="deutsch" />
rb@95
    55
              </a></li>
rb@95
    56
              <li><a href="../navbar-static-top/"><img class ="flags" src="/static/images/flags/gb.png" alt="english" />
rb@95
    57
              </a></li>
rb@95
    58
              <li><a href="../navbar-fixed-top/"><img class="flags" src="/static/images/flags/it.png" alt="italiano" />
rb@95
    59
              </a></li>
rb@95
    60
            </ul>
rb@95
    61
          </div><!--/.nav-collapse -->
rb@95
    62
        </div>
rb@95
    63
      </div>
rb@95
    64
    </header>
rb@95
    65
    <div id="main">
rb@95
    66
rb@95
    67
      {% block body %}{% endblock %}
rb@95
    68
    </div><!-- /main -->
rb@95
    69
  </div> <!-- /wrap -->
rb@95
    70
  {% include _("en/footer.html") %}
rb@95
    71
    <!-- Bootstrap core JavaScript
rb@95
    72
    ================================================== -->
rb@95
    73
    <!-- Placed at the end of the document so the pages load faster -->
rb@95
    74
    <script src="/static/js/jquery-1.10.2.min.js"></script>
rb@95
    75
    <script src="static/js/bootstrap.js"></script>
rb@95
    76
     <script type="text/javascript">
rb@95
    77
      $(document).ready(function() {
rb@95
    78
  $('#myCarousel').carousel({
rb@95
    79
  interval: 5000
rb@95
    80
  })
rb@95
    81
    
rb@95
    82
    $('#myCarousel').on('slid.bs.carousel', function() {
rb@95
    83
      //alert("slid");
rb@95
    84
  });
rb@95
    85
    
rb@95
    86
    
rb@95
    87
});
rb@95
    88
    </script>
rb@95
    89
rb@95
    90
  </body>
rb@95
    91
  </html>
Impressum Datenschutzerklärung