aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/collection/grid.tt
blob: bfde10d4da56adb262e797c1de03316eeef6c415 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
=for layout widget

<table>
  [% header %]
  [% body   %]
  [% footer %]
</table>

=for layout header

<thead>
  [% header_row %]
</thead>

=for layout header_row

<tr>
  [% header_cells %]
</tr>

=for layout header_cell

<th> [% header_cell_contents %] </th>

=for layout header_cell_contents

[% label %]

=for layout body

<tbody>

  [% members %]

</tbody>

=cut