comparison xsls/download.xsls @ 132:1ebe107b3d7e

Expanded tabs into spaces.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Oct 2011 14:22:31 +0000
parents c7d2ce96298b
children 9085f0c59dc6
comparison
equal deleted inserted replaced
131:8beaff4b3b6b 132:1ebe107b3d7e
41 41
42 X:template = "download/item[position() &lt;= ../@last]" { 42 X:template = "download/item[position() &lt;= ../@last]" {
43 <tr> 43 <tr>
44 <td width="20%"> 44 <td width="20%">
45 X:if "position() = 1" { 45 X:if "position() = 1" {
46 <a> 46 <a>
47 X:attribute "href" { X:text{/} !{/article/@lang} X:text{/} !{../@changes} } 47 X:attribute "href" { X:text{/} !{/article/@lang} X:text{/} !{../@changes} }
48 !{../@changes} 48 !{../@changes}
49 </a> 49 </a>
50 } 50 }
51 </td> 51 </td>
52 52
53 <td width="20%"> 53 <td width="20%">
54 <a> 54 <a>
78 X:text {nginx/Windows-} !{@ver} 78 X:text {nginx/Windows-} !{@ver}
79 </a> 79 </a>
80 80
81 X:if "@pgp = 'yes'" { 81 X:if "@pgp = 'yes'" {
82 X:text {&#xA0; } 82 X:text {&#xA0; }
83 <a> 83 <a>
84 X:attribute "href" { 84 X:attribute "href" {
85 X:text {/download/nginx-} !{@ver} X:text {.zip.asc} 85 X:text {/download/nginx-} !{@ver} X:text {.zip.asc}
86 } 86 }
87 X:text {pgp} 87 X:text {pgp}
88 </a> 88 </a>
89 } 89 }
90 } 90 }
91 </td> 91 </td>
92 92
93 </tr> 93 </tr>