Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 6829 invoked from network); 5 May 2005 09:42:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 May 2005 09:42:58 -0000 Received: (qmail 92202 invoked by uid 500); 5 May 2005 09:45:12 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 92167 invoked by uid 500); 5 May 2005 09:45:12 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 92135 invoked by uid 99); 5 May 2005 09:45:11 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 05 May 2005 02:45:11 -0700 Received: (qmail 6812 invoked by uid 65534); 5 May 2005 09:42:54 -0000 Message-ID: <20050505094254.6811.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r168305 - in /forrest/trunk: main/webapp/skins/common/xslt/fo/document2fo.xsl site-author/status.xml Date: Thu, 05 May 2005 09:42:54 -0000 To: svn@forrest.apache.org From: rgardler@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rgardler Date: Thu May 5 02:42:53 2005 New Revision: 168305 URL: http://svn.apache.org/viewcvs?rev=3D168305&view=3Drev Log: FO output honours colour settings in skinconf + handle links other than jus= t 'link' (fix for 430, thanks to Florian G, Haas) Modified: forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl forrest/trunk/site-author/status.xml Modified: forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/common/x= slt/fo/document2fo.xsl?rev=3D168305&r1=3D168304&r2=3D168305&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl (origina= l) +++ forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl Thu May = 5 02:42:53 2005 @@ -389,13 +389,20 @@ =20 + + + - + + + + + @@ -421,6 +428,14 @@ =20 + + =20 +   + @@ -485,10 +500,11 @@ =20 + =20 + @@ -630,7 +647,7 @@ border-after-style=3D"solid" border-start-style=3D"solid" border-end-style=3D"solid" - border-color=3D"#D00000" + border-color=3D"{$color}" background-color=3D"#fff0f0" padding-start=3D"3pt" padding-end=3D"3pt" @@ -642,6 +659,7 @@ =20 + + border-color=3D"{$color}" + background-color=3D"{$color}"> @@ -670,7 +688,7 @@ border-after-style=3D"solid" border-start-style=3D"solid" border-end-style=3D"solid" - border-color=3D"#A0C9F5" + border-color=3D"{$color}" background-color=3D"#F0F0FF" padding-start=3D"3pt" padding-end=3D"3pt" @@ -681,6 +699,7 @@ =20 + + border-color=3D"{$color}" + background-color=3D"{$color}"> FIXME (): @@ -706,7 +725,7 @@ border-after-style=3D"solid" border-start-style=3D"solid" border-end-style=3D"solid" - border-color=3D"#C6C650" + border-color=3D"{$color}" background-color=3D"#FFF0F0" padding-start=3D"3pt" padding-end=3D"3pt" @@ -716,15 +735,16 @@ =20 - + + - + - + () @@ -833,12 +853,16 @@ =20 + + + color=3D"#FFFFFF" + background-color=3D"{$background-color}" + border=3D"1pt solid {$border-color}"> @@ -853,12 +877,15 @@ =20 + + + background-color=3D"{$background-color}" + border=3D"1pt solid {$border-color}"> Modified: forrest/trunk/site-author/status.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/status.xml?rev= =3D168305&r1=3D168304&r2=3D168305&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- forrest/trunk/site-author/status.xml (original) +++ forrest/trunk/site-author/status.xml Thu May 5 02:42:53 2005 @@ -47,6 +47,15 @@ =20 + + * Uses skinconf.xml to determine background and border color for n= otes, warnings, and fixmes; + * Uses skinconf.xml to determine background and border color for t= able cells (headers and data); + * Honors headings type set in skinconf.xml (clean|underlined|boxed= ) and colors headings accordingly; + * Uses skinconf.xml to determine font color for links. + + In addition, this patch extends the "link" template to also apply = to the "fork", "jump", and "a" elements. + Added document to facilitate