r295: Added global page elements to main pages.
[bugdar.git] / templates / search_results.tpl
1 $doctype
2 $headinclude
3 $header
4
5 Here are the search results:
6
7 <table border="1" cellspacing="2" cellpadding="4" width="100%">
8 <tr style="background-color:#EEEEEE">
9 <td>Bug ID</td>
10 <td>Title</td>
11 <td>Reporter</td>
12 <td>Product/Version</td>
13 <td>Status/Resolution</td>
14 <td>Last Post</td>
15 </tr>
16 $bugs
17 </table>
18
19 $footer