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