aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/collection/grid.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default/layout/collection/grid.tt')
-rw-r--r--share/skin/default/layout/collection/grid.tt33
1 files changed, 33 insertions, 0 deletions
diff --git a/share/skin/default/layout/collection/grid.tt b/share/skin/default/layout/collection/grid.tt
new file mode 100644
index 0000000..ecfc7d6
--- /dev/null
+++ b/share/skin/default/layout/collection/grid.tt
@@ -0,0 +1,33 @@
+=extends NEXT
+
+=for layout widget
+
+<table>
+ [% call_next %]
+</table>
+
+=for layout header
+
+<thead>
+ [% call_next %]
+</thead>
+
+=for layout header_row
+
+<tr>
+ [% call_next %]
+</tr>
+
+=for layout header_cell
+
+<th> [% call_next %] </th>
+
+=for layout body
+
+<tbody>
+
+ [% call_next %]
+
+</tbody>
+
+=cut