r342: - now have a miniblock template base
[bugdar.git] / templates / quicksearch.tpl
1 $doctype
2 $headinclude
3 $header
4
5 <div align="center" style="margin-top: 10px">
6 <div class="tborder" style="padding: 1px; width: $stylevar[alternate_width]">
7 <div class="thead" style="padding: 2px; margin-bottom: 1px; text-align: left">Quick Search</div>
8 <div class="tmiddle" style="padding: 8px; text-align: left">
9 <if condition="$error">
10 <div class="error" style="margin-bottom: 5px">$error</div>
11 </if>
12
13 <form name="quicksearch" action="showreport.php" method="post" class="form">
14 <input type="hidden" name="do" value="quicksearch" />
15
16 Go to bug ID <input type="text" name="bugid" size="5" /> <input type="submit" name="submit" value=" Go " />
17
18 </form>
19 </div>
20 </div>
21 </div>
22
23 $footer