RFC: Videjka a další bazmeky do galerií #99

Open
ledoian wants to merge 15 commits from galerie_videjka into master
2 changed files with 4 additions and 15 deletions
Showing only changes of commit 372e9dcada - Show all commits

View file

@ -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">
Review

i tady zrušit height?

i tady zrušit height?
{# nahledy nasledujicich obrazku #}

View file

@ -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 #}
Review

smazat? title by se měl použít z vnějšího tagu, či?

smazat? title by se měl použít z vnějšího tagu, či?
</a>
{% endfor %}
<br>