Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / explain_product.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("Products")%></title>
6 </head>
7
8 <body>
9
10 <%- $header %>
11
12 <h2><%-T("Explication of Products")%></h2>
13
14 <% if ($globalversions): %>
15 <table class="table">
16 <tr class="listinghead">
17 <td colspan="2"><%-T("Global Versions")%></td>
18 </tr>
19 <tr class="altcolor">
20 <td colspan="2"><%-T("These versions are avaliable for every product, component, and version.")%></td>
21 </tr>
22 <%- $globalversions %>
23 </table>
24 <% endif %>
25
26 <br />
27
28 <table class="table">
29 <tr class="listinghead">
30 <td colspan="2"><%-T("Products (components are in white)")%></td>
31 </tr>
32 <%- $productlist %>
33 </table>
34
35 <%- $footer %>