added
authorChristian Urban <urbanc@in.tum.de>
Sun, 30 Oct 2011 22:11:24 +0000
changeset 27 7c3f6f4f2f80
parent 26 19d64368e92d
child 28 da83124c2962
added
Cookbook/header-back.jpg
Cookbook/title.html
Binary file Cookbook/header-back.jpg has changed
--- a/Cookbook/title.html	Sun Oct 30 22:04:35 2011 +0000
+++ b/Cookbook/title.html	Sun Oct 30 22:11:24 2011 +0000
@@ -5,23 +5,26 @@
   <title>Isabelle Programming Tutorial</title>
   <link rel="stylesheet" href="nominal.css">
   <BASE HREF="http://www.inf.kcl.ac.uk/staff/urbanc/">
+  <script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-4143458-5']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
 </head>
 
-<body style="background-image: url(graphics/header-back.jpg);">
-<img src="Cookbook/logo-documentation.gif" alt="Isabelle Documentation Project" style="border-width: 0px;" align="left">
-<h1>Isabelle Documentation Project</h1>
+<body style="background-image: url(Cookbook/header-back.jpg);">
+<img src="Cookbook/logo-documentation.gif" alt="Isabelle Programming Tutorial" style="border-width: 0px;" align="left">
+<h1>Isabelle Programming Tutorial</h1>
 <P ALIGN=right>
 <I>funded by the German Research Foundation (<A HREF="http://www.dfg.de/en" target="_top">DFG</A>)</I>
 </P>
-
-<!-- script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4143458-3");
-pageTracker._trackPageview();
-} catch(err) {}</script -->
 </body>
 </html>