You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/07/14 08:56:09 UTC

svn commit: r916139 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/tr/download/analyze.html

Author: buildbot
Date: Mon Jul 14 06:56:08 2014
New Revision: 916139

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/tr/download/analyze.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 14 06:56:08 2014
@@ -1 +1 @@
-1610338
+1610344

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 14 06:56:08 2014
@@ -1 +1 @@
-1610338
+1610344

Modified: websites/staging/ooo-site/trunk/content/tr/download/analyze.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/tr/download/analyze.html (original)
+++ websites/staging/ooo-site/trunk/content/tr/download/analyze.html Mon Jul 14 06:56:08 2014
@@ -5,17 +5,17 @@
 
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Apache OpenOffice İndirmeleri - Sağlam yayımın hatalarını çözümleyin</title>
-  <script type="text/javascript" src="../../download/globalvars.js"></script>
+  <script type="text/javascript" src="/download/globalvars.js"></script>
   <script type="text/javascript" src="msg_prop_l10n_tr.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/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>
   <style type="text/css">
   /* <![CDATA[ */
   /*-------------------- Exceptions on standard css -----------------------*/
-  @import "../../download/styles.css";
-  @import "../../download/exceptions.css";
+  @import "/download/styles.css";
+  @import "/download/exceptions.css";
   /* ]]> */
   </style>
 
@@ -56,8 +56,8 @@
 
     + "<p>"
       + "<ol style='padding: 0px 0px 0px 15px; list-style: disc outside none;'>"
-	+ "<li>" + l10n.dl_analyze_instruction_select_text	+ "</li>"
-	+ "<li>" + l10n.dl_analyze_instruction_verify_text	+ "</li>"
+	+ "<li>" + l10n.dl_analyze_instruction_select_text + "</li>"
+	+ "<li>" + l10n.dl_analyze_instruction_verify_text + "</li>"
 	+ "<li>" + l10n.dl_analyze_instruction_click_text + "<b>[ " + l10n.dl_analyze_update_button_text + " ]</b></li>"
 	+ "<li>" + l10n.dl_analyze_instruction_click_text + "<b>[ " + l10n.dl_analyze_select_button_text + " ]</b></li>"
 	+ "<li>" + l10n.dl_analyze_instruction_copy_text + "<b>[ " + l10n.dl_analyze_copy_button_text + " ]</b></li>"
@@ -101,7 +101,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.dl_download_headline_text + "</h1>" );
+  document.write( "<h1 style='display: none;'>" + l10n.dl_headline_text + "</h1>" );
   //-->
   </script>
 
@@ -111,13 +111,13 @@
   <!--
 
   // 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.dl_<ISO_code>.js".
+  // 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();
 
@@ -147,8 +147,8 @@ document.write( "<div style='clear: both
       + "</input>"
 
       + "<input class='btn_analyze' type='button' name='copy'   href='javascript:void( 0 )'"
-        + "title='" + l10n.dl_analyze_copy_button_title   + "'"
-        + "value='" + l10n.dl_analyze_copy_button_text    + "' disabled style='color: #000000; cursor: default;' />"
+        + "title='" + l10n.dl_analyze_copy_button_title	+ "'"
+        + "value='" + l10n.dl_analyze_copy_button_text	+ "' disabled style='color: #000000; cursor: default;' />"
     + "</form>"
 
     + "<p>&nbsp;</p>"
@@ -179,23 +179,23 @@ document.write( "<div style='clear: both
 	+ "<tr><td>navigator.systemLanguage			</td><td>" + navigator.systemLanguage	+ "</td></tr>"
 	+ "<tr><td>navigator.userAgent				</td><td>" + navigator.userAgent	+ "</td></tr>" );
 
-	if ( navigator.userAgent.toLowerCase().indexOf( "debian"    ) != -1 )
+	if ( navigator.userAgent.toLowerCase().indexOf( "debian"	 ) != -1 )
 	  document.write( "<tr><td>Debian / Ubuntu / IceWeasel ?</td><td>" + l10n.dl_analyze_table_yes_text + " / "
-	  + l10n.dl_analyze_table_no_text	+ " / " + l10n.dl_analyze_table_no_text  + "</td></tr>" );
-	else if ( navigator.userAgent.toLowerCase().indexOf( "ubuntu"    ) != -1 )
+	  + l10n.dl_analyze_table_no_text  + " / " + l10n.dl_analyze_table_no_text  + "</td></tr>" );
+	else if ( navigator.userAgent.toLowerCase().indexOf( "ubuntu"	 ) != -1 )
 	  document.write( "<tr><td>Debian / Ubuntu / IceWeasel ?</td><td>" + l10n.dl_analyze_table_no_text  + " / "
-	  + l10n.dl_analyze_table_yes_text	+ " / " + l10n.dl_analyze_table_no_text  + "</td></tr>" );
+	  + l10n.dl_analyze_table_yes_text + " / " + l10n.dl_analyze_table_no_text  + "</td></tr>" );
 	else if ( navigator.userAgent.toLowerCase().indexOf( "iceWeasel" ) != -1 )
 	  document.write( "<tr><td>Debian / Ubuntu / IceWeasel ?</td><td>" + l10n.dl_analyze_table_no_text  + " / "
-	  + l10n.dl_analyze_table_no_text	+ " / " + l10n.dl_analyze_table_yes_text + "</td></tr>" );
+	  + l10n.dl_analyze_table_no_text  + " / " + l10n.dl_analyze_table_yes_text + "</td></tr>" );
 	else
 	  document.write( "<tr><td>Debian / Ubuntu / IceWeasel ?</td><td>" + l10n.dl_analyze_table_no_text  + " / "
-	  + l10n.dl_analyze_table_no_text	+ " / " + l10n.dl_analyze_table_no_text  + "</td></tr>" );
+	  + l10n.dl_analyze_table_no_text  + " / " + l10n.dl_analyze_table_no_text  + "</td></tr>" );
 
 	// List all variables and function's return values from scripting.
