1 <div tal:define="locale_date_fmt string:%m/%d/%Y %Hh%M;
2 portal_url here/portal_url;
5 <table class="finder_preview">
9 <div class="thumbnail">
10 <img tal:attributes="src python:portal_url + '/' + icon.replace('.gif', '.thumb.gif'); alt here/title_or_id" width="128" height="128"/>
16 <td tal:content="here/title_or_id">File title</td>
20 <td tal:content="python:here.created().strftime(locale_date_fmt)">creation date</td>
24 <td tal:content="python:here.modified().strftime(locale_date_fmt)">modification date</td>
27 <em tal:define="desc here/Description" tal:condition="desc" tal:content="structure desc"></em>