Shorten magic div.
[mkws-moved-to-github.git] / examples / htdocs / mike.html
index d8822c4..323e644 100644 (file)
     <script id="mkwsTemplateSummary" type="text/x-handlebars-template">
       <a href="#" id="{{_id}}" onclick="{{_onclick}}">
         {{#each md-thumburl}}
-         <img src="{{this}}"/>
+         <img src="{{this}}" alt="{{../md-title}}"/>
         {{/each}}
        <br/>
-       <b>{{md-title}}</b>
-      </a>
+       {{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>
-    <div id='mkwsRecords'
-       autosearch='!param!q'
-       sort='relevance'
+    <div class='mkwsRecords' autosearch='!param!q'
        targets='pz:id=lui.indexdata.com:8080/solr4/#5853'
        >results will appear here</div>
   </body>