New file stateful.html
authorMike Taylor <mike@indexdata.com>
Thu, 17 Apr 2014 14:45:50 +0000 (15:45 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 17 Apr 2014 14:45:50 +0000 (15:45 +0100)
examples/htdocs/stateful.html [new file with mode: 0644]

diff --git a/examples/htdocs/stateful.html b/examples/htdocs/stateful.html
new file mode 100644 (file)
index 0000000..f212692
--- /dev/null
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>MKWS demo: Mike's playground</title>
+    <link rel="stylesheet" type="text/css" href="http://x.mkws.indexdata.com/mkws.css" />
+    <script type="text/javascript">
+      var mkws_config = { service_proxy_auth: "//mkws.indexdata.com/service-proxy-testauth" };
+    </script>
+    <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
+    <script type="text/javascript" src="http://x.mkws.indexdata.com/jquery.json-2.4.js"></script>
+    <script type="text/javascript" src="http://x.mkws.indexdata.com/handlebars-v1.1.2.js"></script>
+    <script type="text/javascript" src="http://x.mkws.indexdata.com/pazpar2/js/pz2.js"></script>
+    <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>
+    <style>.searchbox { float: right; }</style>
+  </head>
+  <body>
+    <div class="mkwsSwitch"></div>
+    <div class="mkwsLang"></div>
+    <form>
+      <input type="text" name="q" class="searchbox"/>
+    </form>
+    <div class="mkwsResults" autosearch="!param!q"></div>
+    <div class="mkwsTargets"></div>
+    <div class="mkwsStat"></div>
+    <div class="mkwsBuilder"></div>
+  </body>
+</html>