Shorten magic div.
[mkws-moved-to-github.git] / examples / htdocs / mike.html
index 5138829..323e644 100644 (file)
@@ -3,32 +3,32 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <meta name="copyright" content="(c) 1999-2013 IndexData ApS, http://indexdata.com" />
     <title>MKWS demo: Mike's playground</title>
     <link rel="stylesheet" type="text/css" href="http://x.mkws.indexdata.com/mkws.css" />
     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
+    <script type="text/javascript" src="http://x.mkws.indexdata.com/jquery.json-2.4.js"></script>
     <script type="text/javascript" src="http://x.mkws.indexdata.com/handlebars-v1.1.2.js"></script>
     <script type="text/javascript" src="http://x.mkws.indexdata.com/pazpar2/js/pz2.js"></script>
     <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>
-    <style type="text/css">
-      td { vertical-align: top }
-    </style>
+    <script id="mkwsTemplateSummary" type="text/x-handlebars-template">
+      <a href="#" id="{{_id}}" onclick="{{_onclick}}">
+        {{#each md-thumburl}}
+         <img src="{{this}}" alt="{{../md-title}}"/>
+        {{/each}}
+       <br/>
+       {{md-title}}
+      {{#if md-title-remainder}}
+        <span>{{md-title-remainder}}</span>
+      {{/if}}
+      {{#if md-title-responsibility}}
+       <span><i>{{md-title-responsibility}}</i></span>
+      {{/if}}
+      </a>
+    </script>
   </head>
   <body>
-    <h1>A site about stuff</h1>
-    <table border="1" width="100%">
-      <tr>
-       <td width="50%">
-         <h2>Welcome</h2>
-         Main site content goes here.
-       </td>
-       <td width="50%">
-         <h2>News</h2>
-         <div id="mkwsRecords" autosearch="dinosaur" sort="title:1"
-              targets="connect.indexdata.com:9000/mit_opencourseware|connect.indexdata.com:9000/plos_api"
-              ><i>News items will appear here</i></div>
-       </td>
-      </tr>
-    </table>
+    <div class='mkwsRecords' autosearch='!param!q'
+       targets='pz:id=lui.indexdata.com:8080/solr4/#5853'
+       >results will appear here</div>
   </body>
 </html>