Ignore:
Timestamp:
07/25/07 14:45:20 (5 years ago)
Author:
sam
Message:

binaryXhtmlTransf: sur WIFrame ajout de @marginheight @marginwidth @frameborder @scrolling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_binaryXhtmlTransf/widgets.xsl.xsl

    r9373 r9397  
    559559        <!-- WIFrame --> 
    560560        <xsl0:template match="sm:WIFrame" mode="content"> 
    561                 <iframe frameborder="0"> 
     561                <iframe> 
     562                        <xsl0:attribute name="frameborder"><xsl0:value-of select="si(@frameborder='yes','1','0')"/></xsl0:attribute> 
     563                        <xsl0:if test="@scrolling"><xsl0:attribute name="scrolling"><xsl0:value-of select="@scrolling"/></xsl0:attribute></xsl0:if> 
     564                        <xsl0:if test="@marginheight"><xsl0:attribute name="marginheight"><xsl0:value-of select="@marginheight"/></xsl0:attribute></xsl0:if> 
     565                        <xsl0:if test="@marginwidth"><xsl0:attribute name="marginwidth"><xsl0:value-of select="@marginwidth"/></xsl0:attribute></xsl0:if> 
     566                        <xsl0:attribute name="frameborder"><xsl0:value-of select="si(@frameborder='yes','1','0')"/></xsl0:attribute> 
    562567                        <xsl0:attribute name="src"><xsl0:apply-templates mode="contentUrl"/></xsl0:attribute> 
    563568                        <xsl0:call-template name="classAtt"/> 
Note: See TracChangeset for help on using the changeset viewer.