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: guide.xsl
Date: Fri, 26 Jun 2009 16:31:43
Message-Id: E1MKEKx-0008RT-K8@stork.gentoo.org
1 neysx 09/06/26 16:31:39
2
3 Modified: guide.xsl
4 Log:
5 Do not display header on <pre> tags on archives.g.o
6
7 Revision Changes Path
8 1.244 xml/htdocs/xsl/guide.xsl
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.244&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.244&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide.xsl?r1=1.243&r2=1.244
13
14 Index: guide.xsl
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/guide.xsl,v
17 retrieving revision 1.243
18 retrieving revision 1.244
19 diff -u -r1.243 -r1.244
20 --- guide.xsl 26 Jun 2009 03:48:42 -0000 1.243
21 +++ guide.xsl 26 Jun 2009 16:31:39 -0000 1.244
22 @@ -1160,6 +1160,7 @@
23
24 <a name="{$preid}"/>
25 <table class="ntable" width="100%" cellspacing="0" cellpadding="0" border="0">
26 + <xsl:if test="not($httphost='archives')">
27 <tr>
28 <td bgcolor="#7a5ada">
29 <p class="codetitle">
30 @@ -1170,6 +1171,7 @@
31 </p>
32 </td>
33 </tr>
34 + </xsl:if>
35 <tr>
36 <td bgcolor="#eeeeff" align="left" dir="ltr">
37 <pre>