aboutsummaryrefslogtreecommitdiffstats
path: root/template-common/redirect.tpl
blob: 43db0912221c25f0142c78c026a6020c335f5565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="{LANG}" dir="{DIR}">
  <head>
    <title>{U_REDIRECT_MSG}</title>
    <meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}">
    <!-- BEGIN refresh -->
    <meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
    <!-- END refresh -->
  </head>
  <body>
    <div id="the_page">
      <p>{U_REDIRECT_MSG}</p>
      <p><a href="{U_REFRESH}">{lang:click_to_redirect}</a></p>
    </div>
  </body>
</html>