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 guide.xsl
Date: Fri, 09 May 2008 22:37:20
Message-Id: E1JubDJ-0005XR-Nt@stork.gentoo.org
1 neysx 08/05/09 22:37:17
2
3 Modified: guide2.xsl guide.xsl
4 Log:
5 revision 1.231
6 date: 2008-05-09 21:18:45 +0200; author: solar; state: Exp; lines: +10 -0; commitid: 38ed4824a3944567;
7 - Linux World Logo. Keep active till Aug-08-2008
8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9 Make "the till 8-8-8" part happen automagically
10 & sync guide2.xsl with latest edits
11
12 Revision Changes Path
13 1.31 xml/htdocs/xsl/guide2.xsl
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide2.xsl?rev=1.31&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide2.xsl?rev=1.31&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide2.xsl?r1=1.30&r2=1.31
18
19 Index: guide2.xsl
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/guide2.xsl,v
22 retrieving revision 1.30
23 retrieving revision 1.31
24 diff -u -r1.30 -r1.31
25 --- guide2.xsl 30 Mar 2008 16:31:37 -0000 1.30
26 +++ guide2.xsl 9 May 2008 22:37:17 -0000 1.31
27 @@ -1996,6 +1996,18 @@
28 <a href="http://www.gni.com">Global Netoptex Inc.</a>
29 </p>
30 </td>
31 + <xsl:if test="number(translate(func:today(),'-','')) &lt;= 20080808">
32 + <tr lang="en">
33 + <td align="center" class="topsep">
34 + <a href="http://www.linuxworldexpo.com" target="_top">
35 + <img src="{concat($images,'images/Linuxworld125X125.gif')}" width="125" alt="Linux World Expo" border="0"/>
36 + </a>
37 + <p class="alttext">
38 + <a href="http://www.linuxworldexpo.com">Linux World Expo</a>
39 + </p>
40 + </td>
41 + </tr>
42 + </xsl:if>
43 </tr>
44 <tr>
45 <td align="center" class="topsep"/>
46
47
48
49 1.233 xml/htdocs/xsl/guide.xsl
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.233&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.233&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide.xsl?r1=1.232&r2=1.233
54
55 Index: guide.xsl
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/guide.xsl,v
58 retrieving revision 1.232
59 retrieving revision 1.233
60 diff -u -r1.232 -r1.233
61 --- guide.xsl 9 May 2008 19:57:00 -0000 1.232
62 +++ guide.xsl 9 May 2008 22:37:17 -0000 1.233
63 @@ -1855,6 +1855,7 @@
64 </p>
65 </td>
66 </tr>
67 + <xsl:if test="number(translate(func:today(),'-','')) &lt;= 20080808">
68 <tr lang="en">
69 <td align="center" class="topsep">
70 <a href="http://www.linuxworldexpo.com" target="_top">
71 @@ -1865,6 +1866,7 @@
72 </p>
73 </td>
74 </tr>
75 + </xsl:if>
76 <tr>
77 <td align="center" class="topsep"/>
78 </tr>
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list