Added some template changes - Document List now shows description
[biaweb2.git] / templates / doclist.tpl.html
index 54bf4d4..f9b8a99 100644 (file)
@@ -1,13 +1,13 @@
-<h2>%s</h2>
-<table style="width:100%;" >
-    <thead style="font-weight:bold;">
+<h2>{title}</h2>
+<table class="doclisttable">
+    <thead>
         <tr>
-            <td style="width:50%">Document title</td>
+            <td>Document title</td>
             <td>Created on</td>
             <td>Last modified</td>
         </tr>
     </thead>
     <tbody>
-        %s
+        {docitems}
     </tbody>
 </table>
\ No newline at end of file