Tagy nemůžou být víceřádkové :-/
This commit is contained in:
parent
a7f8fa0600
commit
372e9dcada
2 changed files with 4 additions and 15 deletions
|
@ -65,12 +65,7 @@
|
|||
{% endwith %}
|
||||
{% endif%}
|
||||
<span id="nahoru" class="kotva_obrazku"></span>
|
||||
{% zobrazit obrazek.jako_bazmek
|
||||
height=vyska
|
||||
width=sirka
|
||||
alt=obrazek.popis
|
||||
title=obrazek.popis
|
||||
class=obrazek" %}
|
||||
{% zobrazit obrazek.jako_bazmek height=vyska width=sirka alt=obrazek.popis title=obrazek.popis class=obrazek %}
|
||||
|
||||
{% if obrazky_dalsi %}
|
||||
{% with obrazky_dalsi|first as dalsi_obrazek %}
|
||||
|
@ -116,12 +111,8 @@
|
|||
{% endfor %}
|
||||
</div>
|
||||
|
||||
{% zmenseny_nahled obrazek.jako_bazmek
|
||||
alt=obrazek.popis
|
||||
class=obrazek
|
||||
id=prostredni %}
|
||||
{# height=obrazek.obrazek_maly.height
|
||||
width=obrazek.obrazek_maly.width #}
|
||||
{% zmenseny_nahled obrazek.jako_bazmek alt=obrazek.popis class=obrazek id=prostredni %}
|
||||
{# height=obrazek.obrazek_maly.height width=obrazek.obrazek_maly.width #}
|
||||
|
||||
<div class="navigace">
|
||||
{# nahledy nasledujicich obrazku #}
|
||||
|
|
|
@ -98,9 +98,7 @@ Galerie {{galerie.nazev}}
|
|||
href="./{{obrazek.pk}}#nahoru" class="galerie_nahled">
|
||||
<span class="vystredeno"></span>
|
||||
{% zmenseny_nahled obrazek.jako_bazmek %}
|
||||
{# title=obrazek.popis (a byl tu if, že se použil jen když existoval…)
|
||||
width=obrazek.obrazek_maly.width
|
||||
height=obrazek.obrazek_maly.height #}
|
||||
{# title=obrazek.popis (a byl tu if, že se použil jen když existoval…) width=obrazek.obrazek_maly.width height=obrazek.obrazek_maly.height #}
|
||||
</a>
|
||||
{% endfor %}
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue