After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 400 KiB |
After Width: | Height: | Size: 519 KiB |
After Width: | Height: | Size: 512 KiB |
After Width: | Height: | Size: 456 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 239 B |
After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 572 B |
After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 239 B |
After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 653 B |
After Width: | Height: | Size: 8.8 KiB |
@ -1,9 +1,11 @@ |
|||||
{% with "/soustredeni" as cesta %} |
{% with "/soustredeni" as cesta %} |
||||
|
|
||||
|
<div id='submenu'> |
||||
<ul> |
<ul> |
||||
<li class="{% if selected == "uvod" %}selected{% endif %}"><a href="{{cesta}}/">Úvod</a> |
<li class="{% if selected == "uvod" %}selected{% endif %}"><a href="{{cesta}}/">Úvod</a> |
||||
<li class="{% if selected == "pripravujeme" %}selected{% endif %}"><a href="{{cesta}}/pripravujeme/">Připravujeme</a> |
<li class="{% if selected == "pripravujeme" %}selected{% endif %}"><a href="{{cesta}}/pripravujeme/">Připravujeme</a> |
||||
<li class="{% if selected == "probehlo" %}selected{% endif %}"><a href="{{cesta}}/probehlo/">Proběhlo</a> |
<li class="{% if selected == "probehlo" %}selected{% endif %}"><a href="{{cesta}}/probehlo/">Proběhlo</a> |
||||
</ul> |
</ul> |
||||
|
</div> |
||||
|
|
||||
{% endwith %} |
{% endwith %} |
||||
|
@ -1,10 +1,12 @@ |
|||||
{% with "/zadani" as cesta %} |
{% with "/zadani" as cesta %} |
||||
|
|
||||
|
<div id='submenu'> |
||||
<ul> |
<ul> |
||||
<li class="{% if selected == "aktualni" %}selected{% endif %}"><a href="{{cesta}}/aktualni/">Aktuální zadání</a> |
<li class="{% if selected == "aktualni" %}selected{% endif %}"><a href="{{cesta}}/aktualni/">Aktuální zadání</a> |
||||
<li class="{% if selected == "temata" %}selected{% endif %}"><a href="{{cesta}}/temata/">Témata</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 == "aktualni-cislo" %}selected{% endif %}"><a href="{{cesta}}/aktualni-cislo/">Aktuální číslo</a> #} |
||||
<li class="{% if selected == "vysledkova-listina" %}selected{% endif %}"><a href="{{cesta}}/vysledkova-listina/">Výsledková listina</a> |
<li class="{% if selected == "vysledkova-listina" %}selected{% endif %}"><a href="{{cesta}}/vysledkova-listina/">Výsledková listina</a> |
||||
</ul> |
</ul> |
||||
|
</div> |
||||
|
|
||||
{% endwith %} |
{% endwith %} |
||||
|