r498: Changing <div>s drawn with t* classes to use the new box.css model
[bugdar.git] / templates / std_redirect.tpl
1 $doctype
2 <html lang="$stylevar[lang]" xml:lang="$stylevar[lang]">
3 <head>
4 $headinclude
5 <link rel="stylesheet" href="templates/box.css" media="screen" />
6 <meta http-equiv="refresh" content="2; {$this->url}" />
7 <title>{$bugsys->options['trackertitle']} - {@"Redirect..."}</title>
8 </head>
9
10 $header
11
12 <div align="center" style="margin-top: 10px">
13 <div class="box" style="width: $stylevar[alternate_width]">
14 <div class="box-head">{@"Redirect..."}</div>
15
16 <div class="box-mid + box-overpad">
17 {$this->process}
18
19 <br />
20 <br />
21
22 <a href="{$this->url}">{@"If you are not redirected in a few seconds, click here."}</a>
23 </div>
24 </div>
25 </div>
26
27 $footer