Use service-proxy-auth
[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="http://mkws.indexdata.com/mkwsStyle.css" />
8     <script type="text/javascript">
9       var mkws_config = { 
10       service_proxy_url: "http://mkws.indexdata.com/service-proxy/",
11       service_proxy_auth: "http://mkws.indexdata.com/service-proxy-auth/",
12       }; 
13     </script>
14     <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
15   </head>
16   <body>
17     <div id="mkwsSwitch"></div>
18     <div id="mkwsLang"></div>
19     <div id="mkwsSearch"></div>
20     <div id="mkwsRecords"></div>
21     <div id="mkwsTargets"></div>
22     <div id="mkwsStat"></div>
23   </body>
24 </html>