2015-06-04 18:34:35 +02:00
|
|
|
{% with "/archiv" as cesta %}
|
|
|
|
|
2015-09-13 12:24:11 +02:00
|
|
|
<div id='submenu'>
|
2015-06-04 09:46:15 +02:00
|
|
|
<ul>
|
2015-09-11 18:36:16 +02:00
|
|
|
<li class="{% if selected == "cisla" %}selected{% endif %}"><a href="{{cesta}}/cisla/">Čísla</a>
|
2015-09-12 18:35:34 +02:00
|
|
|
{# TODO zprovoznit až budou témata v db <li class="{% if selected == "temata" %}selected{% endif %}"><a href="{{cesta}}/temata/">Témata</a> #}
|
|
|
|
{# TODO zprovoznit až budou úlohy v db <li class="{% if selected == "ulohy" %}selected{% endif %}"><a href="{{cesta}}/ulohy/">Úlohy</a> #}
|
2015-09-13 21:04:56 +02:00
|
|
|
{# <li class="{% if selected == "vysledky" %}selected{% endif %}"><a href="{{cesta}}/vysledky/">Výsledkové listiny</a> #}
|
2015-06-04 09:46:15 +02:00
|
|
|
</ul>
|
2015-09-13 12:24:11 +02:00
|
|
|
</div>
|
2015-06-04 09:46:15 +02:00
|
|
|
|
2015-06-04 18:34:35 +02:00
|
|
|
{% endwith %}
|
|
|
|
|
2015-06-04 09:46:15 +02:00
|
|
|
|