copy of index-jquery.html
[mkws-moved-to-github.git] / examples / htdocs / index-jasmine-popup.html
1 <html>
2   <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>MKWS demo: jQuery plugin</title>
5     <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
6     <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkwsStyle.css" />
7     <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
8     <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
9   </head>
10   <body>
11     <script type="text/javascript">
12     jQuery.pazpar2({
13         "layout": "popup",               /* "table" [default], "div", "popup" */
14         "id_button": "input#mkwsButton", /* submit button id in search field */
15         "id_popup": "#mkwsPopup",        /* internal id of popup window */
16         "width": 880,                    /* popup width, should be at least 800 */
17         "height": 760                    /* popup height, should be at least 600 */
18     });
19     </script>
20
21     <pre>
22 An embryonic MasterKey Widget Set
23 =================================
24
25 This directory contains an embryonic MasterKey Widget Set, based
26 initially on "jsdemo" though now far removed from those beginnnings.
27 [...]
28     </pre>
29   </body>
30 </html>