use_service_proxy: true
[mkws-moved-to-github.git] / experiments / spclient / index-somesite.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     <!-- Next four lines required by MKWS -->
8     <link rel="stylesheet" href="http://mkws.indexdata.com/mkwsStyle.css" />
9     <script type="text/javascript">
10       var mkws_config = { 
11       use_service_proxy: true,
12       service_proxy_url: "http://mkws.indexdata.com/service-proxy/",
13       service_proxy_auth: "http://mkws.indexdata.com/service-proxy-auth",
14       }; 
15     </script>
16     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
17     <script type="text/javascript" src="http://mkws.indexdata.com/libjs-pz2/pz2api.1.js"></script>
18     <script type="text/javascript" src="http://mkws.indexdata.com/mkws.js"></script>
19   </head>
20   <body>
21     <!-- These five <div>s are provided by MKWS -->
22     <div id="mkwsSwitch"></div>
23     <div id="mkwsSearch"></div>
24     <div id="mkwsRecords"></div>
25     <div id="mkwsTargets"></div>
26     <div id="mkwsStat"></div>
27   </body>
28 </html>