bring raw pp2 test page back
[mkws-moved-to-github.git] / examples / htdocs / auto3.html
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6     <meta name="copyright" content="(c) 1999-2013 Index Data ApS, http://indexdata.com" />
7     <title>MKWS demo: Multiple automatic searches</title>
8     <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
9     <script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
10     <style type="text/css">
11       h1 { text-align: center; }
12       h1, h2 {
13         font-family: Impact, Hevetica, Arial, Sans Serif;
14       }
15       td {
16         font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
17         vertical-align: top;
18         overflow: word-break;
19         background: #f0f0f0;
20         padding: 0.5em 1em;
21         border-radius: 1em;
22       }
23       a {
24         color: #000060;
25         text-decoration: none;
26       }
27     </style>
28   </head>
29   <body>
30     <h1>Dinosaurs</h1>
31     <table border="0" width="100%" style="table-layout:fixed">
32       <col width="33%"/>
33       <col width="33%"/>
34       <col width="33%"/>
35       <tr>
36         <td style="background: #f8f8e0">
37           <h2>PLOS ONE</h2>
38 <div class='mkws-records mkws-team-plos'
39         autosearch='dinosaur'
40         sort='relevance'
41         targets='pz:id=lui.indexdata.com:8080/solr4/select?fq=database:6265/'
42 >PLOS ONE articles will appear here</div>
43         </td>
44         <td style="background: #e0f8f0">
45           <h2>Project Gutenberg</h2>
46 <div class='mkws-records mkws-team-gutenberg'
47         autosearch='dinosaur'
48         sort='relevance'
49         targets='pz:id=lui.indexdata.com:8080/solr4/select?fq=database:3552/'
50 >Free e-books will appear here</div>
51         </td>
52         <td style="background: #e0f0f8">
53           <h2>Library of Congress</h2>
54 <div class='mkws-records mkws-team-blog'
55         autosearch='dinosaur'
56         sort='relevance'
57         targets='pz:id=lui.indexdata.com:8080/solr4/select?fq=database:5802/'
58 >Library catalog entries will appear here</div>
59         </td>
60       </tr>
61     </table>
62     <p style="color:grey; text-align: right">
63       <a href="http://mkws.indexdata.com/">About MKWS</p>
64     </p>
65   </body>
66 </html>