<p class="float-left"> <label> <input type="radio" class="classblouse" id="rbtn{$blouseId}" name="blouseGroup" value="{$blouseId}"> <xsl:value-of select="PrdDesc"/> </input> <xsl:if test="PrdCost=0"> <span> FREE </span> </xsl:if> <xsl:if test="PrdCost>0"> <span>   <xsl:choose> <xsl:when test="//PrdDtls/PrdCurrType='INR'"> INR <span class="WebRupee">Rs.</span> </xsl:when> <xsl:otherwise> <xsl:value-of select="//PrdDtls/PrdCurrType"/> <xsl:value-of select="//PrdDtls/PrdCurrSymbol"/> </xsl:otherwise> </xsl:choose> <xsl:value-of select="PrdCost"/>.00 </span> </xsl:if> </label> </p
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)