Changeset 505
- Timestamp:
- 09/04/06 08:06:04
- Files:
-
- qTopic/trunk/skins/qtopic/result_csv.pt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qTopic/trunk/skins/qtopic/result_csv.pt
r504 r505 4 4 xmlns:tal="http://xml.zope.org/namespaces/tal" 5 5 xmlns:metal="http://xml.zope.org/namespaces/metal" 6 xmlns:i18n="http://xml.zope.org/namespaces/i18n" 6 xmlns:i18n="http://xml.zope.org/namespaces/i18n" 7 7 i18n:domain="plone" 8 8 metal:use-macro="here/main_template/macros/master"> 9 10 9 <body> 11 12 10 <div metal:fill-slot="main"> 13 11 <tal:main-macro metal:define-macro="main" 14 tal:define="size python:here.getObjSize(here);">12 tal:define="size python:here.getObjSize(here);"> 15 13 <h1 tal:content="here/title_or_id" class="documentFirstHeading"> 16 14 Title or id … … 22 20 </a> 23 21 </div><br/> 24 25 22 <iframe style="border:none;overflow:visible;height:600px" width="100%" tal:attributes="src string:${here/absolute_url}/export_csv" /> 26 23 27 24 </tal:main-macro> 28 25 </div> 29 30 26 </body> 31 32 27 </html>
