comparison xsls/body.xsls @ 780:ac8ea1e005bf

Removed extraneous table added in r692.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 11 Dec 2012 08:11:53 +0000
parents 31ba6a104186
children 47fd2989d10f
comparison
equal deleted inserted replaced
779:32b8498cfb40 780:ac8ea1e005bf
15 X:if "$lang = 'he'" { X:text {right} } else { X:text {left} } 15 X:if "$lang = 'he'" { X:text {right} } else { X:text {left} }
16 } 16 }
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 id="banner"> 22 <div id="banner">
23 X:if "@lang = 'he'" { X:attribute "class" { X:text{ltr} } } 23 X:if "@lang = 'he'" { X:attribute "class" { X:text{ltr} } }
24 <center> 24 <center>
25 <table> 25 <table>
43 X:if "@lang = 'he'" { X:attribute "align" { X:text{left} } } 43 X:if "@lang = 'he'" { X:attribute "align" { X:text{left} } }
44 <a href="http://nginx.org"> 44 <a href="http://nginx.org">
45 <img src="http://nginx.org/nginx.gif" alt="nginx" border="0"/> 45 <img src="http://nginx.org/nginx.gif" alt="nginx" border="0"/>
46 </a> 46 </a>
47 </td> 47 </td>
48 </tr> 48 </tr>
49 </table>
50 49
51 <table width="100%">
52 <tr> 50 <tr>
53 <td width="70%"><center><h3> 51 <td width="70%"><center><h3>
54 !{@name} X:if "$YEAR" { X:text{: } !{$YEAR} } 52 !{@name} X:if "$YEAR" { X:text{: } !{$YEAR} }
55 </h3></center></td> 53 </h3></center></td>
56 54