diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-07-05 00:51:08 +0200 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-07-05 00:51:08 +0200 |
commit | e9fa4c98bb5f084739d3418ade3f0c51e34a0aa1 (patch) | |
tree | fec1d635625e031cde7cba1b0a1d95ee92ac760b /tmpl/prefs_set.tt2 |
Rebase tree.
Diffstat (limited to 'tmpl/prefs_set.tt2')
-rw-r--r-- | tmpl/prefs_set.tt2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tmpl/prefs_set.tt2 b/tmpl/prefs_set.tt2 new file mode 100644 index 0000000..735e700 --- /dev/null +++ b/tmpl/prefs_set.tt2 @@ -0,0 +1,10 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> + <head> + <meta http-equiv="refresh" content="0;url=[% return %]" /> + </head> + <body onload="location.href='[% return %]';"> + <small><a href="[% return %]">Return to the source...</a></small> + </body> +</html> |