LEdoian
6 years ago
8 changed files with 58 additions and 7 deletions
@ -0,0 +1,13 @@ |
|||
{% 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 %} |
|||
|
|||
|
Loading…
Reference in new issue