1.1 --- a/templates/ozoneloss_clams.html Wed May 21 14:09:44 2014 +0200
1.2 +++ b/templates/ozoneloss_clams.html Thu May 22 11:04:31 2014 +0200
1.3 @@ -10,9 +10,7 @@
1.4
1.5 <ul class="nav navbar-nav navbar-right">
1.6 {% for href, caption in get_o3lossclams_dates(): %}
1.7 - {%- if href[1:] == act -%}
1.8 - <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
1.9 -
1.10 + <span>  <span class="span3"><a href="{{ href }}" >{{ caption }}</a></span></span>
1.11 {% endfor %}
1.12 </ul>
1.13
2.1 --- a/templates/ozoneloss_vpsc.html Wed May 21 14:09:44 2014 +0200
2.2 +++ b/templates/ozoneloss_vpsc.html Thu May 22 11:04:31 2014 +0200
2.3 @@ -10,8 +10,7 @@
2.4
2.5 <ul class="nav navbar-nav navbar-right">
2.6 {% for href, caption in get_vpsc_dates(): %}
2.7 - {%- if href[1:] == act -%}
2.8 - <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
2.9 + <span>  <span class="span3"><a href="{{ href }}" >{{ caption }}</a></span></span>
2.10
2.11 {% endfor %}
2.12 </ul>