Templates XHTML compliance fixes
[bugdar.git] / templates / favorites.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']} - {@"My Favorite Bugs"}</title>
6 </head>
7
8 <body>
9
10 $header
11
12 <table class="table">
13 <tr class="listinghead">
14 $headers
15 </tr>
16 $bugs
17 </table>
18
19 <if condition="$show['pagenav']">
20 <!-- pagenav -->
21 <div align="right">
22 $pagenav
23 </div>
24 <!-- / pagenav -->
25 </if>
26
27 $footer