comparison xsls/article.xsls @ 543:9085f0c59dc6

Google Analytics tracking script added to all pages
author Sergey Budnevitch <sb@waeme.net>
date Wed, 20 Jun 2012 13:46:28 +0000
parents b7b82f978b1d
children be54c443235a
comparison
equal deleted inserted replaced
542:a9e6a8613534 543:9085f0c59dc6
20 X:include href = "body.xslt"; 20 X:include href = "body.xslt";
21 X:include href = "menu.xslt"; 21 X:include href = "menu.xslt";
22 X:include href = "donate.xslt"; 22 X:include href = "donate.xslt";
23 X:include href = "directive.xslt"; 23 X:include href = "directive.xslt";
24 X:include href = "content.xslt"; 24 X:include href = "content.xslt";
25 X:include href = "ga.xslt";
25 X:include href = "versions.xslt"; 26 X:include href = "versions.xslt";
26 27
27 28
28 X:template = "/article | /module" { 29 X:template = "/article | /module" {
29 <html> 30 <html>
31 <head> 32 <head>
32 33
33 <title> !{@name} </title> 34 <title> !{@name} </title>
34 35
35 !style (lang="@lang") 36 !style (lang="@lang")
37
38 !ga ()
36 39
37 </head> 40 </head>
38 41
39 !body (lang="@lang") 42 !body (lang="@lang")
40 43
49 52
50 <title> !{@name} </title> 53 <title> !{@name} </title>
51 54
52 !style (lang="@lang") 55 !style (lang="@lang")
53 56
57 !ga ()
58
54 </head> 59 </head>
55 60
56 !body (lang="@lang") 61 !body (lang="@lang")
57 62
58 </html> 63 </html>