comparison xsls/versions.xsls @ 1128:1594ed379f1f

De-i18n'ed <commercial_version/>. Now the text of a link has to be written verbatim.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Mar 2014 13:15:42 +0400
parents 710767011227
children 9eadb98ec770
comparison
equal deleted inserted replaced
1127:948c853f5d22 1128:1594ed379f1f
15 /versions/download[@tag='stable'][1]/item[1]/@ver"; 15 /versions/download[@tag='stable'][1]/item[1]/@ver";
16 } 16 }
17 17
18 X:template = "commercial_version" { 18 X:template = "commercial_version" {
19 <a href="http://nginx.com/products/"> 19 <a href="http://nginx.com/products/">
20 !{document(concat($XML, '/i18n.xml')) 20 !!;
21 /i18n/text[@lang = $LANG]/item[@id='commercial_subscription']}
22 </a> 21 </a>
23 } 22 }
24 23
25 } 24 }