Author: kschenk
Date: Tue May 1 21:57:26 2012
New Revision: 1332856
URL: http://svn.apache.org/viewvc?rev=1332856&view=rev
Log:
kls --took alerts out. ready to go...
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=1332856&r1=1332855&r2=1332856&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 Tue May 1 21:57:26
2012
@@ -47,12 +47,12 @@
<!--
LINK = getLink( VERSION, MIRROR, SCHEMA );
var myURLlink = "<a href=\"" + LINK + "\"" + " title = \"" + LINK + " \" >";
- alert ("myURLlink :" + myURLlink);
+ //alert ("myURLlink :" + myURLlink);
document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+ LINK + "');"
+ "return false;\">" );
- alert ("hasMirroLink: " + hasMirrorLink() );
+ //alert ("hasMirroLink: " + hasMirrorLink() );
if ( hasMirrorLink() ) {
document.write( "<h2>" + myURLlink+ "Download Apache OpenOffice " + VERSION + "</a></h2>"
+ "<p>" + myURLlink + "Click to start downloading the most recent version for "
|