source: products/qTopic/trunk/skins/qtopic/result_csv.pt @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 999 bytes
Line 
1<html xmlns="http://www.w3.org/1999/xhtml"
2      xml:lang="en-US"
3      lang="en-US"
4      xmlns:tal="http://xml.zope.org/namespaces/tal"
5      xmlns:metal="http://xml.zope.org/namespaces/metal"
6      xmlns:i18n="http://xml.zope.org/namespaces/i18n"
7      i18n:domain="plone"
8      metal:use-macro="here/main_template/macros/master">
9<body>
10<div metal:fill-slot="main">
11    <tal:main-macro metal:define-macro="main"
12       tal:define="size python:here.getObjSize(here);">
13        <h1 tal:content="here/title_or_id" class="documentFirstHeading">
14            Title or id
15        </h1><br/>
16        <div>
17            <a href="export_csv?download=1"
18               tal:attributes="href string:${here/absolute_url}/export_csv?download=1">
19               Download the csv file
20            </a>
21        </div><br/>
22        <iframe style="border:none;overflow:visible;height:600px" width="100%"  tal:attributes="src string:${here/absolute_url}/export_csv" />
23
24    </tal:main-macro>
25</div>
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.