comparison xsls/body.xsls @ 692:31ba6a104186

Fixed the logo location and banner text direction for the Hebrew.
author Vladimir Homutov <vl@nginx.com>
date Fri, 28 Sep 2012 11:04:16 +0000
parents 023e9f139c3c
children ac8ea1e005bf
comparison
equal deleted inserted replaced
691:023e9f139c3c 692:31ba6a104186
17 17
18 <body> 18 <body>
19 <table width="100%"> 19 <table width="100%">
20 <tr> 20 <tr>
21 <td width="70%"> 21 <td width="70%">
22 <div class="banner"> 22 <div id="banner">
23 X:if "@lang = 'he'" { X:attribute "class" { X:text{ltr} } }
23 <center> 24 <center>
24 <table> 25 <table>
25 <tr> 26 <tr>
26 <td align="center"> 27 <td align="center">
27 <a href="http://nginx.com/support.html"> 28 <a href="http://nginx.com/support.html">
37 </table> 38 </table>
38 </center> 39 </center>
39 </div> 40 </div>
40 </td> 41 </td>
41 <td align="right"> 42 <td align="right">
43 X:if "@lang = 'he'" { X:attribute "align" { X:text{left} } }
42 <a href="http://nginx.org"> 44 <a href="http://nginx.org">
43 <img src="http://nginx.org/nginx.gif" alt="nginx" border="0"/> 45 <img src="http://nginx.org/nginx.gif" alt="nginx" border="0"/>
44 </a> 46 </a>
45 </td> 47 </td>
46 </tr> 48 </tr>