|
|
@ -52,11 +52,11 @@ |
|
|
|
{% with "ulohy" as selected %} |
|
|
|
{% include "seminar/zadani/submenu.html" %} |
|
|
|
{% endwith %} |
|
|
|
{% elif "aktualni-cislo" in flatpage.url %} |
|
|
|
{% elif "/aktualni-cislo/" in flatpage.url %} |
|
|
|
{% with "aktualni-cislo" as selected %} |
|
|
|
{% include "seminar/zadani/submenu.html" %} |
|
|
|
{% endwith %} |
|
|
|
{% elif "vysledkove-listiny" in flatpage.url %} |
|
|
|
{% elif "/vysledkove-listiny/" in flatpage.url %} |
|
|
|
{% with "vysledkove-listiny" as selected %} |
|
|
|
{% include "seminar/zadani/submenu.html" %} |
|
|
|
{% endwith %} |
|
|
@ -66,7 +66,21 @@ |
|
|
|
{% endif %} |
|
|
|
{# clanky #} |
|
|
|
{% if "/clanky/" in flatpage.url %} |
|
|
|
{% include "seminar/clanky/submenu.html" %} |
|
|
|
{% if "/uvod/" in flatpage.url %} |
|
|
|
{% with "uvod" as selected %} |
|
|
|
{% include "seminar/clanky/submenu.html" %} |
|
|
|
{% endwith %} |
|
|
|
{% elif "/org/" in flatpage.url %} |
|
|
|
{% with "org" as selected %} |
|
|
|
{% include "seminar/clanky/submenu.html" %} |
|
|
|
{% endwith %} |
|
|
|
{% elif "/resitel/" in flatpage.url %} |
|
|
|
{% with "resitel" as selected %} |
|
|
|
{% include "seminar/clanky/submenu.html" %} |
|
|
|
{% endwith %} |
|
|
|
{% else %} |
|
|
|
{% include "seminar/clanky/submenu.html" %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{# archiv #} |
|
|
|
{% if "/archiv/" in flatpage.url %} |
|
|
|