pkg version template
[ppastats.git] / www / header.tpl
index c9f3552..0bd0327 100644 (file)
@@ -1,8 +1,7 @@
 <html> 
   <head>
-    <title>%s</title>
-    <link type="text/css"
-         rel="stylesheet"
+    <title>@TITLE@</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" />
@@ -11,7 +10,7 @@
     <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>
+    <script>@SCRIPT@</script>
   </head>
   <body>