r446: Localizing all the templates
[bugdar.git] / templates / search_results.tpl
1 $doctype
2 <html lang="$stylevar[lang]" xml:lang="$stylevar[lang]">
3 <head>
4 $headinclude
5 <title>{$bugsys->options['trackertitle']} - Search Results</title>
6 </head>
7
8 $header
9
10 <if condition="$show['cached']">
11 <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>
12 <div><a href="search.php?rerun=1">{@"Alternatively, you can re-run this search by clicking here."}</a></div>
13 <br />
14 </if>
15
16 <table border="$stylevar[border]" cellspacing="$stylevar[spacing]" cellpadding="$stylevar[padding]px" width="$stylevar[normal_width]">
17 <tr class="listinghead">
18 <td>{@"ID"}</td>
19 <td>{@"Summary/Reporter"}</td>
20 <td>{@"Status/Resolution"}</td>
21 <td>{@"Product/Version"}</td>
22 <td>{@"Last Post"}</td>
23 </tr>
24 $bugs
25 </table>
26
27 $footer