Author: kschenk
Date: Wed May 2 23:48:14 2012
New Revision: 1333262
URL: http://svn.apache.org/viewvc?rev=1333262&view=rev
Log:
kls -- ok, ready for a REAL test after mirrors load
Modified:
incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html
Modified: incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html?rev=1333262&r1=1333261&r2=1333262&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html (original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html Wed May 2 23:48:14
2012
@@ -59,11 +59,11 @@
+ "<br/></p>" );
} else {
<!-- dump SF extension if no mirror link -->
- alert("link before replacment: " + LINK);
+ //alert("link before replacment: " + LINK);
var newLINK = LINK.replace(/\/download$/,"");
document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+ newLINK + "');"
+ "return false;\">" );
- alert ("link after replacment: " + newLINK);
+ //alert ("link after replacment: " + newLINK);
<!-- route everybody to somplace else ??? -->
document.write( "<h2><a href='" + newLINK + "' title='" + newLINK + "'>Download
Apache OpenOffice</a></h2>"
+ "<p><a href='" + newLINK + "' title='" + newLINK + "'>Get Apache OpenOffice
for " + getLanguage()
|