X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2bf5eaca680da6ebd22e6fd799a9a5d68206f0b8..5dbe16a08d4f68377aab0013b17d7094267cf98a:/wolnelektury/templates/catalogue/picture_detail.html diff --git a/wolnelektury/templates/catalogue/picture_detail.html b/wolnelektury/templates/catalogue/picture_detail.html index f4aabb456..b8b70c6be 100644 --- a/wolnelektury/templates/catalogue/picture_detail.html +++ b/wolnelektury/templates/catalogue/picture_detail.html @@ -22,7 +22,7 @@ </div> {% thumbnail picture.image_file "400x500" upscale="false" as im %} - <img style="margin:{{ im|margin:"400x500" }}" src="{{ im.url }}" width="{{ im.x }}" height="{{ im.y }}" /> + <img style="margin:{{ im|margin:"500x500" }}" src="{{ im.url }}" width="{{ im.x }}" height="{{ im.y }}" /> {% endthumbnail %} {% if picture.info.license %} @@ -32,7 +32,7 @@ {% if picture.info.description %} <div id="description"> <div id='description-long'>{{ picture.info.description|safe }}</div> - <div id='description-short'>{{ picture.info.description|safe|truncatewords_html:30 }}</div> +{%comment%} <div id='description-short'>{{ picture.info.description|safe|truncatewords_html:30 }}</div>{%endcomment%} </div> <div id="toggle-description"><p></p></div> {% endif %} @@ -91,10 +91,4 @@ </div> <div class="clearboth"></div> </div> - <div id="set-window"> - <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div> - <div class="target"> - <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p> - </div> - </div> {% endblock %}