Changeset 505

Show
Ignore:
Timestamp:
09/04/06 08:06:04
Author:
chervol
Message:

fixed the csv template

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qTopic/trunk/skins/qtopic/result_csv.pt

    r504 r505  
    44      xmlns:tal="http://xml.zope.org/namespaces/tal" 
    55      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" 
    77      i18n:domain="plone" 
    88      metal:use-macro="here/main_template/macros/master"> 
    9  
    109<body> 
    11  
    1210<div metal:fill-slot="main"> 
    1311    <tal:main-macro metal:define-macro="main"  
    14            tal:define="size python:here.getObjSize(here);"> 
     12       tal:define="size python:here.getObjSize(here);"> 
    1513        <h1 tal:content="here/title_or_id" class="documentFirstHeading"> 
    1614            Title or id 
     
    2220            </a> 
    2321        </div><br/> 
    24  
    2522        <iframe style="border:none;overflow:visible;height:600px" width="100%"  tal:attributes="src string:${here/absolute_url}/export_csv" /> 
    2623 
    2724    </tal:main-macro> 
    2825</div> 
    29  
    3026</body> 
    31  
    3227</html>