Remove demos that have moved to the demos repo.
[mkws-moved-to-github.git] / examples / htdocs / auto2.html
diff --git a/examples/htdocs/auto2.html b/examples/htdocs/auto2.html
deleted file mode 100644 (file)
index 6d83894..0000000
+++ /dev/null
@@ -1,47 +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">
-      td { vertical-align: top; overflow: word-break }
-    </style>
-  </head>
-  <body>
-    <h1>Dinosaurs and Museums</h1>
-    <table border="1" width="100%" style="table-layout:fixed">
-      <col width="40%"/>
-      <col width="30%"/>
-      <col width="30%"/>
-      <tr>
-       <td>
-         <h2>Welcome</h2>
-         Main site content goes here.
-       </td>
-       <td>
-         <h2>News</h2>
-<div class='mkws-records mkws-team-news'
-       autosearch='museum'
-       sort='relevance'
-       targets='pz:id~josiah.brown.edu:210/innopac|connect.indexdata.com:9000/mit_opencourseware'
->News will appear here</div>
-       </td>
-       <td>
-         <h2>Blog</h2>
-<div class='mkws-records mkws-team-blog'
-       autosearch='dinosaur'
-       sort='relevance'
-       targets='pz:id~josiah.brown.edu:210/innopac|connect.indexdata.com:9000/mit_opencourseware'
->Blog entries will appear here</div>
-       </td>
-      </tr>
-    </table>
-    <p style="color:grey">
-      <a href="http://mkws.indexdata.com/">About MKWS</p>
-    </p>
-  </body>
-</html>