r295: Added global page elements to main pages.
[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>Bug ID</td>
8 <td>Title</td>
9 <td>Reporter</td>
10 <td>Product/Version</td>
11 <td>Status/Resolution</td>
12 <td>Last Post</td>
13 </tr>
14 $bugs
15 </table>
16
17 <if condition="$show['newreport']">[<a href="newreport.php?">New Report</a>]</if>
18
19 $footer