Changeset 1404 for WAeUP_SRP/trunk/profiles/default/schemas
- Timestamp:
- 10 Feb 2007, 17:02:32 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/schemas/schema.xsl
r1403 r1404 22 22 <xsl:sort select="@name" 23 23 order="ascending" /> 24 <tr> 24 <xsl:variable name="color"> 25 <xsl:choose> 26 <xsl:when test="position() mod 2 = 0"> 27 <xsl:text>#ffffff</xsl:text> 28 </xsl:when> 29 <xsl:otherwise> 30 <xsl:text>#eeeeee</xsl:text> 31 </xsl:otherwise> 32 </xsl:choose> 33 </xsl:variable> 34 <tr style="background-color:{$color}"> 25 35 <td colspan=""> 26 36 <xsl:value-of select="@name"/>
Note: See TracChangeset for help on using the changeset viewer.