Revision 5991
Added by ben leinfelder almost 14 years ago
lib/style/common/resultset-table.xsl | ||
---|---|---|
74 | 74 |
<tr valign="top" class="subpanel"> |
75 | 75 |
<xsl:attribute name="class"> |
76 | 76 |
<xsl:choose> |
77 |
<xsl:when |
|
78 |
test="position() mod 2 = 1"> |
|
79 |
rowodd |
|
80 |
</xsl:when> |
|
81 |
<xsl:when |
|
82 |
test="position() mod 2 = 0"> |
|
83 |
roweven |
|
84 |
</xsl:when> |
|
77 |
<xsl:when test="position() mod 2 = 1">rowodd</xsl:when> |
|
78 |
<xsl:when test="position() mod 2 = 0">roweven</xsl:when> |
|
85 | 79 |
</xsl:choose> |
86 | 80 |
</xsl:attribute> |
87 | 81 |
|
Also available in: Unified diff
new lines were showing up in the html source becuase of whitespace in this - removed the white space and the new lines are gone...