|
<xsl:choose>
<xsl:when
test="position()
mod 2 = 0">
<td
align="left"
valign="top"
class="back">
<a
class="SectionNameText"
href="{$URL}">
<xsl:value-of
select="$pName"
disable-output-escaping="yes"/>
</a><br
/><br
/>
<xsl:choose>
<xsl:when
test="$ShowSummaryInTableOrderFormat='true'"><xsl:value-of
select="Summary"
disable-output-escaping="yes"
/></xsl:when>
<xsl:otherwise><xsl:value-of
select="aspdnsf:GetMLValue(Description)"
disable-output-escaping="yes"
/></xsl:otherwise>
</xsl:choose>
<br
/><img
src="images/spacer.gif"
width="125"
height="5"
/><br
/>
<a
class="SectionNameText"
href="{$URL}">
<xsl:value-of
select="aspdnsf:StringResource('common.cs.25',
$LocaleSetting)"
disable-output-escaping="yes"
/>
</a>
</td>
</xsl:when>
<xsl:otherwise>
<td
align="left"
valign="top">
<a
class="SectionNameText"
href="{$URL}">
<xsl:value-of
select="$pName"
disable-output-escaping="yes"/>
</a><br
/><br
/>
<xsl:choose>
<xsl:when
test="$ShowSummaryInTableOrderFormat='true'"><xsl:value-of
select="Summary"
disable-output-escaping="yes"
/></xsl:when>
<xsl:otherwise><xsl:value-of
select="aspdnsf:GetMLValue(Description)"
disable-output-escaping="yes"
/></xsl:otherwise>
</xsl:choose>
<br
/><img
src="images/spacer.gif"
width="125"
height="5"
/><br
/>
<a
class="SectionNameText"
href="{$URL}">
<xsl:value-of
select="aspdnsf:StringResource('common.cs.25',
$LocaleSetting)"
disable-output-escaping="yes"
/>
</a>
</td>
</xsl:otherwise>
</xsl:choose>
|