Templates XHTML compliance fixes
[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>{$bugsys->options['trackertitle']} - {@"Products"}</title>
6 </head>
7
8 <body>
9
10 $header
11
12 <h2>{@"Explication of Products"}</h2>
13
14 <if condition="$globalversions">
15 <table class="table">
16 <tr class="listinghead">
17 <td colspan="2">{@"Global Versions"}</td>
18 </tr>
19 <tr class="altcolor">
20 <td colspan="2">{@"These versions are avaliable for every product, component, and version."}</td>
21 </tr>
22 $globalversions
23 </table>
24 </if>
25
26 <br />
27
28 <table class="table">
29 <tr class="listinghead">
30 <td colspan="2">{@"Products (components are in white)"}</td>
31 </tr>
32 $productlist
33 </table>
34
35 $footer