Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2007 13:02:36 +0100
From:      Johann Kois <jkois@freebsd.org>
To:        Gabor Kovesdan <gabor@freebsd.org>
Cc:        doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org, keramida@freebsd.org
Subject:   Re: cvs commit: www/share/sgml templates.oldnewsflash.xsl templates.oldpress.xsl
Message-ID:  <200703141302.46815.jkois@freebsd.org>
In-Reply-To: <200703131228.l2DCS0EE073562@repoman.freebsd.org>
References:  <200703131228.l2DCS0EE073562@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart2189125.SbTVqeNlzj
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Tuesday 13 March 2007 13:27, Gabor Kovesdan wrote:
> gabor       2007-03-13 12:27:59 UTC
>
>   FreeBSD doc repository
>
>   Modified files:
>     share/sgml           templates.oldnewsflash.xsl
>                          templates.oldpress.xsl
>   Log:
>   - Add missing sidenav for old news and press entries
>
>   PR:             www/105602
>   Submitted by:   Rudolf Cejka <cejkar@fit.vutbr.cz>
>   Approved by:    keramida (mentor)
>
>   Revision  Changes    Path
>   1.4       +24 -2     www/share/sgml/templates.oldnewsflash.xsl
>   1.3       +23 -2     www/share/sgml/templates.oldpress.xsl

Nice.  But there is another problem with one of these files.

templates.oldnewsflash.xsl ist used by the translated versions of
the website too.  But in the translated versions of the website
&base;/gifs/news.jpg does not exist.  So I would suggest the following
patch to solve this problem:

=2D-- templates.oldnewsflash.xsl   Wed Mar 14 12:41:33 2007
+++ templates.oldnewsflash.xsl.new       Wed Mar 14 12:42:14 2007
@@ -6,7 +6,7 @@
 <!ENTITY % navinclude.about "INCLUDE">
 ]>

=2D<!-- $FreeBSD: www/share/sgml/templates.oldnewsflash.xsl,v 1.4 2007/03/1=
3=20
12:27:59 gabor Exp $ -->
+<!-- $FreeBSD$ -->

 <xsl:stylesheet xmlns:xsl=3D"http://www.w3.org/1999/XSL/Transform"=20
version=3D"1.0"
   xmlns:cvs=3D"http://www.FreeBSD.org/XML/CVS">;
@@ -58,7 +58,7 @@
         <!-- Also notice that because this is now XML and not SGML, empty
              elements, like IMG, must have a trailing "/" just inside the
              closing angle bracket, like this " ... />" -->
=2D        <img src=3D"&base;/gifs/news.jpg" align=3D"right" border=3D"0" w=
idth=3D"193"
+        <img src=3D"&enbase;/gifs/news.jpg" align=3D"right" border=3D"0"=20
width=3D"193"
              height=3D"144" alt=3D"FreeBSD News"/>

         <xsl:apply-templates select=3D"descendant::month"/>



--nextPart2189125.SbTVqeNlzj
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (FreeBSD)

iD8DBQBF9+Rm/rDr791hwtgRAv6FAJ9XMTikC/l0roqNtixxMpv0iYcikACfaRbz
5foVyp8xALpJYcMU6Rg5fwg=
=NzcB
-----END PGP SIGNATURE-----

--nextPart2189125.SbTVqeNlzj--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703141302.46815.jkois>