804b032fd0bea5727fbeebe419fa25f45960b246
[mkws-moved-to-github.git] / examples / htdocs / jquery.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/mkws.css" />
7
8     <script type="text/javascript" src="../../tools/htdocs/mkws-complete.js"></script>
9     <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
10   </head>
11   <body>
12     <script type="text/javascript">
13     jQuery.pazpar2({
14         "layout": "popup",               /* "table" [default], "div", "popup" */
15         "id_button": "input#mkwsButton", /* submit button id in search field */
16         "id_popup": "#mkwsPopup",        /* internal id of popup window */
17         "width": 880,                    /* popup width, should be at least 800 */ 
18         "height": 760                    /* popup height, should be at least 600 */
19     });
20     </script>
21   </body>
22 </html>