Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / quicksearch.tpl
1 <%- $doctype %>
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="<%- $stylevar['lang'] %>" xml:lang="<%- $stylevar['lang'] %>" dir="<%- $stylevar['lang_dir'] %>">
3 <head>
4 <%- $headinclude %>
5 <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
6 <title><%- bugdar::$options['trackertitle'] %> - <%-T("Quick Search")%></title>
7 </head>
8
9 <body>
10
11 <%- $header %>
12
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>
16
17 <div class="box-mid box-overpad" style="text-align: <%- $stylevar['left'] %>">
18 <% if ($error): %>
19 <div class="error" style="margin-bottom: 5px; text-align: <%- $stylevar['left'] %>"><%- $error %></div>
20 <% endif %>
21
22 <form name="quicksearch" action="showreport.php" method="post" class="form">
23 <input type="hidden" name="do" value="quicksearch" />
24
25 <%-T("Go to bug ID")%> <input type="text" name="bugid" size="5" /> <input type="submit" name="submit" value=" <%-T("Go")%> " />
26
27 </form>
28 </div>
29 </div>
30 </div>
31
32 <%- $footer %>