2 <head tal:replace="nothing">
3 <title>slot_image_render</title>
4 <meta http-equiv="content-type" content="text/html;charset=UTF-8">
6 <body tal:define="object nocall:options/object;
7 thumbnail object/thumbnail;
8 src thumbnail/absolute_url;
10 height thumbnail/height;
11 title object/title|nothing;"
15 <a title="Click to see image full-size" target="image_view" i18n:attributes="title"
16 tal:attributes="href string:${object/absolute_url}/getJpegImage;
17 onClick string:window.open('${object/absolute_url}/getJpegImage', 'image_view', 'toolbar=no,scrollbars=yes,,resizable=1,width=${object/width},height=${object/height}')">
23 alt python:title or ''" />
25 <div tal:condition="title" tal:content="title" class="caption">title</div>