Gentoo Archives: gentoo-commits

From: "Xavier Neys (neysx)" <neysx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/xsl: guide2.xsl
Date: Sun, 28 Sep 2008 15:52:26
Message-Id: E1KjyZL-00083t-Pl@stork.gentoo.org
1 neysx 08/09/28 15:52:23
2
3 Modified: guide2.xsl
4 Log:
5 #204402 use local planet icon
6
7 Revision Changes Path
8 1.37 xml/htdocs/xsl/guide2.xsl
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide2.xsl?rev=1.37&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide2.xsl?rev=1.37&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide2.xsl?r1=1.36&r2=1.37
13
14 Index: guide2.xsl
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/guide2.xsl,v
17 retrieving revision 1.36
18 retrieving revision 1.37
19 diff -u -r1.36 -r1.37
20 --- guide2.xsl 28 Sep 2008 15:45:56 -0000 1.36
21 +++ guide2.xsl 28 Sep 2008 15:52:23 -0000 1.37
22 @@ -2095,7 +2095,7 @@
23 <img class="newsicon" src="/images/icon-freescale.gif" alt="Freescale Semiconductor"/>
24 </xsl:when>
25 <xsl:when test="$thenews/@category='planet'">
26 - <img class="newsicon" src="http://dev.gentoo.org/~neysx/G-Earth.jpg" alt="Planet Earth"/>
27 + <img class="newsicon" src="/images/G-Earth.jpg" alt="Planet Earth"/>
28 </xsl:when>
29 </xsl:choose>