Bc. Petr Pecha
9 years ago
4 changed files with 20 additions and 5 deletions
@ -1,9 +1,9 @@ |
|||||
{% with "/soustredeni" as cesta %} |
{% with "/soustredeni" as cesta %} |
||||
|
|
||||
<ul> |
<ul> |
||||
<li><a href="{{cesta}}/uvod/">Úvod</a> |
<li class="{% if selected == "uvod" %}selected{% endif %}"><a href="{{cesta}}/">Úvod</a> |
||||
<li><a href="{{cesta}}/pripravujeme/">Připravujeme</a> |
<li class="{% if selected == "pripravujeme" %}selected{% endif %}"><a href="{{cesta}}/pripravujeme/">Připravujeme</a> |
||||
<li><a href="{{cesta}}/probehlo/">Proběhlo</a> |
<li class="{% if selected == "probehlo" %}selected{% endif %}"><a href="{{cesta}}/probehlo/">Proběhlo</a> |
||||
</ul> |
</ul> |
||||
|
|
||||
{% endwith %} |
{% endwith %} |
||||
|
Loading…
Reference in new issue