Omit leading "pz:id=" from target name.
[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     <meta name="copyright" content="(c) 1999-2013 IndexData 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/handlebars-v1.1.2.js"></script>
11     <script type="text/javascript" src="http://x.mkws.indexdata.com/libjs-pz2/pz2api.1.js"></script>
12     <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>
13     <style type="text/css">
14       td { vertical-align: top }
15     </style>
16   </head>
17   <body>
18     <h1>A site about stuff</h1>
19     <table border="1" width="100%">
20       <tr>
21         <td width="50%">
22           <h2>Welcome</h2>
23           Main site content goes here.
24         </td>
25         <td width="50%">
26           <h2>News</h2>
27           <div id="mkwsRecords" autosearch="dinosaur" sort="title:1"
28                targets="connect.indexdata.com:9000/plos_api"><i>News items will appear here</i></div>
29         </td>
30       </tr>
31     </table>
32   </body>
33 </html>