Templates XHTML compliance fixes
[bugdar.git] / templates / std_redirect.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 <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
6 <meta http-equiv="refresh" content="2; url=$url" />
7 <title>{$bugsys->options['trackertitle']} - {@"Redirect..."}</title>
8 </head>
9
10 <body>
11
12 $header
13
14 <div align="center" style="margin-top: 10px">
15 <div class="box altwidth">
16 <div class="box-head" style="text-align: $stylevar[left]">{@"Redirect..."}</div>
17
18 <div class="box-mid box-overpad" style="text-align: $stylevar[left]">
19 $message
20
21 <br />
22 <br />
23
24 <a href="$url">{@"If you are not redirected in a few seconds, click here."}</a>
25 </div>
26 </div>
27 </div>
28
29 $footer