Templates XHTML compliance fixes
[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>{$bugsys->options['trackertitle']} - {@"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 condition="$show['pagenav']">
19 <!-- pagenav -->
20 <div align="$stylevar[right]">
21 $pagenav
22 </div>
23 <!-- / pagenav -->
24 </if>
25
26 $footer