{% macro format_diapo(record, resizable) %} {% if resizable == false %} {% set cont_width = 130 %} {% set cont_height = 140 %} {% else %} {% set cont_width = app['settings'].getUserSetting(app.getAuthenticatedUser(), 'editing_images_size') %} {% set cont_height = app['settings'].getUserSetting(app.getAuthenticatedUser(), 'editing_images_size') %} {% endif %} {% set i = record.getNumber() %} {% set thumbnail = record.get_thumbnail().get_url() %} {% set ratio = 80 %} {% set width = record.get_thumbnail().get_width() %} {% set height = record.get_thumbnail().get_height() %} {% if width > height %} {% set top = 50 - ( (ratio / 2) * height / width ) %} {% set left = 50 - ( (ratio * height / (2 * width)) * width / height ) %} {% set width = ratio ~ "%" %} {% set height = "auto" %} {% else %} {% set top = (100 - ratio) / 2 %} {% set left = ((100 - (ratio * width / height)) / 2) %} {% set width = "auto" %} {% set height = ratio ~ "%" %} {% endif %} {% set class_status = 'nostatus' %} {% if app.getAclForUser(app.getAuthenticatedUser()).has_right_on_base(record.get_base_id(), constant('\\ACL::CHGSTATUS')) %} {% set class_status = '' %} {% endif %}
{% if stat['img_off'] %} {% endif %} {{ stat['label0'] }} | {% if stat['img_on'] %} {% endif %} {{ stat['label1'] }} |
+{{ databox.get_label(app['locale']) }}