Rename
authorMike Taylor <mike@indexdata.com>
Fri, 1 Nov 2013 16:44:33 +0000 (16:44 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 1 Nov 2013 16:44:33 +0000 (16:44 +0000)
examples/htdocs/index-jquery.html [deleted file]
examples/htdocs/jquery.html [new file with mode: 0644]

diff --git a/examples/htdocs/index-jquery.html b/examples/htdocs/index-jquery.html
deleted file mode 100644 (file)
index f46a040..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>MKWS demo: jQuery plugin</title>
-    <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
-    <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkws.css" />
-    <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
-    <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
-  </head>
-  <body>
-    <script type="text/javascript">
-    jQuery.pazpar2({
-        "layout": "popup",               /* "table" [default], "div", "popup" */
-        "id_button": "input#mkwsButton", /* submit button id in search field */
-        "id_popup": "#mkwsPopup",        /* internal id of popup window */
-        "width": 880,                    /* popup width, should be at least 800 */ 
-        "height": 760                    /* popup height, should be at least 600 */
-    });
-    </script>
-  </body>
-</html>
diff --git a/examples/htdocs/jquery.html b/examples/htdocs/jquery.html
new file mode 100644 (file)
index 0000000..f46a040
--- /dev/null
@@ -0,0 +1,21 @@
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>MKWS demo: jQuery plugin</title>
+    <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
+    <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkws.css" />
+    <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
+    <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
+  </head>
+  <body>
+    <script type="text/javascript">
+    jQuery.pazpar2({
+        "layout": "popup",               /* "table" [default], "div", "popup" */
+        "id_button": "input#mkwsButton", /* submit button id in search field */
+        "id_popup": "#mkwsPopup",        /* internal id of popup window */
+        "width": 880,                    /* popup width, should be at least 800 */ 
+        "height": 760                    /* popup height, should be at least 600 */
+    });
+    </script>
+  </body>
+</html>