comparison xsls/article.xsls @ 3044:6c78190bc1cb

Free nginx: removed obsolete translations.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:05:51 +0300
parents 80cc4e6d3d6d
children
comparison
equal deleted inserted replaced
3043:9eadb98ec770 3044:6c78190bc1cb
36 36
37 37
38 X:template = "/article | /module" { 38 X:template = "/article | /module" {
39 <html> 39 <html>
40 40
41 X:if "@lang = 'he'" { X:attribute "dir" { X:text{rtl} } }
42
43 X:if "@lang = 'cn'" { X:attribute "lang" { X:text{zh-CN} } }
44
45 <head> 41 <head>
46 42
47 <title> !{@name} </title> 43 <title> !{@name} </title>
48 44
49 !style (lang="@lang") 45 !style (lang="@lang")