Add google analytics code to header in layout
[catagits/App-IdiotBox.git] / share / skin / presentingperl / html / layout.html
CommitLineData
139641f3 1<html>
2 <head>
3 <title>
4 Perl Resource/Media Vault
5 </title>
6 <link rel="stylesheet" type="text/css" href="/style/layout.css">
7 <link rel="stylesheet" type="text/css" href="/style/basic.css">
01395011 8 <script type="text/javascript">
9
10 var _gaq = _gaq || [];
11 _gaq.push(['_setAccount', 'UA-2382391-10']);
12 _gaq.push(['_trackPageview']);
13
14 (function() {
15 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
16 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
17 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
18 })();
19
20 </script>
139641f3 21 </head>
22 <body>
23
24 <div id="wrap1">
25 <div id="wrap2">
26 <div id="main-content">
27 </div>
28
29 <div id="footer">
30 <p class="footer">
31 Site Copyright &copy; Shadowcat Systems Limited 2005-10 <br />
32 The Barracks, White Cross, South Road, Lancaster, LA1 4XQ <br /> <br />
33 Media Copyright &copy; the right to be associated with this work remains with
34 the author [1]<br /> <br />
35 <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">
36 <img alt="Creative Commons License"
37 style="border-width:0"
38 src="http://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" /></a><br />
39 This <span xmlns:dc="http://purl.org/dc/elements/1.1/"
40 href="http://purl.org/dc/dcmitype/MovingImage" rel="dc:type">
41 work</span> is licensed under a
42 <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">
43 Creative Commons Attribution-Noncommercial-No Derivative Works 3.0
44 Unported License</a>.<br /><br />
45 Powered by: <img src="http://external.shadowcatprojects.net/data/common/images/idiot-box.png"
46 alt="Idiot box logo" /> Idiot Box<br />
47 [1] Unless otherwise stated
48 </p>
49 </div>
50
51 </div>
52 </div>
53
54 <div id="navbar">
55 <ul>
68a18374 56 <li><a href="/">Home</a></li>
139641f3 57 </ul>
58 </div>
59
60 <div id="logo">
61 <h1 class="notseen">Presenting Perl</h1>
62 </div>
63
64 </body>
65</html>
66