Remove extraneous content.
[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: popup search box</title>
5
6     <link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
7     <link rel="stylesheet" type="text/css" href="//x.mkws.indexdata.com/mkws.css" />
8
9     <script type="text/javascript">
10       mkws_config = {
11         show_lang: false,
12         perpage_default: 10,
13         query_width: 50,
14         service_proxy_auth: "http://mkws.indexdata.com/service-proxy-auth"
15      };
16     </script>
17
18     <script type="text/javascript" src="//code.jquery.com/jquery-1.10.0.min.js"></script>
19     <script type="text/javascript" src="//jquery-json.googlecode.com/files/jquery.json-2.4.js"></script>
20     <!-- legacy libs for testing
21     <script type="text/javascript" src="//code.jquery.com/jquery-1.6.4.min.js"></script>
22     <script src="//code.jquery.com/ui/1.8.0/jquery-ui.min.js"></script>
23     -->
24
25     <script type="text/javascript" src="//x.mkws.indexdata.com/pazpar2/js/pz2.js"></script>
26     <script type="text/javascript" src="//x.mkws.indexdata.com/handlebars-v1.1.2.js"></script>
27     <script type="text/javascript" src="//x.mkws.indexdata.com/mkws.js"></script>
28     <script type="text/javascript" src="//x.mkws.indexdata.com/mkws-jquery.js"></script>
29
30   </head>
31   <body>
32     <script type="text/javascript">
33      jQuery.pazpar2({ "layout":"popup", width: 800, height: 500 } );
34     </script>
35
36     <pre>
37 An embryonic MasterKey Widget Set
38 =================================
39
40 This directory contains an embryonic MasterKey Widget Set, based
41 initially on "jsdemo" though now far removed from those beginnnings.
42 [...]
43     </pre>
44     <script src="//code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
45   </body>
46 </html>