crossley 02/01/27 18:38:44 Modified: src/webapp/stylesheets simple-samples2html.xsl svg-samples2html.xsl src/webapp/sub/stylesheets simple-samples2html.xsl Log: - Better use of above-the-fold screen space. - Use replacement tags instead of hard-coded version info. Revision Changes Path 1.4 +8 -5 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- simple-samples2html.xsl 22 Jan 2002 20:43:22 -0000 1.3 +++ simple-samples2html.xsl 28 Jan 2002 02:38:44 -0000 1.4 @@ -9,11 +9,14 @@ <title>Apache Cocoon @version@</title> </head> <body bgcolor="#ffffff" link="#0086b2" vlink="#00698c" alink="#743e75"> - <p align="center"><font size="+0" face="arial,helvetica,sanserif" color="#000000">The Apache Software Foundation is proud to present...</font></p> - - <p align="center"><img border="0" src="images/cocoon.gif"/></p> - - <p align="center"><font size="+0" face="arial,helvetica,sanserif" color="#000000"><b>version @version@</b></font></p> + <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> + </tr> + </table> <xsl:apply-templates/> 1.4 +9 -6 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- svg-samples2html.xsl 24 Jan 2002 14:02:50 -0000 1.3 +++ svg-samples2html.xsl 28 Jan 2002 02:38:44 -0000 1.4 @@ -8,17 +8,20 @@ <title>Apache Cocoon @version@</title> </head> <body bgcolor="#ffffff" link="#0086b2" vlink="#00698c" alink="#743e75"> - <p align="center"><font size="+0" face="arial,helvetica,sanserif" color="#000000">The Apache Software Foundation is proud to present...</font></p> - - <p align="center"><img border="0" src="images/cocoon.gif"/></p> - - <p align="center"><font size="+0" face="arial,helvetica,sanserif" color="#000000"><b>version 2.0.1-dev</b></font></p> + <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> + </tr> + </table> <xsl:apply-templates/> <p align="center"> <font size="-1"> - Copyright © 1999-2002 <a href="http://www.apache.org">The Apache Software Foundation</a>.<br/> + Copyright © @year@ <a href="http://www.apache.org">The Apache Software Foundation</a>.<br/> All rights reserved. </font> </p> 1.3 +8 -5 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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- simple-samples2html.xsl 22 Jan 2002 20:43:22 -0000 1.2 +++ simple-samples2html.xsl 28 Jan 2002 02:38:44 -0000 1.3 @@ -9,11 +9,14 @@ <title>Apache Cocoon @version@</title> </head> <body bgcolor="#ffffff" link="#0086b2" vlink="#00698c" alink="#743e75"> - <p align="center"><font size="+0" face="arial,helvetica,sanserif" color="#000000">The Apache Software Foundation is proud to present...</font></p> - - <p align="center"><img border="0" src="../images/cocoon.gif"/></p> - - <p align="center"><font size="+0" face="arial,helvetica,sanserif" color="#000000"><b>version @version@</b></font></p> + <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> + </tr> + </table> <xsl:apply-templates/>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]