Use lazyload as fallback

This commit is contained in:
Romain Neutron
2012-10-01 15:06:10 +02:00
parent c4c0309de6
commit 6c1054420f
30 changed files with 37 additions and 37 deletions

View File

@@ -38,7 +38,7 @@
<table style="width:100%;">
<tr>
<td rowspan="3" style="width:120px;text-align:center;">
{{thumb.format(record.get_thumbnail, 100, 100, "", session, true)}}
{{thumb.format(record.get_thumbnail, 100, 100, "", session, true, false)}}
</td>
<td style="width:100px;">
{% set name = "title_" ~ record.get_serialize_key() %}

View File

@@ -7,7 +7,7 @@
{% for id, record in route.get_elements %}
<div id='pub_record_{{record.get_serialize_key()}}' class="diapo">
<div class="title">{{ record.get_title() }}</div>
{{thumb.format(record.get_thumbnail, 80, 80, "", session, true)}}
{{thumb.format(record.get_thumbnail, 80, 80, "", session, true, false)}}
</div>
{% endfor %}
</div>

View File

@@ -60,7 +60,7 @@
<td>
<input type="hidden" value="{{ element.get_id() }}"/>
<div class="diapo pending_records">
{{thumb.format(element.get_record().get_thumbnail, 40, 40, "", session, true)}}
{{thumb.format(element.get_record().get_thumbnail, 40, 40, "", session, true, false)}}
</div>
</td>
<td>