diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-29 00:14:08 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-29 00:14:08 +0100 |
commit | a25f8442450d7e9fb188a979ab0897cb86e9d84f (patch) | |
tree | 9e051ee2380470db1ca2d0b406938be05b8ecc6f /tmpl | |
parent | 3434b56d6b476f1094f6aa59ce228e930d3194fb (diff) | |
parent | 1217f130fa8890a3c12fb4e91e3df52361218e95 (diff) |
Merge branch 'master' of /home/argggh/git/lxrng/
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/ajax_redir.tt2 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tmpl/ajax_redir.tt2 b/tmpl/ajax_redir.tt2 new file mode 100644 index 0000000..54542bf --- /dev/null +++ b/tmpl/ajax_redir.tt2 @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" +"http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"> + <head> + <script type="text/javascript"> + document.write('<meta http-equiv="refresh" content="0;url=[% ajax_url %]' + + location.hash + '">'); + </script> + </head> + <body onload="location.href='[% ajax_url %]' + location.hash;"> + <small>Redirecting to Ajax interface...</small> + </body> +</html> |