no links outside of the document root, MKWS-94
[mkws-moved-to-github.git] / examples / htdocs / mike.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://mkws.indexdata.com/mkws.css" />
8     <script type="text/javascript">
9       var mkws_config = {
10         service_proxy_auth: "http://x.example.indexdata.com/service-proxy-auth/",
11       };
12       // See also the Apache2 RewriteRule needed to make this work:
13       // http://example.indexdata.com/apache-config.txt
14     </script>
15     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
16     <script type="text/javascript" src="http://x.mkws.indexdata.com/jquery.json-2.4.js"></script>
17     <script type="text/javascript" src="http://x.mkws.indexdata.com/handlebars-v1.1.2.js"></script>
18     <script type="text/javascript" src="http://x.mkws.indexdata.com/pazpar2/js/pz2.js"></script>
19     <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>
20     <style type="text/css">
21       td { vertical-align: top }
22     </style>
23   </head>
24   <body>
25     <h1>A site about stuff</h1>
26     <table border="1" width="100%">
27       <tr>
28         <td width="33%">
29           <h2>Welcome</h2>
30           Main site content goes here.
31         </td>
32         <td width="33%">
33           <h2>Blog</h2>
34 <div id='mkwsRecords'
35         autosearch='mike'
36         sort='relevance'
37         targets='pz:id~josiah.brown.edu:210/innopac'
38 >Brown results will appear here</div>
39           <div id='mkwsTermlists'/>
40         </td>
41         <td width="33%">
42           <h2>News</h2>
43 <div id='mkwsRecords_MIT'
44         autosearch='fiona'
45         sort='title'
46         targets='pz:id~connect.indexdata.com:9000/mit_opencourseware'
47 >MIT results will appear here</div>
48           <div id='mkwsTermlists_MIT'/>
49         </td>
50       </tr>
51     </table>
52   </body>
53 </html>