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