Web M&M
https://mam.matfyz.cz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
403 B
14 lines
403 B
6 years ago
|
{% with "/korektury" as cesta %}
|
||
|
|
||
|
<div id='submenu'>
|
||
|
<ul>
|
||
|
<li class="{% if selected == "aktualni" %}selected{% endif %}"><a href="{{cesta}}/">Aktuální</a>
|
||
|
<li class="{% if selected == "zastarale" %}selected{% endif %}"><a href="{{cesta}}/zastarale/">Zastaralé</a>
|
||
|
<li class="{% if selected == "help" %}selected{% endif %}"><a href="{{cesta}}/help/">Nápověda</a>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
{% endwith %}
|
||
|
|
||
|
|