You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/07/12 17:38:42 UTC

svn commit: r1609947 - /openoffice/ooo-site/trunk/content/de/downloads/index.html

Author: marcus
Date: Sat Jul 12 15:38:41 2014
New Revision: 1609947

URL: http://svn.apache.org/r1609947
Log:
Updated variable and functions to use them as its object properties

Modified:
    openoffice/ooo-site/trunk/content/de/downloads/index.html

Modified: openoffice/ooo-site/trunk/content/de/downloads/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/de/downloads/index.html?rev=1609947&r1=1609946&r2=1609947&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/de/downloads/index.html (original)
+++ openoffice/ooo-site/trunk/content/de/downloads/index.html Sat Jul 12 15:38:41 2014
@@ -10,12 +10,12 @@
   <meta property="og:image" content="http://www.openoffice.org/images/aoo-logo-100x100.png" />
   <meta name="description" content="Offizielle Apache OpenOffice Download-Webseite. Folge der OpenOffice Revolution, die freie Büro-Software mit vielen Dutzenden Million glaubhaften Downloads." />
   <title>Apache OpenOffice herunterladen - Offizielle Webseite</title>
-  <script type="text/javascript" src="../../download/globalvars.js"></script>
+  <script type="text/javascript" src="../../download/test/globalvars.js"></script>
   <script type="text/javascript" src="msg_prop_l10n_de.js"></script>
-  <script type="text/javascript" src="../../download/languages.js"></script>
-  <script type="text/javascript" src="../../download/release_matrix.js"></script>
-  <script type="text/javascript" src="../../download/boxed_download.js"></script>
-  <script type="text/javascript" src="../../download/download.js"></script>
+  <script type="text/javascript" src="../../download/test/languages.js"></script>
+  <script type="text/javascript" src="../../download/test/release_matrix.js"></script>
+  <script type="text/javascript" src="../../download/test/boxed_download.js"></script>
+  <script type="text/javascript" src="../../download/test/download.js"></script>
   <style type="text/css">
   /* <![CDATA[ */
   /*-------------------- Exceptions on standard css -----------------------*/
@@ -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();
 
@@ -104,7 +104,7 @@
     <script type="text/javascript">
     <!--
     // Get the share box from a separate file.
-    createShareBox();
+    DL.createShareBox();
     //-->
     </script>
 
@@ -112,7 +112,7 @@
     <script type="text/javascript">
     <!--
     // Get the extensions box from a separate file.
-    createExtensionsBox();
+    DL.createExtensionsBox();
     //-->
     </script>
 
@@ -120,7 +120,7 @@
     <script type="text/javascript">
     <!--
     // Get the templates box from a separate file.
-    createTemplatesBox();
+    DL.createTemplatesBox();
     //-->
     </script>
 
@@ -132,7 +132,7 @@
     <script type="text/javascript">
     <!--
     // Get the navigation bar from a separate file.
-    createNavigationBar();
+    DL.createNavigationBar();
     //-->
     </script>
 
@@ -142,7 +142,7 @@
     <script type="text/javascript">
     <!--
     // Get the logo section from a separate file.
-    createLogoSection();
+    DL.createLogoSection();
     //-->
     </script>