source: products/qTopic/tags/0.1.2/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: 942 bytes
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
2      lang="en"
3      metal:use-macro="here/main_template/macros/master"
4      i18n:domain="plone">
5
6<body>
7
8<div metal:fill-slot="main">
9    <tal:main-macro metal:define-macro="main"
10           tal:define="size python:here.getObjSize(here);
11                       content_type here/content_type;
12                      ">
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
23        <iframe style="border:none;overflow:visible;height:600px" width="100%"  tal:attributes="src string:${here/absolute_url}/export_csv" />
24   
25    </tal:main-macro>
26</div>
27
28</body>
29
30</html>
Note: See TracBrowser for help on using the repository browser.