New file, index-somesite.html
authorMike Taylor <mike@indexdata.com>
Wed, 19 Jun 2013 16:34:33 +0000 (17:34 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 19 Jun 2013 16:34:33 +0000 (17:34 +0100)
experiments/spclient/index-somesite.html [new file with mode: 0644]

diff --git a/experiments/spclient/index-somesite.html b/experiments/spclient/index-somesite.html
new file mode 100644 (file)
index 0000000..87acf78
--- /dev/null
@@ -0,0 +1,21 @@
+<?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 client</title>
+    <!-- Next four lines required by MKWS -->
+    <link rel="stylesheet" href="http://mkws.indexdata.com/mkwsStyle.css" />
+    <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
+    <script type="text/javascript" src="http://mkws.indexdata.com//libjs-pz2/pz2api.1.js"></script>
+    <script type="text/javascript" src="http://mkws.indexdata.com/mkws.js"></script>
+  </head>
+  <body>
+    <!-- These five <div>s are provided by MKWS -->
+    <div id="mkwsSwitch"></div>
+    <div id="mkwsSearch"></div>
+    <div id="mkwsRecords"></div>
+    <div id="mkwsTargets"></div>
+    <div id="mkwsStat"></div>
+  </body>
+</html>