Author: marcus
Date: Sun Jul 13 09:15:01 2014
New Revision: 1610145
URL: http://svn.apache.org/r1610145
Log:
Updated variable and functions to use them as its object properties
Modified:
openoffice/ooo-site/trunk/content/xx/download/index.html
Modified: openoffice/ooo-site/trunk/content/xx/download/index.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/xx/download/index.html?rev=1610145&r1=1610144&r2=1610145&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/xx/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/xx/download/index.html Sun Jul 13
09:15:01 2014
@@ -55,7 +55,7 @@
<!--
// 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_download_headline_text + "</h1>" );
+ document.write( "<h1 style='display: none;'>" + l10n.dl_headline_text +
"</h1>" );
//-->
</script>
@@ -68,10 +68,10 @@
// Changed: The variable can now be found in the
"msg_prop_l10n_<ISO_code>.js".
// Get the download box from a separate file.
- createDownloadBox();
+ DL.createDownloadBox();
// Fill the select boxes and wait for the user's choice.
- init( 1 );
+ DL.init( 1 );
entourage.initialize();
@@ -90,9 +90,9 @@
</h2>
<p>
<a style="cursor: pointer;"
href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"
- title="Select from all platforms, languages and language packs to
download">The browser seems to have
- JavaScript disabled. This technique is used for showing the actual
download link. If you want to download
- Apache OpenOffice anyway, click this text to choose from the
alternative download webpage.
+ title="Select from all platforms, languages and language packs to
download">The browser seems to have JavaScript
+ disabled. This technique is used for showing the actual download
link. If you want to download Apache
+ OpenOffice anyway, click this text to choose from the alternative
download webpage.
Our apologies for the inconvenience.
</a>
</p>
@@ -103,7 +103,7 @@
<script type="text/javascript">
<!--
// Get the share box from a separate file.
- createShareBox();
+ DL.createShareBox();
//-->
</script>
@@ -111,7 +111,7 @@
<script type="text/javascript">
<!--
// Get the extensions box from a separate file.
- createExtensionsBox();
+ DL.createExtensionsBox();
//-->
</script>
@@ -119,7 +119,7 @@
<script type="text/javascript">
<!--
// Get the templates box from a separate file.
- createTemplatesBox();
+ DL.createTemplatesBox();
//-->
</script>
@@ -131,7 +131,7 @@
<script type="text/javascript">
<!--
// Get the navigation bar from a separate file.
- createNavigationBar();
+ DL.createNavigationBar();
//-->
</script>
@@ -141,7 +141,7 @@
<script type="text/javascript">
<!--
// Get the logo section from a separate file.
- createLogoSection();
+ DL.createLogoSection();
//-->
</script>