Show
Ignore:
Timestamp:
25.07.2007 16:34:31 (3 years ago)
Author:
sam
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_webSiteToWebSiteGenTransf/bsDescContent.xml.xsl

    r8599 r9400  
    196196        <!-- WIFrame --> 
    197197        <xsl0:template match="sm:WIFrame" mode="xhtml"> 
    198                 <iframe class="{$vPrefixClass}_{@internalClass} {@commonClass}" src="[![agent=//url_{generate-id(sm:url)}]!]"/> 
     198                <iframe class="{$vPrefixClass}_{@internalClass} {@commonClass}" src="[![agent=//url_{generate-id(sm:url)}]!]"> 
     199                        <xsl0:attribute name="frameborder"><xsl0:value-of select="si(@frameborder='yes','1','0')"/></xsl0:attribute> 
     200                        <xsl0:if test="@scrolling"><xsl0:attribute name="scrolling"><xsl0:value-of select="@scrolling"/></xsl0:attribute></xsl0:if> 
     201                        <xsl0:if test="@marginheight"><xsl0:attribute name="marginheight"><xsl0:value-of select="@marginheight"/></xsl0:attribute></xsl0:if> 
     202                        <xsl0:if test="@marginwidth"><xsl0:attribute name="marginwidth"><xsl0:value-of select="@marginwidth"/></xsl0:attribute></xsl0:if> 
     203                </iframe> 
    199204        </xsl0:template> 
    200205