fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
register forms with 3rd party
[wolnelektury.git]
/
wolnelektury
/
templates
/
catalogue
/
picture_detail.html
diff --git
a/wolnelektury/templates/catalogue/picture_detail.html
b/wolnelektury/templates/catalogue/picture_detail.html
index
f4aabb4
..
b8b70c6
100644
(file)
--- 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 %}
</div>
{% thumbnail picture.image_file "400x500" upscale="false" as im %}
- <img style="margin:{{ im|margin:"
4
00x500" }}" src="{{ im.url }}" width="{{ im.x }}" height="{{ im.y }}" />
+ <img style="margin:{{ im|margin:"
5
00x500" }}" src="{{ im.url }}" width="{{ im.x }}" height="{{ im.y }}" />
{% endthumbnail %}
{% if picture.info.license %}
{% 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>
{% 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 %}
</div>
<div id="toggle-description"><p></p></div>
{% endif %}
@@
-91,10
+91,4
@@
</div>
<div class="clearboth"></div>
</div>
</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 %}
{% endblock %}