f383292ee55da72fed14e75ba4148fb4c530d945
[mkws-moved-to-github.git] / experiments / spclient / index.html
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6     <title>MKWS demo client</title>
7     <link rel="stylesheet" href="mkwsStyle.css" />
8     <script type="text/javascript">
9       var mkws_config = { 
10       use_service_proxy: true,
11       service_proxy_url: "http://mkws.indexdata.com/service-proxy/",
12       service_proxy_auth: "http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=guest&password=guest",
13       }; 
14     </script>
15     <script type="text/javascript" src="mkws-complete.js"></script>
16   </head>
17   <body>
18     <div id="mkwsSwitch"></div>
19     <div id="mkwsLang"></div>
20     <div id="mkwsSearch"></div>
21     <div id="mkwsRecords"></div>
22     <div id="mkwsTargets"></div>
23     <div id="mkwsStat"></div>
24   </body>
25 </html>