Changeset 504 in products


Ignore:
Timestamp:
Sep 4, 2006 1:05:55 PM (18 years ago)
Author:
chervol
Message:

fixed the csv template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qTopic/tags/1.0/skins/qtopic/result_csv.pt

    r390 r504  
    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); 
    15                        content_type here/content_type; 
    16                       "> 
     12       tal:define="size python:here.getObjSize(here);"> 
    1713        <h1 tal:content="here/title_or_id" class="documentFirstHeading"> 
    1814            Title or id 
     
    2420            </a> 
    2521        </div><br/> 
    26  
    2722        <iframe style="border:none;overflow:visible;height:600px" width="100%"  tal:attributes="src string:${here/absolute_url}/export_csv" /> 
    2823 
    2924    </tal:main-macro> 
    3025</div> 
    31  
    3226</body> 
    33  
    3427</html> 
Note: See TracChangeset for help on using the changeset viewer.