update <title>
[mkws-moved-to-github.git] / examples / htdocs / heikki-motd.html
index 68b4b5c..e491485 100644 (file)
@@ -2,13 +2,39 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>Heikkis MOTD test</title>
-    <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
-    <link rel="stylesheet" href="http://mkws.indexdata.com/mkws.css" />
+
+    <script type="text/javascript">
+      var mkws_config = {
+          //show_perpage: false,
+          //show_sort: false,
+          //perpage_default: 10,
+          //sort_default: "title:1",
+      };
+    </script>
+    <script type="text/javascript" src="/tools/htdocs/jquery-1.10.0.min.js"></script>
+    <script type="text/javascript" src="/tools/htdocs/pz2.js"></script>
+    <script type="text/javascript" src="/tools/htdocs/handlebars-v3.0.3.js"></script>
+    <script type="text/javascript" src="/tools/htdocs/jquery.json-2.4.js"></script>
+    <script type="text/javascript" src="/tools/htdocs/jsnlog.min.js"></script>
+    <script type="text/javascript" src="/tools/htdocs/mkws.js"></script>
+
+    <style type="text/css">
+      .mkws-facets div.facet {
+      float:left;
+      width: 30%;
+      margin: 0.3em;
+      }
+      .mkws-stat {
+      text-align: right;
+      }
+    </style>
+
   </head>
   <body>
     <h1>Heikkis test for the MOTD</h1>
-    <div id="mkwsMOTD">This is the MOTD div </div>
-    <div id="mkwsSearch"></div>
-    <div id="mkwsResults"></div>
+    <div class="mkws-motd">This is the mkws-motd div </div>
+    <br/>The MOTD should not be visible above this line.
+    <div class="mkws-search"></div>
+    <div class="mkws-results"></div>
   </body>
-</html>
\ No newline at end of file
+</html>