Change ALL id="mkws*" to class="mkws*", as use of IDs is deprecated
[mkws-moved-to-github.git] / examples / htdocs / localauth.html
1 <html>
2   <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>MKWS demo client</title>
5     <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
6     <script type="text/javascript">
7       var mkws_config = {
8         service_proxy_auth: "http://example.indexdata.com/service-proxy-auth/",
9         service_proxy_auth_domain : "mkws.indexdata.com"
10       };
11       // See also the Apache2 RewriteRule needed to make this work:
12       // http://example.indexdata.com/apache-config.txt
13     </script>
14     <script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
15   </head>
16   <body>
17     <div class="mkwsSwitch"></div>
18     <div class="mkwsLang"></div>
19     <div class="mkwsSearch"></div>
20     <div class="mkwsResults"></div>
21     <div class="mkwsTargets"></div>
22     <div class="mkwsStat"></div>
23   </body>
24 </html>