Merge pull request #1602 from MeinAccount/UserStorageHandler/update
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / redirect.tpl
1 {include file="documentHeader"}
2
3 <head>
4 <title>{lang}wcf.global.redirect.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
5
6 {include file='headInclude'}
7
8 <meta http-equiv="refresh" content="{if $wait|isset}{@$wait}{else}10{/if};URL={$url}" />
9 </head>
10
11 <body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}">
12
13 {include file='header'}
14
15 <div class="{if !$status|empty}{@$status}{else}success{/if}">
16 <p>{@$message}</p>
17 <a href="{$url}">{lang}wcf.global.redirect.url{/lang}</a>
18 </div>
19
20 {include file='footer'}
21
22 </body>
23 </html>