Tagy nemůžou být víceřádkové :-/

This commit is contained in:
Pavel "LEdoian" Turinsky 2025-05-05 04:24:46 +02:00
parent a7f8fa0600
commit 372e9dcada
2 changed files with 4 additions and 15 deletions

View file

@ -65,12 +65,7 @@
{% endwith %} {% endwith %}
{% endif%} {% endif%}
<span id="nahoru" class="kotva_obrazku"></span> <span id="nahoru" class="kotva_obrazku"></span>
{% zobrazit obrazek.jako_bazmek {% zobrazit obrazek.jako_bazmek height=vyska width=sirka alt=obrazek.popis title=obrazek.popis class=obrazek %}
height=vyska
width=sirka
alt=obrazek.popis
title=obrazek.popis
class=obrazek" %}
{% if obrazky_dalsi %} {% if obrazky_dalsi %}
{% with obrazky_dalsi|first as dalsi_obrazek %} {% with obrazky_dalsi|first as dalsi_obrazek %}
@ -116,12 +111,8 @@
{% endfor %} {% endfor %}
</div> </div>
{% zmenseny_nahled obrazek.jako_bazmek {% zmenseny_nahled obrazek.jako_bazmek alt=obrazek.popis class=obrazek id=prostredni %}
alt=obrazek.popis {# height=obrazek.obrazek_maly.height width=obrazek.obrazek_maly.width #}
class=obrazek
id=prostredni %}
{# height=obrazek.obrazek_maly.height
width=obrazek.obrazek_maly.width #}
<div class="navigace"> <div class="navigace">
{# nahledy nasledujicich obrazku #} {# nahledy nasledujicich obrazku #}

View file

@ -98,9 +98,7 @@ Galerie {{galerie.nazev}}
href="./{{obrazek.pk}}#nahoru" class="galerie_nahled"> href="./{{obrazek.pk}}#nahoru" class="galerie_nahled">
<span class="vystredeno"></span> <span class="vystredeno"></span>
{% zmenseny_nahled obrazek.jako_bazmek %} {% zmenseny_nahled obrazek.jako_bazmek %}
{# title=obrazek.popis (a byl tu if, že se použil jen když existoval…) {# title=obrazek.popis (a byl tu if, že se použil jen když existoval…) width=obrazek.obrazek_maly.width height=obrazek.obrazek_maly.height #}
width=obrazek.obrazek_maly.width
height=obrazek.obrazek_maly.height #}
</a> </a>
{% endfor %} {% endfor %}
<br> <br>