New file, index-local.html
authorMike Taylor <mike@indexdata.com>
Thu, 27 Jun 2013 14:40:28 +0000 (16:40 +0200)
committerMike Taylor <mike@indexdata.com>
Thu, 27 Jun 2013 14:40:28 +0000 (16:40 +0200)
This is identical to index.html, except that all static resources
(mkwsStyle.css and mkws.js) are drawn from the local host rather than
the live MKWS. This makes it easy to do purely local development.

experiments/spclient/index-local.html [new file with mode: 0644]

diff --git a/experiments/spclient/index-local.html b/experiments/spclient/index-local.html
new file mode 100644 (file)
index 0000000..8670720
--- /dev/null
@@ -0,0 +1,18 @@
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>MKWS demo client</title>
+    <link rel="stylesheet" href="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="mkws.js"></script>
+  </head>
+  <body>
+    <div id="mkwsSwitch"></div>
+    <div id="mkwsLang"></div>
+    <div id="mkwsSearch"></div>
+    <div id="mkwsRecords"></div>
+    <div id="mkwsTargets"></div>
+    <div id="mkwsStat"></div>
+  </body>
+</html>