renaming widget packages to match new viewports
[catagits/Reaction.git] / share / skin / default / layout / collection / grid.tt
1 =for layout widget
2
3 <table>
4   [% header %]
5   [% body   %]
6   [% footer %]
7 </table>
8
9 =for layout header
10
11 <thead>
12   [% header_row %]
13 </thead>
14
15 =for layout header_row
16
17 <tr>
18   [% header_cells %]
19 </tr>
20
21 =for layout header_cell
22
23 <th> [% header_cell_contents %] </th>
24
25 =for layout header_cell_contents
26
27 [% label %]
28
29 =for layout body
30
31 <tbody>
32
33   [% members %]
34
35 </tbody>
36
37 =cut