New demo, auto.html, identical to current mike.html but gets
authorMike Taylor <mike@indexdata.com>
Thu, 5 Dec 2013 14:24:05 +0000 (14:24 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 5 Dec 2013 14:24:05 +0000 (14:24 +0000)
components from the public site instead of Mike's dev site.

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

diff --git a/examples/htdocs/auto.html b/examples/htdocs/auto.html
new file mode 100644 (file)
index 0000000..35cff2f
--- /dev/null
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta name="copyright" content="(c) 1999-2013 IndexData ApS, http://indexdata.com" />
+    <title>MKWS demo: Mike's playground</title>
+    <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkws.css" />
+    <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
+    <script type="text/javascript" src="http://mkws.indexdata.com/handlebars-v1.1.2.js"></script>
+    <script type="text/javascript" src="http://mkws.indexdata.com/libjs-pz2/pz2api.1.js"></script>
+    <script type="text/javascript" src="http://mkws.indexdata.com/mkws.js"></script>
+  </head>
+  <body>
+    <h1>A site about stuff</h1>
+    <table border="1" width="100%">
+      <tr>
+       <td>
+         <h2>Welcome</h2>
+         Main site content goes here.
+       </td>
+       <td>
+         <h2>News</h2>
+         <div id="mkwsRecords" autosearch="dinosaur" sort="date-r"><i>News items will appear here</i></div>
+       </td>
+      </tr>
+    </table>
+  </body>
+</html>