r308: Changing index row display.
[bugdar.git] / templates / trackerhome.tpl
1 $doctype
2 $headinclude
3 $header
4
5 <table border="1" cellspacing="2" cellpadding="4" width="100%">
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 <if condition="$show['newreport']">[<a href="newreport.php?">New Report</a>]</if>
17
18 $footer