r1257: IE apparently wants url=X in its meta refresh tag.
[bugdar.git] / templates / std_redirect.tpl
1 $doctype
2 <html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
3 <head>
4 $headinclude
5 <link rel="stylesheet" href="templates/box.css" media="screen" />
6 <meta http-equiv="refresh" content="2; url={$this->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" style="width: $stylevar[alternate_width]">
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 {$this->process}
20
21 <br />
22 <br />
23
24 <a href="{$this->url}">{@"If you are not redirected in a few seconds, click here."}</a>
25 </div>
26 </div>
27 </div>
28
29 $footer