update <title>
[mkws-moved-to-github.git] / examples / htdocs / local-auto.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: Mike's playground</title>
8     <link rel="stylesheet" type="text/css" href="http://x.mkws.indexdata.com/mkws.css" />
9     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
10     <script type="text/javascript" src="http://x.mkws.indexdata.com/jquery.json-2.4.js"></script>
11     <script type="text/javascript" src="http://x.mkws.indexdata.com/jsnlog.min.js"></script>
12     <script type="text/javascript" src="http://x.mkws.indexdata.com/handlebars-v3.0.3.js"></script>
13     <script type="text/javascript" src="http://x.mkws.indexdata.com/pazpar2/js/pz2.js"></script>
14     <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>
15     <style type="text/css">
16       td { vertical-align: top }
17     </style>
18   </head>
19   <body>
20     <h1>A site about stuff</h1>
21     <table border="1" width="100%">
22       <tr>
23         <td width="40%">
24           <h2>Welcome</h2>
25           Main site content goes here.
26         </td>
27         <td width="30%">
28           <h2>News</h2>
29 <div class='mkws-records mkws-team-news'
30         autosearch='museum'
31         sort='relevance'
32         targets='pz:id~josiah.brown.edu:210/innopac|connect.indexdata.com:9000/mit_opencourseware'
33 >News will appear here</div>
34         <div class='mkws-facets mkws-team-news'/>
35         </td>
36         <td width="30%">
37           <h2>Blog</h2>
38 <div class='mkws-records mkws-team-blog'
39         autosearch='dinosaur'
40         sort='relevance'
41         targets='pz:id~josiah.brown.edu:210/innopac|connect.indexdata.com:9000/mit_opencourseware'
42 >Blog entries will appear here</div>
43         <div class='mkws-facets mkws-team-blog'/>
44         </td>
45       </tr>
46     </table>
47   </body>
48 </html>