[gcompris/gcomprixogoo] Fixed icons missing on the website.



commit 8ac277d62f92232ed6313f68ba68bd1261ea221f
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Tue Mar 2 00:32:48 2010 +0100

    Fixed icons missing on the website.

 docs/spip_oneboard.xsl |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/docs/spip_oneboard.xsl b/docs/spip_oneboard.xsl
index c3db0ca..650e3cc 100644
--- a/docs/spip_oneboard.xsl
+++ b/docs/spip_oneboard.xsl
@@ -89,7 +89,7 @@
 
                     <DIV class="flottante">
                       <IMG border="0" alt="" align="right">
-                        <xsl:attribute name="src"><xsl:value-of select="@icon"/></xsl:attribute>
+                        <xsl:attribute name="src"><xsl:value-of select="concat('boardicons/',@icon)"/></xsl:attribute>
                       </IMG>
 
                       <xsl:if test="@difficulty">
@@ -100,11 +100,6 @@
                         </IMG>
                       </xsl:if>
 
-                      <xsl:if test="(starts-with(@type,'python:')=false)">
-                        <IMG border="0" alt=""  align="right" src="boardicons/win.png">
-                        </IMG>
-                      </xsl:if>
-
                     </DIV>
                   </DIV>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]