r315: - Changed trackerhome.tpl to use stylevars
[bugdar.git] / templates / trackerhome.tpl
1 $doctype
2 $headinclude
3 $header
4
5 <table border="$stylevar[border]" cellspacing="$stylevar[spacing]" cellpadding="$stylevar[padding]" width="$stylevar[normal_width]">
6 <tr style="background-color:#EEEEEE">
7 <td>ID</td>
8 <td>Summary/Reporter</td>
9 <td>Status/Resolution</td>
10 <td>Product/Version</td>
11 <td>Last Post</td>
12 </tr>
13 $bugs
14 </table>
15
16 $footer