Remove demos that have moved to the demos repo.
[mkws-moved-to-github.git] / examples / htdocs / auto3.html
diff --git a/examples/htdocs/auto3.html b/examples/htdocs/auto3.html
deleted file mode 100644 (file)
index 6df7364..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-<?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 Index Data 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">
-      h1 { text-align: center; }
-      h1, h2 {
-       font-family: Impact, Hevetica, Arial, Sans Serif;
-      }
-      td {
-        font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
-       vertical-align: top;
-       overflow: word-break;
-       background: #f0f0f0;
-        padding: 0.5em 1em;
-       border-radius: 1em;
-      }
-      a {
-        color: #000060;
-       text-decoration: none;
-      }
-    </style>
-  </head>
-  <body>
-    <h1>Dinosaurs</h1>
-    <table border="0" width="100%" style="table-layout:fixed">
-      <col width="33%"/>
-      <col width="33%"/>
-      <col width="33%"/>
-      <tr>
-       <td style="background: #f8f8e0">
-         <h2>PLOS ONE</h2>
-<div class='mkws-records mkws-team-plos'
-       autosearch='dinosaur'
-       sort='relevance'
-       targets='pz:id=lui.indexdata.com:8080/solr4/select?fq=database:6265/'
->PLOS ONE articles will appear here</div>
-       </td>
-       <td style="background: #e0f8f0">
-         <h2>Project Gutenberg</h2>
-<div class='mkws-records mkws-team-gutenberg'
-       autosearch='dinosaur'
-       sort='relevance'
-       targets='pz:id=lui.indexdata.com:8080/solr4/select?fq=database:3552/'
->Free e-books will appear here</div>
-       </td>
-       <td style="background: #e0f0f8">
-         <h2>Library of Congress</h2>
-<div class='mkws-records mkws-team-blog'
-       autosearch='dinosaur'
-       sort='relevance'
-       targets='pz:id=lui.indexdata.com:8080/solr4/select?fq=database:5802/'
->Library catalog entries will appear here</div>
-       </td>
-      </tr>
-    </table>
-    <p style="color:grey; text-align: right">
-      <a href="http://mkws.indexdata.com/">About MKWS</p>
-    </p>
-  </body>
-</html>