fix title
[mkws-moved-to-github.git] / examples / htdocs / jasmine-popup.html
1 <html>
2   <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>MKWS demo: jQuery popup plugin with jasmine test framework</title>
5
6     <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
7     <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkws.css" />
8
9     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
10     <script type="text/javascript" src="http://mkws.indexdata.com/pazpar2/js/pz2.js"></script>
11     <script type="text/javascript" src="../../tools/htdocs/handlebars-v1.1.2.js"></script>
12     <script type="text/javascript" src="../../tools/htdocs/mkws.js"></script>
13     <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
14
15     <link rel="shortcut icon" type="image/png" href="../../../jasmine/lib/jasmine-1.3.1/jasmine_favicon.png">
16     <link rel="stylesheet" type="text/css" href="../../../jasmine/lib/jasmine-1.3.1/jasmine.css">
17     <script type="text/javascript" src="../../../jasmine/lib/jasmine-1.3.1/jasmine.js"></script>
18     <script type="text/javascript" src="../../../jasmine/lib/jasmine-1.3.1/jasmine-html.js"></script>
19
20     <script type="text/javascript" src="../../test/spec/true.spec.js"></script>
21     <script type="text/javascript" src="../../test/spec/mkws-config.js"></script>
22     <script type="text/javascript" src="../../test/spec/mkws-pazpar2.js"></script>
23
24     <script type="text/javascript" src="../../test/js/mkws-jasmine-run.js"></script>
25     <script type="text/javascript"> mkws_jasmine_init(500); </script>
26   </head>
27
28   <body>
29     <script type="text/javascript">
30     jQuery.pazpar2({
31         "layout": "popup",               /* "table" [default], "div", "popup" */
32         "id_button": "input#mkwsButton", /* submit button id in search field */
33         "id_popup": "#mkwsPopup",        /* internal id of popup window */
34         "width": 880,                    /* popup width, should be at least 800 */
35         "height": 760                    /* popup height, should be at least 600 */
36     });
37     </script>
38
39     <pre>
40 An embryonic MasterKey Widget Set
41 =================================
42
43 This directory contains an embryonic MasterKey Widget Set, based
44 initially on "jsdemo" though now far removed from those beginnnings.
45 [...]
46     </pre>
47   </body>
48 </html>