New file auto3.html
authorMike Taylor <mike@indexdata.com>
Fri, 24 Jan 2014 16:21:17 +0000 (16:21 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 24 Jan 2014 16:21:17 +0000 (16:21 +0000)
examples/htdocs/auto3.html [new file with mode: 0644]

diff --git a/examples/htdocs/auto3.html b/examples/htdocs/auto3.html
new file mode 100644 (file)
index 0000000..3a0ce72
--- /dev/null
@@ -0,0 +1,45 @@
+<?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: Multiple automatic searches</title>
+    <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
+    <script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
+    <style type="text/css">
+      td { vertical-align: top }
+    </style>
+  </head>
+  <body>
+    <h1>A site about stuff</h1>
+    <table border="1" width="100%">
+      <tr>
+       <td width="33%">
+         <h2>PLOS ONE</h2>
+<div class='mkwsRecords mkwsTeam_plos'
+       autosearch='dinosaur'
+       sort='relevance'
+       targets='pz:id~lui.indexdata.com:8080/solr4/#6265'
+>PLOS ONE articles will appear here</div>
+       </td>
+       <td width="33%">
+         <h2>Project Gutenberg</h2>
+<div class='mkwsRecords mkwsTeam_gutenberg'
+       autosearch='dinosaur'
+       sort='relevance'
+       targets='pz:id~lui.indexdata.com:8080/solr4/#3552'
+>Free e-books will appear here</div>
+       </td>
+       <td width="33%">
+         <h2>Library of Congress</h2>
+<div class='mkwsRecords mkwsTeam_blog'
+       autosearch='dinosaur'
+       sort='relevance'
+       targets='pz:id~lui.indexdata.com:8080/solr4/#6265'
+>Library catalog entries will appear here</div>
+       </td>
+      </tr>
+    </table>
+  </body>
+</html>