Add new file, ref.html
authorMike Taylor <mike@indexdata.com>
Thu, 22 May 2014 14:26:35 +0000 (15:26 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 22 May 2014 14:26:35 +0000 (15:26 +0100)
Demo of Credo widget by a different name.

examples/htdocs/ref.html [new file with mode: 0644]

diff --git a/examples/htdocs/ref.html b/examples/htdocs/ref.html
new file mode 100644 (file)
index 0000000..f6bb253
--- /dev/null
@@ -0,0 +1,15 @@
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>MKWS demo: Compound reference widget</title>
+    <link rel="stylesheet" type="text/css" href="mkws-widget-ref.css" />
+    <script type="text/javascript">
+      var mkws_config = { service_proxy_auth: "//mkws.indexdata.com/service-proxy-credoauth" };
+    </script>
+    <script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
+    <script type="text/javascript" src="mkws-widget-credo.js"></script>
+  </head>
+  <body>
+    <div class='mkwsCredo' autosearch='!param!q'></div>
+  </body>
+</html>