Changeset 9397 for trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_binaryXhtmlTransf/widgets.xsl.xsl
- Timestamp:
- 07/25/07 14:45:20 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_binaryXhtmlTransf/widgets.xsl.xsl
r9373 r9397 559 559 <!-- WIFrame --> 560 560 <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> 562 567 <xsl0:attribute name="src"><xsl0:apply-templates mode="contentUrl"/></xsl0:attribute> 563 568 <xsl0:call-template name="classAtt"/>
Note: See TracChangeset
for help on using the changeset viewer.