Switch to using 960.gs grids for layout.
[catagits/Gitalist.git] / root / ref / blame.tt2
1 [%- BLOCK blame_table_headfoot %]
2 <tr>
3  <td>author</td>
4  <td>date</td>
5  <td>sha1</td>
6  <td></td>
7  <td class='data'>data</td>
8 </tr>
9 [% END -%]
10 [%- INCLUDE inc/syntax_highlight_css.tt2 -%]
11
12 <div class='content'>
13
14 [% IF object.type == 'commit' %]
15 <div class='commit-message'>[% short_cmt(head.comment) %]</div>
16 [% END %]
17
18 [% INCLUDE 'nav/path.tt2' %]
19
20 <div id='blame'>
21 <table>
22  <thead>
23   [% PROCESS blame_table_headfoot %]
24  </thead>
25
26  <tfoot>
27    [% PROCESS blame_table_headfoot %]
28  </tfoot>
29
30  <tbody>
31  [% subinclude('/fragment/ref/blame', c.req.captures, c.req.arguments.to_path ) %]
32  </tbody>
33 </table>
34 </div>
35
36 </div>