cziegeler 01/10/02 05:21:29 Modified: documentation sitemap.xmap documentation/stylesheets site2xhtml.xsl documentation/svg header.xml Log: Finish doc system - alpha Revision Changes Path 1.9 +0 -1 xml-cocoon2/documentation/sitemap.xmap Index: sitemap.xmap =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/sitemap.xmap,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sitemap.xmap 2001/10/02 10:17:11 1.8 +++ sitemap.xmap 2001/10/02 12:21:29 1.9 @@ -136,7 +136,6 @@ <map:generate src="svg/header.xml"/> <map:transform src="svg/addlabel.xsl"> <map:parameter name="use-request-parameters" value="true"/> - <map:parameter name="label" value="{2}"/> </map:transform> <map:serialize type="svg2jpeg"/> </map:match> 1.5 +2 -2 xml-cocoon2/documentation/stylesheets/site2xhtml.xsl Index: site2xhtml.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/stylesheets/site2xhtml.xsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- site2xhtml.xsl 2001/10/02 10:17:11 1.4 +++ site2xhtml.xsl 2001/10/02 12:21:29 1.5 @@ -29,8 +29,8 @@ </td> </tr> <tr> - <td width="100%" height="35" valign="top" align="left" colspan="2" bgcolor="#0086b2"> - <img src="{$header}" width="456" height="35" hspace="0" vspace="0" border="0" alt="{/site/document/title}" align="right"/> + <td width="100%" height="35" valign="top" align="right" colspan="2" bgcolor="#0086b2"> + <img src="{$header}?label={/site/document/title}" hspace="0" vspace="0" border="0" alt="{/site/document/title}" align="right"/> </td> </tr> <tr> 1.2 +3 -2 xml-cocoon2/documentation/svg/header.xml Index: header.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/documentation/svg/header.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- header.xml 2001/10/02 10:17:11 1.1 +++ header.xml 2001/10/02 12:21:29 1.2 @@ -1,4 +1,5 @@ <?xml version="1.0"?> -<svg xmlns:xlink="http://www.w3.org/1999/xlink" height="35" width="456"> - <text style="font-family:arial; font-size:35px; font-style:italic" x="0" y="34"><label/></text> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" height="35" width="500"> + <rect width="500" height="35" fill="#0086b2"/> + <text style="font-family:arial; font-size:30px; font-style:italic" text-anchor="end" x="494" y="30" fill="white"><label/></text> </svg>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]