Remove "mkwsTemplateSummary", since it's now in the MKWS code.
[mkws-moved-to-github.git] / examples / htdocs / mike.html
index e0d5b53..b271fc2 100644 (file)
     <div id="mkwsSwitch"></div>
     <div id="mkwsLang"></div>
     <div id="mkwsSearch"></div>
-    <script id="mkwsTemplateRecord" type="text/x-handlebars-template">
-      <table>
-       <tr>
-         <th>Title</th>
-         <td>
-           {{md-title}}
-           {{#if md-title-remainder}}
-             ({{md-title-remainder}})
-           {{/if}}
-           {{#if md-title-responsibility}}
-             <i>{{md-title-responsibility}}</i>
-           {{/if}}
-         </td>
-       </tr>
-       {{#if md-date}}
-       <tr>
-         <th>Date</th>
-         <td>{{md-date}}</td>
-       </tr>
-       {{/if}}
-       {{#if md-author}}
-       <tr>
-         <th>Author</th>
-         <td>{{md-author}}</td>
-       </tr>
-       {{/if}}
-       {{#if md-electronic-url}}
-       <tr>
-         <th>URL</th>
-         <td>{{#link md-electronic-url}}{{/link}}</td>
-       </tr>
-       {{/if}}
-       {{#if location}}
-       <tr>
-         <th>Subject</th>
-         <td>
-           {{#first location having="md-subject"}}
-             {{#if md-subject}}
-               {{md-subject}}
-             {{/if}}
-           {{/first}}
-         </td>
-       </tr>
-       {{/if}}
-       <tr>
-         <th>Locations</th>
-         <td>
-           <ul>
-             {{#each location}}
-               <li>{{json this}}</li>
-             {{/each}}
-           </ul>
-         </td>
-       </tr>
-      </table>
-    </script>
     <div id="mkwsMOTD"></div>
 
     <table width="100%" border="0" cellpadding="6" cellspacing="0">