crossley 02/01/28 18:51:45 Modified: src/webapp/stylesheets simple-samples2html.xsl svg-samples2html.xsl src/webapp/sub/stylesheets simple-samples2html.xsl Log: Use a compromise solution for the previous change, i.e. banner uses two table rows. Revision Changes Path 1.5 +6 -4 xml-cocoon2/src/webapp/stylesheets/simple-samples2html.xsl Index: simple-samples2html.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/stylesheets/simple-samples2html.xsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- simple-samples2html.xsl 28 Jan 2002 02:38:44 -0000 1.4 +++ simple-samples2html.xsl 29 Jan 2002 02:51:45 -0000 1.5 @@ -11,10 +11,12 @@ <body bgcolor="#ffffff" link="#0086b2" vlink="#00698c" alink="#743e75"> <table border="0" cellspacing="2" cellpadding="2" align="center" width="100%"> <tr> - <td width="30%"><font face="arial,helvetica,sanserif" color="#000000">The -Apache Software Foundation is proud to present...</font></td> - <td width="40%"><img border="0" src="images/cocoon.gif"/></td> - <td width="30%" align="right"><font face="arial,helvetica,sanserif" color="#000000"><b>version @version@</b></font></td> + <td colspan="3" align="center"><font face="arial,helvetica,sanserif" color="#000000">The Apache Software Foundation is proud to present...</font></td> + </tr> + <tr> + <td width="30%"></td> + <td width="40%" align="center"><img border="0" src="images/cocoon.gif"/></td> + <td width="30%" align="center"><font face="arial,helvetica,sanserif" color="#000000"><b>version @version@</b></font></td> </tr> </table> 1.5 +6 -4 xml-cocoon2/src/webapp/stylesheets/svg-samples2html.xsl Index: svg-samples2html.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/stylesheets/svg-samples2html.xsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- svg-samples2html.xsl 28 Jan 2002 02:38:44 -0000 1.4 +++ svg-samples2html.xsl 29 Jan 2002 02:51:45 -0000 1.5 @@ -10,10 +10,12 @@ <body bgcolor="#ffffff" link="#0086b2" vlink="#00698c" alink="#743e75"> <table border="0" cellspacing="2" cellpadding="2" align="center" width="100%"> <tr> - <td width="30%"><font face="arial,helvetica,sanserif" color="#000000">The -Apache Software Foundation is proud to present...</font></td> - <td width="40%"><img border="0" src="images/cocoon.gif"/></td> - <td width="30%" align="right"><font face="arial,helvetica,sanserif" color="#000000"><b>version @version@</b></font></td> + <td colspan="3" align="center"><font face="arial,helvetica,sanserif" color="#000000">The Apache Software Foundation is proud to present...</font></td> + </tr> + <tr> + <td width="30%"></td> + <td width="40%" align="center"><img border="0" src="images/cocoon.gif"/></td> + <td width="30%" align="center"><font face="arial,helvetica,sanserif" color="#000000"><b>version @version@</b></font></td> </tr> </table> 1.4 +6 -4 xml-cocoon2/src/webapp/sub/stylesheets/simple-samples2html.xsl Index: simple-samples2html.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/sub/stylesheets/simple-samples2html.xsl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- simple-samples2html.xsl 28 Jan 2002 02:38:44 -0000 1.3 +++ simple-samples2html.xsl 29 Jan 2002 02:51:45 -0000 1.4 @@ -11,10 +11,12 @@ <body bgcolor="#ffffff" link="#0086b2" vlink="#00698c" alink="#743e75"> <table border="0" cellspacing="2" cellpadding="2" align="center" width="100%"> <tr> - <td width="30%"><font face="arial,helvetica,sanserif" color="#000000">The -Apache Software Foundation is proud to present...</font></td> - <td width="40%"><img border="0" src="images/cocoon.gif"/></td> - <td width="30%" align="right"><font face="arial,helvetica,sanserif" color="#000000"><b>version @version@</b></font></td> + <td colspan="3" align="center"><font face="arial,helvetica,sanserif" color="#000000">The Apache Software Foundation is proud to present...</font></td> + </tr> + <tr> + <td width="30%"></td> + <td width="40%" align="center"><img border="0" src="images/cocoon.gif"/></td> + <td width="30%" align="center"><font face="arial,helvetica,sanserif" color="#000000"><b>version @version@</b></font></td> </tr> </table>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]