[Yanel-commits] rev 26519 - public/yanel/trunk/src/contributions/resources/nutch/xslt

michi at wyona.com michi at wyona.com
Mon Aug 6 13:58:01 CEST 2007


Author: michi
Date: 2007-08-06 13:58:00 +0200 (Mon, 06 Aug 2007)
New Revision: 26519

Modified:
   public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
Log:
add default check

Modified: public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-08-06 11:52:48 UTC (rev 26518)
+++ public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-08-06 11:58:00 UTC (rev 26519)
@@ -233,7 +233,7 @@
   </xsl:template>
 
   <xsl:template match="yanel:groups" mode="form">
-    <br/><input type="radio" name="group" value="usage"><xsl:if test="$group = 'usage'"><xsl:attribute name="checked">true</xsl:attribute></xsl:if></input>Usage <input type="radio" name="group" value="dev"><xsl:if test="$group = 'dev'"><xsl:attribute name="checked">true</xsl:attribute></xsl:if></input>Development
+    <br/><input type="radio" name="group" value="usage"><xsl:if test="$group = 'usage'"><xsl:attribute name="checked">true</xsl:attribute></xsl:if></input>Usage <input type="radio" name="group" value="dev"><xsl:if test="$group = 'dev'"><xsl:attribute name="checked">true</xsl:attribute></xsl:if><xsl:if test="$group = ''"><xsl:attribute name="checked">true</xsl:attribute></xsl:if></input>Development
   </xsl:template>
 
 </xsl:stylesheet>



More information about the Yanel-commits mailing list