src/main/webapp/templates-hidden/nodatatable.html
changeset 99 49eb72a46208
parent 42 7c811cdfa4c3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/webapp/templates-hidden/nodatatable.html	Thu May 24 11:19:26 2012 +0200
@@ -0,0 +1,12 @@
+<table class="table table-striped table-bordered table-condensed">
+  <thead>
+    <tr>
+      <th class="field-name">Field Name</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr class="r">
+      <td>Cell value</td>
+    </tr>
+  </tbody>
+</table>