include jquery.json-2.4.js lib
[mkws-moved-to-github.git] / examples / htdocs / mike.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="http://mkws.indexdata.com/mkws.css" />
6     <script type="text/javascript">
7       var mkws_config = {
8         service_proxy_auth: "http://x.example.indexdata.com/service-proxy-auth/",
9       };
10       // See also the Apache2 RewriteRule needed to make this work:
11       // http://example.indexdata.com/apache-config.txt
12     </script>
13     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
14     <script type="text/javascript" src="http://x.mkws.indexdata.com/jquery.json-2.4.js"></script>
15     <script type="text/javascript" src="http://x.mkws.indexdata.com/handlebars-v1.1.2.js"></script>
16     <script type="text/javascript" src="http://x.mkws.indexdata.com/pazpar2/js/pz2.js"></script>
17     <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>
18   </head>
19   <body>
20     <div id="mkwsSwitch"></div>
21     <div id="mkwsLang"></div>
22     <div id="mkwsSearch"></div>
23     <div id="mkwsResults"></div>
24     <div id="mkwsTargets"></div>
25     <div id="mkwsStat"></div>
26   </body>
27 </html>