You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/05/29 01:42:17 UTC

svn commit: r1598173 - /openoffice/ooo-site/trunk/content/download/test/index_droplist.html

Author: marcus
Date: Wed May 28 23:42:17 2014
New Revision: 1598173

URL: http://svn.apache.org/r1598173
Log:
Updated variables

Modified:
    openoffice/ooo-site/trunk/content/download/test/index_droplist.html

Modified: openoffice/ooo-site/trunk/content/download/test/index_droplist.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index_droplist.html?rev=1598173&r1=1598172&r2=1598173&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index_droplist.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index_droplist.html Wed May 28 23:42:17 2014
@@ -138,12 +138,12 @@ screen reader. -->
 /*
   document.write( "<div class='sub-green'>"
     + "<p> );
-    if ( LINK_CHECKSUM_ASC_FULL ) {
+    if ( LINK_CHK_ASC_FULL ) {
       document.write( "Signatures and hashes: "
-      + "<a href='" + LINK_CHECKSUM_KEYS	+ "' + title='KEYS signature file'>KEYS</a> , "
-      + "<a href='" + LINK_CHECKSUM_ASC_FULL	+ "' + title='ASC signature for: " + FILENAME_FULL + "'>ASC</a> , "
-      + "<a href='" + LINK_CHECKSUM_MD5_FULL	+ "' + title='MD5 hash for: "      + FILENAME_FULL + "'>MD5</a> , "
-      + "<a href='" + LINK_CHECKSUM_SHA256_FULL + "' + title='SHA256 hash for: "   + FILENAME_FULL + "'>SHA256</a> , "
+      + "<a href='" + LINK_CHK_KEYS	   + "' + title='KEYS signature file'>KEYS</a> , "
+      + "<a href='" + LINK_CHK_ASC_FULL	   + "' + title='ASC signature for: " + FILENAME_FULL + "'>ASC</a> , "
+      + "<a href='" + LINK_CHK_MD5_FULL	   + "' + title='MD5 hash for: "      + FILENAME_FULL + "'>MD5</a> , "
+      + "<a href='" + LINK_CHK_SHA256_FULL + "' + title='SHA256 hash for: "   + FILENAME_FULL + "'>SHA256</a> , "
       + "<a href='../checksums.html' title='How to verify the download with checksums?'>How to verify?</a> | " );
     }
     document.write( ""
@@ -301,14 +301,15 @@ screen reader. -->
 //      + "<img id='dl_hlp_img2' style='padding: 5px 0px 0px 0px;' src='' title='' alt='' />"
         + "<img id='dl_hlp_img' style='padding: 5px 0px 0px 0px;' src='' title='' height='16' width='16' alt='' />"
         + "<a style='padding: 0px 0px 0px 3%;'></a>"
-        + "<a id='dl_hlp' style='cursor: pointer;' href='' title='' target='_blank' onclick='showWindow( this.href ); "
-        + "return false;'></a>"
+//      + "<a id='dl_hlp' style='cursor: pointer;' href='' title='' target='_blank' onclick='showWindow( this.href ); "
+        + "<a id='dl_hlp' href='' title='' target='_blank' onclick='showWindow( this.href ); return false;'></a>"
         + "<br />"
 
 //      + "<img id='dl_rpt_img2' style='padding: 5px 0px 0px 0px;' src='' title='' alt='' />"
         + "<img id='dl_rpt_img' style='padding: 5px 0px 0px 0px;' src='' title='' height='16' width='16' alt='' />"
         + "<a style='padding: 0px 0px 0px 3%;'></a>"
-        + "<a id='dl_rpt' style='cursor: pointer;' href='' title='' target='_blank'></a>"
+//      + "<a id='dl_rpt' style='cursor: pointer;' href='' title='' target='_blank'></a>"
+        + "<a id='dl_rpt' href='' title='' target='_blank'></a>"
       + "</p>"
       + "<div style='clear: both;'></div>"
     + "</div>" );