fix pathes for new mkws.js build process
[mkws-moved-to-github.git] / examples / htdocs / images.html
index c3bf6bc..ff92c1e 100644 (file)
@@ -6,20 +6,20 @@
     <title>MKWS demo: Images</title>
     <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkws.css" />
     <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
-    <script id="mkwsTemplateSummary" type="text/x-handlebars-template">
+    <script class="mkwsTemplate_Summary" 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>