Bc. Petr Pecha
9 years ago
5 changed files with 40 additions and 6 deletions
@ -1,11 +1,11 @@ |
|||
{% with "/zadani" as cesta %} |
|||
|
|||
<ul> |
|||
<li><a href="{{cesta}}/aktualni/">Aktuální zadání</a> |
|||
<li><a href="{{cesta}}/ulohy/">Úlohy</a> |
|||
<li><a href="{{cesta}}/temata/">Témata</a> |
|||
<li><a href="{{cesta}}/aktualni-cislo/">Aktuální číslo</a> |
|||
<li><a href="{{cesta}}/vysledkove-listiny/">Výsledkové listiny</a> |
|||
<li class="{% if selected == "aktualni" %}selected{% endif %}"><a href="{{cesta}}/aktualni/">Aktuální zadání</a> |
|||
<li class="{% if selected == "ulohy" %}selected{% endif %}"><a href="{{cesta}}/ulohy/">Úlohy</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 == "vysledkove-listiny" %}selected{% endif %}"><a href="{{cesta}}/vysledkove-listiny/">Výsledkové listiny</a> |
|||
</ul> |
|||
|
|||
{% endwith %} |
|||
|
Loading…
Reference in new issue