|
@ -8,18 +8,48 @@ |
|
|
{% endblock %}{% endblock %} |
|
|
{% endblock %}{% endblock %} |
|
|
</h2> |
|
|
</h2> |
|
|
|
|
|
|
|
|
<div class='nahledy_cisel'> |
|
|
<!-- <div class='nahledy_cisel'> |
|
|
{% autoescape off %}{{ nahledy }}{% endautoescape %} |
|
|
{% autoescape off %}{{ nahledy }}{% endautoescape %} |
|
|
</div> |
|
|
</div>--> |
|
|
|
|
|
|
|
|
<ul> |
|
|
|
|
|
{% for rocnik, url_png in object_list.items %} |
|
|
{% for rocnik, url_png in object_list.items %} |
|
|
<li><a href='{{ r.verejne_url }}'>Ročník {{ rocnik }}</a> |
|
|
|
|
|
<img src="{{ url_png }}" alt=""> |
|
|
<div class="org_pole"> |
|
|
|
|
|
|
|
|
|
|
|
<h3> |
|
|
|
|
|
<a href='{{ rocnik.verejne_url }}'>Ročník {{ rocnik }}</a> |
|
|
|
|
|
</h3> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{# karta ročníku - zepředu obrázek prvního čísla, zezadu odkaz na jednotlivá čísla a výsledkovku #} |
|
|
|
|
|
|
|
|
|
|
|
<div class="flip-card" id="archiv"> |
|
|
|
|
|
|
|
|
|
|
|
<div class="flip-card-inner"> |
|
|
|
|
|
<div class="flip-card-front"> |
|
|
|
|
|
|
|
|
|
|
|
<div class="flip-card-foto"> |
|
|
|
|
|
<img src="{{ url_png }}" height=200px alt="{{ rocnik }}"> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="flip-card-back"> |
|
|
|
|
|
|
|
|
|
|
|
<div class="popis_rocniku"> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
{# konec karty organizátora #} |
|
|
|
|
|
|
|
|
|
|
|
<hr> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
{% empty %} |
|
|
{% empty %} |
|
|
Nejsou žádné ročníky |
|
|
Nejsou žádné ročníky |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</ul> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
{% endblock content %} |
|
|
{% endblock content %} |
|
|