Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / trackerhome.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 <title><%- bugdar::$options['trackertitle'] %> - <%-T("Bug Listing")%></title>
6 </head>
7
8 <body>
9
10 <%- $header %>
11
12 <table class="table">
13 <tr class="listinghead">
14 <%- $columnHeads %></tr>
15 <%- $bugs %>
16 </table>
17
18 <% if ($show['pagenav']): %>
19 <!-- pagenav -->
20 <div align="<%- $stylevar[right] %>">
21 <%- $pagenav %>
22 </div>
23 <!-- / pagenav -->
24 <% endif %>
25
26 <%- $footer %>