Redirection work-around added
authorRoland Häder <roland@mxchange.org>
Tue, 18 Mar 2008 19:05:48 +0000 (19:05 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 18 Mar 2008 19:05:48 +0000 (19:05 +0000)
.gitattributes
templates/de/html/redirect_url.tpl [new file with mode: 0644]

index 4ea125449d6c5def6915d64aa8fbe7afc5cc7175..2c7358371054a57139b936a5e612e3979d839839 100644 (file)
@@ -1150,6 +1150,7 @@ templates/de/html/page_footer.tpl -text
 templates/de/html/page_header.tpl -text
 templates/de/html/profile-update.tpl -text
 templates/de/html/rallye_test.tpl -text
 templates/de/html/page_header.tpl -text
 templates/de/html/profile-update.tpl -text
 templates/de/html/rallye_test.tpl -text
+templates/de/html/redirect_url.tpl -text
 templates/de/html/register_header.tpl -text
 templates/de/html/runtime_fatal_row.tpl -text
 templates/de/html/runtime_fatal_table.tpl -text
 templates/de/html/register_header.tpl -text
 templates/de/html/runtime_fatal_row.tpl -text
 templates/de/html/runtime_fatal_table.tpl -text
diff --git a/templates/de/html/redirect_url.tpl b/templates/de/html/redirect_url.tpl
new file mode 100644 (file)
index 0000000..0d27c59
--- /dev/null
@@ -0,0 +1,6 @@
+<NOSCRIPT>{--LOAD_URL_ERROR_1--}$content{--LOAD_URL_ERROR_2--}</NOSCRIPT>
+<SCRIPT language="JavaScript" type="text/javascript">
+<!--
+document.location.href='$content';
+//-->
+</SCRIPT>