[Yanel-commits] rev 25910 - public/yanel/trunk/src/realms/yanel-website/content/xslt

michi at wyona.com michi at wyona.com
Wed Jul 11 00:21:42 CEST 2007


Author: michi
Date: 2007-07-11 00:21:42 +0200 (Wed, 11 Jul 2007)
New Revision: 25910

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/xslt/global.xsl
Log:
colspan fixed

Modified: public/yanel/trunk/src/realms/yanel-website/content/xslt/global.xsl
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/xslt/global.xsl	2007-07-10 22:15:41 UTC (rev 25909)
+++ public/yanel/trunk/src/realms/yanel-website/content/xslt/global.xsl	2007-07-10 22:21:42 UTC (rev 25910)
@@ -67,7 +67,7 @@
 
 <table id="bodytable" cellpadding="0" cellspacing="0">
 <tr>
-  <td colspan="3">
+  <td colspan="2">
     <h1 id="header">
       <a href="{$yarep.back2realm}index.html">
         <img id="logo" src="{$yarep.back2realm}img/yanel.png"/>
@@ -96,7 +96,7 @@
 </td>
 </tr>
 <tr>
-  <td colspan="3" id="footer">
+  <td colspan="2" id="footer">
 
     <i18n:message key="poweredBy"/><xsl:text> </xsl:text><a href="http://yanel.wyona.org">Wyona Yanel</a> | <a href="https://svn.wyona.org/repos/public/tomcat-cluster/">Wyona Balancer</a> | <a href="http://tomcat.apache.org">Apache Tomcat</a> | <a href="http://httpd.apache.org">Apache HTTP Server</a><br/>
     Copyright &#169; 2007 <a href="http://www.wyona.com">Wyona</a>. <i18n:message key="allRightsReserved"/>. - <a href="?yanel.resource.meta"><i18n:message key="pageInfo"/></a> - <a href="?yanel.toolbar=on">Toolbar</a>




More information about the Yanel-commits mailing list