add footer
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 20 Jun 2013 12:14:22 +0000 (12:14 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 20 Jun 2013 12:14:22 +0000 (12:14 +0000)
experiments/spclient/index.html

index 54b7917..ccf463b 100644 (file)
@@ -3,7 +3,7 @@
 <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) 2013 IndexData ApS, http://indexdata.com">
+    <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="mkwsStyle.css" />
     <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>