Templates XHTML compliance fixes
[bugdar.git] / templates / explain_automation.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']} - {@"Automations"}</title>
6 </head>
7
8 <body>
9
10 $header
11
12 <h2>{@"Explication of Automations"}</h2>
13
14 <table class="table">
15 $automations
16 </table>
17
18 $footer