r1389: Forgot to add the template diff
[bugdar.git] / templates / search_results.tpl
1 $doctype
2 <html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
3 <head>
4 $headinclude
5 <title>{$bugsys->options['trackertitle']} - {@"Search Results"}</title>
6 </head>
7
8 <body>
9
10 $header
11
12 <if condition="$show['cached']">
13 <div style="font-weight: bold"><a href="search.php?new=1">{@"This search has been cached for your convenience. You can perform a new search by clicking here."}</a></div>
14 <div><a href="search.php?rerun=1">{@"Alternatively, you can re-run this search by clicking here."}</a></div>
15 <br />
16 </if>
17
18 <table border="$stylevar[border]" cellspacing="$stylevar[spacing]" cellpadding="$stylevar[padding]px" width="$stylevar[normal_width]">
19 <tr class="listinghead">
20 <td>{@"ID"}</td>
21 <td>{@"Summary/Reporter"}</td>
22 <td>{@"Product/Version"}</td>
23 <td>{@"Status/Resolution"}</td>
24 <td>{@"Priority/Severity"}</td>
25 <td>{@"Last Post"}</td>
26 </tr>
27 $bugs
28 </table>
29
30 <if condition="$show['pagenav']">
31 <!-- pagenav -->
32 <div align="$stylevar[right]">
33 $pagenav
34 </div>
35 <!-- / pagenav -->
36 </if>
37
38 $footer