Changeset 6496 for trunk/Wsp_ModelingAssmnt/spaces/gen/modelBuilder/bs.doss/_common/sma/xhtmlTransf/common.xsl.xsl
- Timestamp:
- 09/08/06 22:52:04 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_ModelingAssmnt/spaces/gen/modelBuilder/bs.doss/_common/sma/xhtmlTransf/common.xsl.xsl
r6295 r6496 451 451 <xsl0:template match="sm:minPoints" mode="jsScoreCo">"<span class='<xsl0:value-of select="chaineProtegeJs(@commonClass)"/>'>"+<xsl0:if test="@valueFormat='unsignedNumeric'">Math.abs</xsl0:if>(Math.round(this.fMinPts / <xsl0:value-of select="../../@step"/>) * <xsl0:value-of select="../../@step"/>)+"</span>"+</xsl0:template> 452 452 <xsl0:template match="sm:maxPoints" mode="jsScoreCo">"<span class='<xsl0:value-of select="chaineProtegeJs(@commonClass)"/>'>"+<xsl0:if test="@valueFormat='unsignedNumeric'">Math.abs</xsl0:if>(Math.round(this.fMaxPts / <xsl0:value-of select="../../@step"/>) * <xsl0:value-of select="../../@step"/>)+"</span>"+</xsl0:template> 453 <xsl0:template match=" text()" mode="jsScoreCo">"<xsl0:value-of select="chaineProtegeJs(.)"/>"+</xsl0:template>454 <xsl0:template match=" *" mode="jsScoreCo"/>453 <xsl0:template match="sm:fixedString" mode="jsScoreCo">"<xsl0:value-of select="chaineProtegeJs(@value)"/>"+</xsl0:template> 454 <xsl0:template match="node()" mode="jsScoreCo"/> 455 455 456 456
Note: See TracChangeset
for help on using the changeset viewer.