Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/xsl: guide.xsl
Date: Wed, 17 Jun 2009 01:29:40
Message-Id: E1MGjy6-0001Rc-LY@stork.gentoo.org
1 robbat2 09/06/17 01:29:38
2
3 Modified: guide.xsl
4 Log:
5 This was a tag attribute used for archives.g.o, to get a code listing block without the caption bar at all. It got dropped at some point, re-adding now to sync up archives XSL.
6
7 Revision Changes Path
8 1.242 xml/htdocs/xsl/guide.xsl
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.242&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.242&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide.xsl?r1=1.241&r2=1.242
13
14 Index: guide.xsl
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/guide.xsl,v
17 retrieving revision 1.241
18 retrieving revision 1.242
19 diff -p -w -b -B -u -u -r1.241 -r1.242
20 --- guide.xsl 1 Feb 2009 15:00:31 -0000 1.241
21 +++ guide.xsl 17 Jun 2009 01:29:38 -0000 1.242
22 @@ -1160,6 +1160,7 @@ Copyright 2001-<xsl:value-of select="sub
23
24 <a name="{$preid}"/>
25 <table class="ntable" width="100%" cellspacing="0" cellpadding="0" border="0">
26 + <xsl:if test="@plain!='true'">
27 <tr>
28 <td bgcolor="#7a5ada">
29 <p class="codetitle">
30 @@ -1170,6 +1171,7 @@ Copyright 2001-<xsl:value-of select="sub
31 </p>
32 </td>
33 </tr>
34 + </xsl:if>
35 <tr>
36 <td bgcolor="#eeeeff" align="left" dir="ltr">
37 <pre>