r446: Localizing all the templates
[bugdar.git] / templates / std_redirect.tpl
1 $doctype
2 <html lang="$stylevar[lang]" xml:lang="$stylevar[lang]">
3 <head>
4 $headinclude
5 <meta http-equiv="refresh" content="2; {$this->url}" />
6 <title>{$bugsys->options['trackertitle']} - {@"Redirect..."}</title>
7 </head>
8
9 $header
10
11 <div align="center" style="margin-top: 10px">
12 <div class="tborder" style="padding: 1px; width: $stylevar[alternate_width]">
13 <div class="thead" style="padding: $stylevar[padding]px; margin-bottom: 1px; text-align: left">{@"Redirect..."}</div>
14 <div class="tmiddle" style="padding: 8px; text-align: left">
15 {$this->process}
16
17 <br />
18 <br />
19
20 <a href="{$this->url}">{@"If you are not redirected in a few seconds, click here."}</a>
21 </div>
22 </div>
23 </div>
24
25 $footer