1 <div i18n:domain="plinn" tal:define="locale_date_fmt here/locale_date_fmt; portal_url here/portal_url">
2 <table class="finder_preview">
5 <div i18n:translate="">Preview:</div>
6 <div class="thumbnail">
7 <img tal:attributes="src string:$portal_url/application.thumb.gif; alt here/title_or_id" width="128" height="128"/>
12 <th i18n:translate="">Title</th>
13 <td tal:content="here/title_or_id">File title</td>
16 <th i18n:translate="">Type</th>
17 <td tal:content="here/content_type">text/plain</td>
20 <th i18n:translate="">Created</th>
21 <td tal:content="python:here.created().strftime(locale_date_fmt)">creation date</td>
24 <th i18n:translate="">Modified</th>
25 <td tal:content="python:here.modified().strftime(locale_date_fmt)">modification date</td>
28 <em tal:define="desc here/Description" tal:condition="desc" tal:content="structure desc"></em>