Author: marcus
Date: Mon Jun 16 20:37:46 2014
New Revision: 1603001

URL: http://svn.apache.org/r1603001
Log:
Separated more strings from code, updated variables

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

Modified: openoffice/ooo-site/trunk/content/download/test/analyze.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze.html?rev=1603001&r1=1603000&r2=1603001&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/analyze.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze.html Mon Jun 16 
20:37:46 2014
@@ -303,9 +303,7 @@ document.write( "<div style='clear: both
          + "<tr><td>Base URL to Apache Archive                 
</td><td></td></tr>"    /* ASF_ARC_BASE_URL */
          + "<tr><td>getLinkSel()                               
</td><td></td></tr>"    /* getLinkSel() */
          + "<tr><td>isLangSupported() ?                        
</td><td></td></tr>"    /* isLangSupported() */
-         + "<tr><td>Contains link to Sourgeforge ?             
</td><td></td></tr>"    /* SF */
-         + "<tr><td>Contains link to porting webpage ?         
</td><td></td></tr>"    /* OTHER */
-         + "<tr><td>Contains link to the archive ?             
</td><td></td></tr>"    /* ARCHIVE */
+         + "<tr><td>Download link is supported and OK ?        
</td><td></td></tr>"    /* SUPPORTED */
          + "<tr><td>General error ?                            
</td><td></td></tr>"    /* ERROR */
     + "</tbody>"
     + "</table>"
@@ -319,7 +317,7 @@ function updateTable() {
                UI_PLATFORM, UI_PLATFORM_NO_SUP, PLATFORM, PLATFORM_FULL, 
PLATFORM_LP, PLATFORM_SEL, VERSION_SEL,
                FILENAME_FULL, FILENAME_LP, EXTENSION, FILESIZE_FULL, 
FILESIZE_LP, REL_TEXT, LINK_FULL, LINK_LP,
                LINK_CHK_MD5_FULL, LINK_CHK_MD5_LP, SOURCEFORGE_BASE_URL, 
ASF_ARC_BASE_URL, getLinkSel(), isLangSupported(),
-               SF, OTHER, ARCHIVE, ERROR ];
+               SUPPORTED, ERROR ];
 
   // Assign the respective table cell with the variable or function.
   // Start with the 20th row (i = 19) in the 2nd cell (1), count through the 
elements array (j):


Reply via email to