bring raw pp2 test page back
[mkws-moved-to-github.git] / examples / htdocs / auto3.html
index a293054..6df7364 100644 (file)
@@ -3,43 +3,64 @@
 <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" />
+    <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 }
+      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>Topic page: Dinosaurs</h1>
-    <table border="1" width="100%">
+    <h1>Dinosaurs</h1>
+    <table border="0" width="100%" style="table-layout:fixed">
+      <col width="33%"/>
+      <col width="33%"/>
+      <col width="33%"/>
       <tr>
-       <td width="33%">
+       <td style="background: #f8f8e0">
          <h2>PLOS ONE</h2>
-<div class='mkwsRecords mkwsTeam_plos'
+<div class='mkws-records mkws-team-plos'
        autosearch='dinosaur'
        sort='relevance'
-       targets='pz:id~lui.indexdata.com:8080/solr4/#6265'
+       targets='pz:id=lui.indexdata.com:8080/solr4/select?fq=database:6265/'
 >PLOS ONE articles will appear here</div>
        </td>
-       <td width="33%">
+       <td style="background: #e0f8f0">
          <h2>Project Gutenberg</h2>
-<div class='mkwsRecords mkwsTeam_gutenberg'
+<div class='mkws-records mkws-team-gutenberg'
        autosearch='dinosaur'
        sort='relevance'
-       targets='pz:id~lui.indexdata.com:8080/solr4/#3552'
+       targets='pz:id=lui.indexdata.com:8080/solr4/select?fq=database:3552/'
 >Free e-books will appear here</div>
        </td>
-       <td width="33%">
+       <td style="background: #e0f0f8">
          <h2>Library of Congress</h2>
-<div class='mkwsRecords mkwsTeam_blog'
+<div class='mkws-records mkws-team-blog'
        autosearch='dinosaur'
        sort='relevance'
-       targets='pz:id~lui.indexdata.com:8080/solr4/#5802'
+       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>