1.1 --- a/templates/theme.html Wed Dec 04 12:21:21 2013 +0100
1.2 +++ b/templates/theme.html Thu Dec 05 06:05:01 2013 +0100
1.3 @@ -2,7 +2,7 @@
1.4 <html lang="en"><head>
1.5 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
1.6 <meta charset="utf-8">
1.7 - <meta http-equiv="X-UA-Compatible" content="IE=edge">
1.8 + <!--meta http-equiv="X-UA-Compatible" content="IE=edge"-->
1.9 <meta name="viewport" content="width=device-width, initial-scale=1.0">
1.10 <meta name="description" content="">
1.11 <meta name="author" content="">
1.12 @@ -49,23 +49,6 @@
1.13 <a class="navbar-brand" href="/">PyMove3D -- 2014</a>
1.14 </div>
1.15 <div class="navbar-collapse collapse">
1.16 - <!--ul class="nav navbar-nav">
1.17 - <li class="active"><a href="#">Link</a></li>
1.18 - <li><a href="#">Link</a></li>
1.19 - <li><a href="#">Link</a></li>
1.20 - <li class="dropdown">
1.21 - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
1.22 - <ul class="dropdown-menu">
1.23 - <li><a href="#">Action</a></li>
1.24 - <li><a href="#">Another action</a></li>
1.25 - <li><a href="#">Something else here</a></li>
1.26 - <li class="divider"></li>
1.27 - <li class="dropdown-header">Nav header</li>
1.28 - <li><a href="#">Separated link</a></li>
1.29 - <li><a href="#">One more separated link</a></li>
1.30 - </ul>
1.31 - </li>
1.32 - </ul-->
1.33 <ul class="nav navbar-nav navbar-right">
1.34 {% for href, caption in [('/competition', 'Competition'),
1.35 ('/task', 'Task'),
1.36 @@ -93,7 +76,7 @@
1.37 <!-- Bootstrap core JavaScript
1.38 ================================================== -->
1.39 <!-- Placed at the end of the document so the pages load faster -->
1.40 - <script src="/static/js/jquery-1.js"></script>
1.41 + <script src="/static/js/jquery-2.0.3.min.js"></script>
1.42 <script src="static/js/bootstrap.js"></script>
1.43
1.44