Ignore:
Timestamp:
Nov 18, 2005 2:56:15 PM (18 years ago)
Author:
myroslav
Message:

iframe closing tag bug

File:
1 edited

Legend:

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

    r21 r23  
    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"> 
     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 
    96<body> 
     7 
    108<div metal:fill-slot="main"> 
    119    <tal:main-macro metal:define-macro="main"  
    12        tal:define="size python:here.getObjSize(here);"> 
     10           tal:define="size python:here.getObjSize(here); 
     11                       content_type here/content_type; 
     12                      "> 
    1313        <h1 tal:content="here/title_or_id" class="documentFirstHeading"> 
    1414            Title or id 
     
    2020            </a> 
    2121        </div><br/> 
     22 
    2223        <iframe style="border:none;overflow:visible;height:600px" width="100%"  tal:attributes="src string:${here/absolute_url}/export_csv" /> 
    23  
     24     
    2425    </tal:main-macro> 
    2526</div> 
     27 
    2628</body> 
     29 
    2730</html> 
Note: See TracChangeset for help on using the changeset viewer.