Honza "Stínovlas" Musílek
9 years ago
6 changed files with 12 additions and 4 deletions
@ -1,9 +1,11 @@ |
|||||
{% with "/soustredeni" as cesta %} |
{% with "/soustredeni" as cesta %} |
||||
|
|
||||
|
<div id='submenu'> |
||||
<ul> |
<ul> |
||||
<li class="{% if selected == "uvod" %}selected{% endif %}"><a href="{{cesta}}/">Úvod</a> |
<li class="{% if selected == "uvod" %}selected{% endif %}"><a href="{{cesta}}/">Úvod</a> |
||||
<li class="{% if selected == "pripravujeme" %}selected{% endif %}"><a href="{{cesta}}/pripravujeme/">Připravujeme</a> |
<li class="{% if selected == "pripravujeme" %}selected{% endif %}"><a href="{{cesta}}/pripravujeme/">Připravujeme</a> |
||||
<li class="{% if selected == "probehlo" %}selected{% endif %}"><a href="{{cesta}}/probehlo/">Proběhlo</a> |
<li class="{% if selected == "probehlo" %}selected{% endif %}"><a href="{{cesta}}/probehlo/">Proběhlo</a> |
||||
</ul> |
</ul> |
||||
|
</div> |
||||
|
|
||||
{% endwith %} |
{% endwith %} |
||||
|
@ -1,10 +1,12 @@ |
|||||
{% with "/zadani" as cesta %} |
{% with "/zadani" as cesta %} |
||||
|
|
||||
|
<div id='submenu'> |
||||
<ul> |
<ul> |
||||
<li class="{% if selected == "aktualni" %}selected{% endif %}"><a href="{{cesta}}/aktualni/">Aktuální zadání</a> |
<li class="{% if selected == "aktualni" %}selected{% endif %}"><a href="{{cesta}}/aktualni/">Aktuální zadání</a> |
||||
<li class="{% if selected == "temata" %}selected{% endif %}"><a href="{{cesta}}/temata/">Témata</a> |
<li class="{% if selected == "temata" %}selected{% endif %}"><a href="{{cesta}}/temata/">Témata</a> |
||||
{# <li class="{% if selected == "aktualni-cislo" %}selected{% endif %}"><a href="{{cesta}}/aktualni-cislo/">Aktuální číslo</a> #} |
{# <li class="{% if selected == "aktualni-cislo" %}selected{% endif %}"><a href="{{cesta}}/aktualni-cislo/">Aktuální číslo</a> #} |
||||
<li class="{% if selected == "vysledkova-listina" %}selected{% endif %}"><a href="{{cesta}}/vysledkova-listina/">Výsledková listina</a> |
<li class="{% if selected == "vysledkova-listina" %}selected{% endif %}"><a href="{{cesta}}/vysledkova-listina/">Výsledková listina</a> |
||||
</ul> |
</ul> |
||||
|
</div> |
||||
|
|
||||
{% endwith %} |
{% endwith %} |
||||
|
Loading…
Reference in new issue