Functionality for generating website completed
[biaweb2.git] / templates / doclist.tpl.html
diff --git a/templates/doclist.tpl.html b/templates/doclist.tpl.html
new file mode 100644 (file)
index 0000000..54bf4d4
--- /dev/null
@@ -0,0 +1,13 @@
+<h2>%s</h2>
+<table style="width:100%;" >
+    <thead style="font-weight:bold;">
+        <tr>
+            <td style="width:50%">Document title</td>
+            <td>Created on</td>
+            <td>Last modified</td>
+        </tr>
+    </thead>
+    <tbody>
+        %s
+    </tbody>
+</table>
\ No newline at end of file