comparison xsls/article.xsls @ 3041:80cc4e6d3d6d

Free nginx: removed marketing banner.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:05:45 +0300
parents c704a743f269
children 6c78190bc1cb
comparison
equal deleted inserted replaced
3040:b55264db8d9f 3041:80cc4e6d3d6d
24 X:include href = "dirname.xslt"; 24 X:include href = "dirname.xslt";
25 X:include href = "link.xslt"; 25 X:include href = "link.xslt";
26 X:include href = "style.xslt"; 26 X:include href = "style.xslt";
27 X:include href = "body.xslt"; 27 X:include href = "body.xslt";
28 X:include href = "menu.xslt"; 28 X:include href = "menu.xslt";
29 X:include href = "banner.xslt";
30 X:include href = "content.xslt"; 29 X:include href = "content.xslt";
31 X:include href = "books.xslt"; 30 X:include href = "books.xslt";
32 X:include href = "directive.xslt"; 31 X:include href = "directive.xslt";
33 X:include href = "donate.xslt"; 32 X:include href = "donate.xslt";
34 X:include href = "download.xslt"; 33 X:include href = "download.xslt";
47 46
48 <title> !{@name} </title> 47 <title> !{@name} </title>
49 48
50 !style (lang="@lang") 49 !style (lang="@lang")
51 50
52 !banner ()
53
54 </head> 51 </head>
55 52
56 !body (lang="@lang") 53 !body (lang="@lang")
57 54
58 </html> 55 </html>