2 <html xmlns="http://www.w3.org/1999/xhtml" lang="<%- $stylevar['lang'] %>" xml:lang="<%- $stylevar['lang'] %>" dir="<%- $stylevar['lang_dir'] %>">
5 <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
6 <title><%- bugdar::$options['trackertitle'] %> - <%-T("Quick Search")%></title>
13 <div align="center" style="margin-top: 10px">
14 <div class="box altwidth">
15 <div class="box-head" style="text-align: <%- $stylevar['left'] %>"><%-T("Quick Search")%></div>
17 <div class="box-mid box-overpad" style="text-align: <%- $stylevar['left'] %>">
19 <div class="error" style="margin-bottom: 5px; text-align: <%- $stylevar['left'] %>"><%- $error %></div>
22 <form name="quicksearch" action="showreport.php" method="post" class="form">
23 <input type="hidden" name="do" value="quicksearch" />
25 <%-T("Go to bug ID")%> <input type="text" name="bugid" size="5" /> <input type="submit" name="submit" value=" <%-T("Go")%> " />