cf1d8825a498886182e99e2e7539a3b3eeeff5b6
[catagits/Reaction.git] / share / skin / default / layout / collection / grid.tt
1 =extends NEXT
2
3 =for layout widget
4
5 <table class="grid">
6   [% call_next %]
7 </table>
8
9 =for layout header
10
11 <thead>
12   [% call_next %]
13 </thead>
14
15 =for layout header_row
16
17 <tr>
18   [% call_next %]
19 </tr>
20
21 =for layout header_cell
22
23 <th> [% call_next %] </th>
24
25 =for layout header_action_cell
26
27 <th colspan="[% col_count %]"> [% call_next %] </th>
28
29 =for layout body
30
31 <tbody>
32   [% call_next %]
33 </tbody>
34
35 =cut