r498: Changing <div>s drawn with t* classes to use the new box.css model
[bugdar.git] / templates / quicksearch.tpl
1 $doctype
2 <html lang="$stylevar[lang]" xml:lang="$stylevar[lang]">
3 <head>
4 $headinclude
5 <link rel="stylesheet" href="templates/box.css" media="screen" />
6 <title>{$bugsys->options['trackertitle']} - {@"Quick Search"}</title>
7 </head>
8
9 $header
10
11 <div align="center" style="margin-top: 10px">
12 <div class="box" style="width: $stylevar[alternate_width]">
13 <div class="box-head">{@"Quick Search"}</div>
14
15 <div class="box-mid + box-overpad">
16 <if condition="$error">
17 <div class="error" style="margin-bottom: 5px">$error</div>
18 </if>
19
20 <form name="quicksearch" action="showreport.php" method="post" class="form">
21 <input type="hidden" name="do" value="quicksearch" />
22
23 {@"Go to bug ID"} <input type="text" name="bugid" size="5" /> <input type="submit" name="submit" value=" {@"Go"} " />
24
25 </form>
26 </div>
27 </div>
28 </div>
29
30 $footer