diff xslt/body.xslt @ 694:2ced25001893

Regenerated.
author Vladimir Homutov <vl@nginx.com>
date Mon, 01 Oct 2012 13:50:19 +0000
parents ba913f7cf7c1
children 91dd4a7fadbb
line wrap: on
line diff
--- a/xslt/body.xslt	Fri Sep 28 11:14:47 2012 +0000
+++ b/xslt/body.xslt	Mon Oct 01 13:50:19 2012 +0000
@@ -35,6 +35,76 @@
             <tr>
 
                <td width="70%">
+
+                  <div id="banner">
+
+                     <xsl:if test="@lang = 'he'">
+                        <xsl:attribute name="class">
+                           <xsl:text>ltr</xsl:text>
+                        </xsl:attribute>
+                     </xsl:if>
+
+                     <center>
+
+                        <table>
+
+                           <tr>
+
+                              <td align="center">
+
+                                 <a href="http://nginx.com/support.html">
+
+                                    <strong>nginx professional services</strong>
+
+                                 </a>
+
+                              </td>
+
+                           </tr>
+
+                           <tr>
+
+                              <td align="center">
+
+                                 <i>Prioritize. Save time. Stay focused.</i>
+
+                              </td>
+
+                           </tr>
+
+                        </table>
+
+                     </center>
+
+                  </div>
+
+               </td>
+
+               <td align="right">
+
+                  <xsl:if test="@lang = 'he'">
+                     <xsl:attribute name="align">
+                        <xsl:text>left</xsl:text>
+                     </xsl:attribute>
+                  </xsl:if>
+
+                  <a href="http://nginx.org">
+
+                     <img src="http://nginx.org/nginx.gif" alt="nginx" border="0"/>
+
+                  </a>
+
+               </td>
+
+            </tr>
+
+         </table>
+
+         <table width="100%">
+
+            <tr>
+
+               <td width="70%">
                   <center>
                      <h3>
 
@@ -50,13 +120,6 @@
 
                <td rowspan="2" align="{$MENU_ALIGN}" valign="top">
 
-                  <a href="http://nginx.org">
-
-                     <img src="/nginx.gif" alt="nginx" border="0"/>
-
-                  </a>
-                  <br/>
-
                   <br/>
 
                   <xsl:apply-templates select="document(concat($XML, '/menu.xml'))                          /menus/menu[@lang = $lang]/item"/>
@@ -187,4 +250,4 @@
       </body>
    </xsl:template>
 
-</xsl:stylesheet>
+</xsl:stylesheet>
\ No newline at end of file