Changed the rendering code for templating output
[biaweb2.git] / templates / doclistitem.tpl.html
index 4f16239..3a17d80 100644 (file)
@@ -1,5 +1,5 @@
 <tr>    
-    <td><a href="%s">%s</a></td>
-    <td>%s</td>
-    <td>%s</td>
+    <td><a href="{url}">{doctitle}</a></td>
+    <td>{cdate:%d %b %Y, %H:%M %Z}</td>
+    <td>{mdate:%d %b %Y, %H:%M %Z}</td>
 </tr>
\ No newline at end of file