move the config to index.html
[mkws-moved-to-github.git] / experiments / spclient / index.html
index 779eaa2..919b2d0 100644 (file)
@@ -3,12 +3,18 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta name="copyright" content="(c) 1999-2013 IndexData ApS, http://indexdata.com">
     <title>MKWS demo client</title>
     <!-- Next four lines required by MKWS -->
-    <link rel="stylesheet" href="styles.css" />
+    <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="/libjs-pz2/pz2api.1.js"></script>
     <script type="text/javascript" src="mkws.js"></script>
+    <script type="text/javascript">
+       $(document).ready(function() { 
+               mkws_html_all({ mkws_switch: false }); 
+       });
+    </script>
   </head>
   <body>
     <!-- These five <div>s are provided by MKWS -->
     <div id="mkwsSearch"></div>
     <div id="mkwsRecords"></div>
     <div id="mkwsTargets"></div>
-    <div id="mkwsStat"></div>
+
+    <div id="footer">
+      <div id="mkwsStat"></div>
+      <span>Copyright &copy; 1999-2013 by <a href="http://www.indexdata.com">Index Data</a></span> 
+    </div>
   </body>
 </html>