-	document.write( "<tr><th><b>" + l10n.dl_analyze_table_stable_release_text	+ "</b></th><th>&nbsp;</th></tr>"
-	  + "<th><b>"                 + l10n.dl_analyze_table_javascript_text	+ "</b></th>"
-	  + "<th><b>"                 + l10n.dl_analyze_table_values_text		+ "</b></th>"
+	document.write( "<tr><th><b>" + l10n.dl_analyze_table_stable_release_text + "</b></th><th>&nbsp;</th></tr>"
+	  + "<th><b>"                 + l10n.dl_analyze_table_javascript_text	  + "</b></th>"
+	  + "<th><b>"                 + l10n.dl_analyze_table_values_text	  + "</b></th>"
 	  + "<tr><td>Language ISO code				</td><td></td></tr>"	/* LANG_ISO */
 	  + "<tr><td>Language ISO code (from select box)	</td><td></td></tr>"	/* LANG_SEL */
 	  + "<tr><td>Release matrix platform position (full)	</td><td></td></tr>"	/* RELEASE_PLATFORM_POS_FULL */
@@ -233,11 +233,12 @@ document.write( "<div style='clear: both
 function updateTable() {
   // Show all variables and functions in the table that are defined in the following array.
 
-  var variables = [ LANG_ISO, LANG_SEL, RELEASE_PLATFORM_POS_FULL, RELEASE_PLATFORM_POS_LP, RELEASE_PLATFORM, RELEASE_LANG,
-		    UI_PLATFORM, UI_PLATFORM_NO_SUP, PLATFORM, PLATFORM_FULL, PLATFORM_LP, PLATFORM_SEL, VERSION_SEL,
-		    FILENAME_FULL, FILENAME_LP, EXTENSION, FILESIZE_FULL, FILESIZE_LP, REL_TEXT, LINK_FULL, LINK_LP,
-		    LINK_CHK_MD5_FULL, LINK_CHK_MD5_LP, SOURCEFORGE_BASE_URL, ASF_ARC_BASE_URL, getLinkSelection(),
-		    isLanguageSupported(), SHOW_SUB_BOX, ERROR ];
+  var variables = [ DL.LANG_ISO, DL.LANG_SEL, DL.RELEASE_PLATFORM_POS_FULL, DL.RELEASE_PLATFORM_POS_LP,
+  		    DL.RELEASE_PLATFORM, DL.RELEASE_LANG, DL.UI_PLATFORM, DL.UI_PLATFORM_NO_SUP, DL.PLATFORM,
+  		    DL.PLATFORM_FULL, DL.PLATFORM_LP, DL.PLATFORM_SEL, DL.VERSION_SEL, DL.FILENAME_FULL, DL.FILENAME_LP,
+  		    DL.EXTENSION, DL.FILESIZE_FULL, DL.FILESIZE_LP, DL.REL_TEXT, DL.LINK_FULL, DL.LINK_LP,
+  		    DL.LINK_CHK_MD5_FULL, DL.LINK_CHK_MD5_LP, DL.SF_BASE_URL, DL.ASF_ARC_BASE_URL, DL.getLinkSelection(),
+		    DL.isLanguageSupported(), DL.SHOW_SUB_BOX, DL.ERROR ];
 
   // Start with the 20th row (i = 19) in the 2nd cell (1), count through the elements array (j)
   // and assign the found values as innerHMTL to the table cells.