get html header from file
[ppastats.git] / www / header.tpl
diff --git a/www/header.tpl b/www/header.tpl
new file mode 100644 (file)
index 0000000..c9f3552
--- /dev/null
@@ -0,0 +1,17 @@
+<html> 
+  <head>
+    <title>%s</title>
+    <link type="text/css"
+         rel="stylesheet"
+         href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
+    <link type="text/css" href="css/ppastats.css" rel="stylesheet"/>
+    <link type="text/css" href="css/jquery.jqplot.min.css" rel="stylesheet" />
+    <!--[if lt IE 9]><script language="javascript" type="text/javascript" src="js/excanvas.js"></script><![endif]-->
+    <script type="text/javascript" src="js/jquery.min.js"></script>
+    <script type="text/javascript" src="js/jquery.jqplot.min.js"></script>
+    <script type="text/javascript" src="js/jqplot.dateAxisRenderer.min.js"></script>
+    <script type="text/javascript" src="js/ppastats.js"></script>
+    <script>%s</script>
+  </head>
+  <body>
+