Author: marcus
Date: Thu May 29 11:58:47 2014
New Revision: 1598261

URL: http://svn.apache.org/r1598261
Log:
Updated comments

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=1598261&r1=1598260&r2=1598261&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index_droplist.html 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/index_droplist.html Thu May 
29 11:58:47 2014
@@ -42,15 +42,15 @@
 
 <body>
 
-<!-- The text in the H1 tag is intentionally shown as not displayable, just to 
please accessibility tools like a
-screen reader. -->
-<h1 style="display: none;">Apache OpenOffice Download</h1>
-
 <div class="optionset">
 
   <!-- Green: Stable release -->
   <script type="text/javascript">
   <!--
+  // The text in the H1 tag is intentionally shown as "display: none" (do not 
display).
+  // This is to please accessibility tools like a screen reader.
+  document.write( "<h1 style='display: none;'>Apache OpenOffice Download</h1>" 
);
+
 /*
   document.write( "<div>"
     + "Just for testing, please ignore."
@@ -64,9 +64,12 @@ screen reader. -->
   + "</div>" );
 */
   // Set a specific language ISO code to force to assemble a certain localized 
build as download link.
+  // The variable can be found in the "msg_prop_l10n_<ISO_code>.js".
   NL_LANG      = "";
+
   // Get the download link (1 = Stable Release).
   var dl_link  = getLink( 1 );
+
   // Does the browser language match with AOO languages?
   if ( isLangSupported() ) {
     if ( SF ) {
@@ -631,10 +634,10 @@ screen reader. -->
     title="Extensive user manuals for every day use">User Guides</a></li>
     <li><a href="../common/java.html"
     title="Explains why to use Java and what it is">Java and Apache 
OpenOffice</a></li>
-    <!--
+<!--
     <li><a href="http://java.com/en/download/manual_v6.jsp";
     title="Get the Java Runtime Environment (JRE 1.6)">Get the Java Runtime 
Environment (JRE 1.6)</a></li>
-    -->
+-->
     <li><a href="../../development/releases/eol.html"
     title="Information about releases that have reached End-Of-Life 
status">End-Of-Life Information</a></li>
   </ul>
@@ -653,7 +656,7 @@ screen reader. -->
     title="If the information above did not answer your question: Free and 
paid support!">Support</a></li>
     <li><a href="http://openoffice.apache.org/native-lang.html";
     title="Information and support in your favorite 
language">Localizations</a></li>
-    <!--
+<!--
     <li><a href="../../distribution/index.html"
     title="FAQ for distributions ">Distributions FAQ</a></li>
     <li><a href="../../distribution/cdrom/iso_download.html"
@@ -662,7 +665,7 @@ screen reader. -->
     title="If you cannot download OpenOffice.org, order a CD-ROM">Order 
CD-ROM</a>
     <li><a href="../../distribution/mirrors#mirrors"
     title="To get alternative download locations">All Mirror Server</a><br 
/></li>
-    -->
+-->
     <li><a href="../../stats/index.html"
     title="Download and other statistics">Download Statistics</a></li>
     <li><a href="http://sourceforge.net/projects/openofficeorg.mirror/files/";


Reply via email to