simplified index.html page
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 24 Jun 2013 14:37:06 +0000 (14:37 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 24 Jun 2013 14:37:06 +0000 (14:37 +0000)
experiments/spclient/index2.html [new file with mode: 0644]

diff --git a/experiments/spclient/index2.html b/experiments/spclient/index2.html
new file mode 100644 (file)
index 0000000..2a1dcd3
--- /dev/null
@@ -0,0 +1,19 @@
+<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="mkws.2.js"></script>
+  </head>
+  <body>
+    <div id="mkwsSwitch"></div> <!-- These five <div>s are provided by MKWS -->
+    <div id="mkwsLang"></div>
+    <div id="mkwsSearch"></div>
+    <div id="mkwsRecords"></div>
+    <div id="mkwsTargets"></div>
+    <div id="footer">
+      <div id="mkwsStat"></div>
+      <span>Powered by MKWS &copy; 2013 <a href="http://www.indexdata.com">Index Data</a></span> 
+    </div>
+  </body>
+</html>