Author: marcus
Date: Sat Jun 14 06:19:15 2014
New Revision: 1602550

URL: http://svn.apache.org/r1602550
Log:
Updates

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

Modified: openoffice/ooo-site/trunk/content/download/test/analyze_beta.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze_beta.html?rev=1602550&r1=1602549&r2=1602550&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/analyze_beta.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze_beta.html Sat Jun 
14 06:19:15 2014
@@ -22,6 +22,18 @@
 screen reader. -->
 <h1 style="display: none;">Apache OpenOffice Download</h1>
 
+<!-- No JavaScript enabled -->
+<noscript>
+  <h1>Apache OpenOffice Downloads - Analyze errors</h1>
+  <br />
+
+  <div class="notice">
+    <h2>JavaScript not enabled?</h2>
+
+    <p>JavaScript needs to be enabled to show the analysis data on this 
webpage.</p>
+  </div>
+</noscript>
+
 <div class="optionset">
 
   <!-- Yellow: Beta Release online -->
@@ -114,22 +126,14 @@ screen reader. -->
     + "</div>" );
   } else {
     // Yellow: Beta Release, show nothing as it is not yet ready
+      document.write( "<div><h2>Apache OpenOffice "
+       + "<h3>The Beta release is not yet available. Please make sure to come 
back on the release date to download and "
+       + "test the new version.</h3>"
+      + "</div>" );
   }
   //-->
   </script>
-
-  <!-- No JavaScript enabled -->
-  <noscript>
-    <div class="notice">
-      <h1>Apache OpenOffice Downloads - Analyze errors</h1>
-      <br />
-      <h2>JavaScript not enabled?</h2>
-      <p>JavaScript needs to be enabled to show the analysis data on this 
webpage.</p>
-    </div>
-  </noscript>
-
-  <p>&nbsp;</p>
-</div>
+</div> <!-- class "optionset" -->
 
 <div>
   <script type="text/javascript">
@@ -181,7 +185,7 @@ screen reader. -->
     document.write( "<tr><td>General error ?                           
</td><td>" + ERROR                                      + "</td></tr>" );
     document.write( "</tbody></table><br/><br/>" );
   </script>
-</div>
+</div> <!-- table -->
 
 </body>
 </html>


Reply via email to