|
|
@@ -12,7 +12,7 @@ |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
|
<![endif]--> |
|
|
|
<link rel="shortcut icon" href="/static/favicon.ico" /> |
|
|
|
<link rel="stylesheet" href="/css/pylons.css" type="text/css" media="screen" charset="utf-8" /> |
|
|
|
<link rel="stylesheet" href="/css/pylons.css" type="text/css" media="screen" /> |
|
|
|
<link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css" media="screen" /> |
|
|
|
<link rel="stylesheet" href="/css/jm2l.css" type="text/css" media="screen" /> |
|
|
|
<link rel="stylesheet" href="/css/bootstrap-responsive.css"> |
|
|
@@ -45,7 +45,7 @@ ${helpers.uploader_js()} |
|
|
|
<div class="btn-group"> |
|
|
|
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#"> |
|
|
|
<span class="brand" href="/" style="padding: 0 10px 0 18px;">JM2L |
|
|
|
<small>${DisplayYear}</small> <span class="caret"></span></a> |
|
|
|
<small>${DisplayYear}</small> <span class="caret"></span></span></a> |
|
|
|
<ul class="dropdown-menu"> |
|
|
|
% for tmpyear in range(2015, 2005, -1): |
|
|
|
% if tmpyear!=2014: |
|
|
|