The Reference Universe widget now specifies to use the correct target.
[mkws-moved-to-github.git] / examples / htdocs / local-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     <title>MKWS demo: Mike's playground</title>
7     <link rel="stylesheet" type="text/css" href="http://x.mkws.indexdata.com/mkws.css" />
8     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
9     <script type="text/javascript" src="http://x.mkws.indexdata.com/jquery.json-2.4.js"></script>
10     <script type="text/javascript" src="http://x.mkws.indexdata.com/jsnlog.min.js"></script>
11     <script type="text/javascript" src="http://x.mkws.indexdata.com/handlebars-v2.0.0.js"></script>
12     <script type="text/javascript" src="http://x.mkws.indexdata.com/pazpar2/js/pz2.js"></script>
13     <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>
14     <style type="text/css">
15       h1 { text-align: center; }
16       h1, h2 {
17         font-family: Impact, Hevetica, Arial, Sans Serif;
18       }
19       td {
20         font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
21         vertical-align: top;
22         overflow: word-break;
23         background: #f0f0f0;
24         padding: 0.5em 1em;
25         border-radius: 1em;
26       }
27       a {
28         color: #000060;
29         text-decoration: none;
30       }
31     </style>
32   </head>
33   <body>
34     <h1>Dinosaurs</h1>
35     <table border="0" width="100%" style="table-layout:fixed">
36       <col width="33%"/>
37       <col width="33%"/>
38       <col width="33%"/>
39       <tr>
40         <td style="background: #f8f8e0">
41           <h2>PLOS ONE</h2>
42 <div class='mkws-records mkws-team-plos'
43         autosearch='dinosaur'
44         sort='relevance'
45         targets='pz:id~lui.indexdata.com:8080/solr4/#6265'
46 >PLOS ONE articles will appear here</div>
47         </td>
48         <td style="background: #e0f8f0">
49           <h2>Project Gutenberg</h2>
50 <div class='mkws-records mkws-team-gutenberg'
51         autosearch='dinosaur'
52         sort='relevance'
53         targets='pz:id~lui.indexdata.com:8080/solr4/#3552'
54 >Free e-books will appear here</div>
55         </td>
56         <td style="background: #e0f0f8">
57           <h2>Library of Congress</h2>
58 <div class='mkws-records mkws-team-blog'
59         autosearch='dinosaur'
60         sort='relevance'
61         targets='pz:id~lui.indexdata.com:8080/solr4/#5802'
62 >Library catalog entries will appear here</div>
63         </td>
64       </tr>
65     </table>
66     <p style="color:grey; text-align: right">
67       <a href="http://mkws.indexdata.com/">About MKWS</p>
68     </p>
69   </body>
70 </html>