Author: marcus
Date: Sun Jun 1 12:15:09 2014
New Revision: 1598974
URL: http://svn.apache.org/r1598974
Log:
Moved 'no script' section, updated indents
Modified:
openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html
Modified: openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html?rev=1598974&r1=1598973&r2=1598974&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html
(original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze_droplist.html Sun
Jun 1 12:15:09 2014
@@ -20,18 +20,7 @@
<body>
-<!-- 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>
-
<div>
-
<!-- What to do to report a broken link -->
<script type="text/javascript">
<!--
@@ -67,7 +56,6 @@
</div>
<div class="optionset" style="float: left;">
-
<!-- Green: Stable release -->
<!-- Download via select boxes -->
<script type="text/javascript">
@@ -83,15 +71,18 @@
// Headline.
+ "<h2>"
+ "<a title='Download Apache OpenOffice for your favorite operating
system, language and version'>"
- + "Download Apache OpenOffice</a>"
+ + "Download Apache OpenOffice"
+ + "</a>"
+ "</h2>"
// Select text.
+ "<p style='padding-bottom: 0px;'>"
+ "<a title='Apache OpenOffice binary files are hosted by
Sourceforge.net - A trusted website'>"
- + "(Hosted by Sourceforge.net - A trusted website)</a>"
+ + "(Hosted by Sourceforge.net - A trusted website)"
+ + "</a>"
+ "<a title='Select your favorite operating system, language and
version'>"
- + "<b>Select your favorite operating system, language and
version:</b></a>"
+ + "<b>Select your favorite operating system, language and version:</b>"
+ + "</a>"
+ "</p>"
// Select boxes.
@@ -272,6 +263,16 @@
<div style="clear: both;"></div>
+<!-- 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>
+
</body>
</html>