Author: buildbot
Date: Sat Jul 12 16:54:30 2014
New Revision: 915934

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/it/download/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 12 16:54:30 2014
@@ -1 +1 @@
-1609988
+1609989

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 12 16:54:30 2014
@@ -1 +1 @@
-1609988
+1609989

Modified: websites/staging/ooo-site/trunk/content/it/download/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/it/download/index.html (original)
+++ websites/staging/ooo-site/trunk/content/it/download/index.html Sat Jul 12 
16:54:30 2014
@@ -43,15 +43,33 @@
 
 <div class="optionset">
 
-<!-- Green: Stable release -->
-  <script type="text/javascript">  
-  <!--
-  createDownloadBox();
-  // Fill the select boxes and wait for the user's choice.
-  init( 1 );
-  entourage.initialize();
-  //-->
-  </script>
+    <!-- Text above the first colored box -->
+    <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;'>" + l10n.dl_headline_text + 
"</h1>" );
+    //-->
+    </script>
+
+    <!-- Green: Stable release -->
+    <!-- Download via select boxes -->
+    <script type="text/javascript">
+    <!--
+
+    // Set a specific language ISO code to force to assemble a certain 
localized build as download link.
+    // Changed: The variable can now be found in the 
"msg_prop_l10n_<ISO_code>.js".
+
+    // Get the download box from a separate file.
+    DL.createDownloadBox();
+
+    // Fill the select boxes and wait for the user's choice.
+    DL.init( 1 );
+
+    entourage.initialize();
+
+    //-->
+    </script>
 
 <!-- Green: Stable release: No JavaScript enabled -->
   <noscript>


Reply via email to