Author: bourock
Date: Sat Mar 29 11:43:36 2014
New Revision: 1582991
URL: http://svn.apache.org/r1582991
Log:
Code Update
Modified:
openoffice/ooo-site/trunk/content/tr/download/index.html
Modified: openoffice/ooo-site/trunk/content/tr/download/index.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/tr/download/index.html?rev=1582991&r1=1582990&r2=1582991&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/tr/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/tr/download/index.html Sat Mar 29
11:43:36 2014
@@ -41,6 +41,10 @@
</head>
<body>
+
+<!-- The text in the H1 tag is intentionally shown as not displayable, just to
please accessibility tools like a
+screen reader. -->
+<h1 style="display: none;">Apache OpenOffice İndirme</h1>
<div class="optionset">
@@ -49,21 +53,21 @@
<!--
// Set a specific language ISO code to force to assemble a certain localized
build as download URL
var NL_LANGUAGE = "tr";
- // Get the download URL
- var LINK = getLink();
-
+ // Get the download URL for released install files (0 = release mode)
+ var LINK = getLink( 0 );
if ( hasMirrorLink() ) {
- if ( LINK.toLowerCase().indexOf( "sourceforge" ) != -1 ) {
- // Download directly from a mirror with displayed platform and language.
+ if ( SOURCEFORGE ) {
+ // If download URL contains "sourceforge" (-> normal and correct
download link),
+ // then download from Sourceforge with displayed platform and language.
document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
+ LINK + "');" + "return false;\">" );
document.write( "<h2><a href='" + LINK + "' title='Sürüm " + VERSION +
" | AÅama " + MILESTONE
- + " | Yapım ID " + BUILD + " | SVN " + SVN_REV + " | Tarih " + DATE +
"'>"
+ + " | Yapım ID " + BUILD + " | SVN " + SVN_REV + " | Tarih " + REL_DATE
+ "'>"
+ "Apache OpenOffice " + VERSION + " Sürümünü İndirin</a></h2>"
+ "<p><a href='" + LINK + "' title='Sürüm " + VERSION + " | AÅama " +
MILESTONE + " | Yapım ID " + BUILD
- + " | SVN " + SVN_REV + " | Tarih " + DATE + "'>En son sürüm için
buraya tıklayın:<br />"
- + "<b>" + UI_PLATFORM + "</b> ve <b>" + LANG_ARRAY[ 2 ] + "</b> için |
~" + FILESIZE + " MBayt | Yayımlanma: "
- + DATE + "<br /></a></p>" );
+ + " | SVN " + SVN_REV + " | Tarih " + REL_DATE + "'>En son sürüm için
buraya tıklayın:<br />"
+ + "<b>" + UI_PLATFORM + "</b> ve <b>" + LANG_ARRAY[ 2 ] + "</b> için |
~" + FILESIZE + " MBayt | Yayımlanma: "
+ + REL_DATE + "<br /></a></p>" );
} else {
// OS and/or package manager was not recognized, therefore use
"other.html" as download link.
document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
@@ -75,17 +79,16 @@
+ "seçin.</a></p>" );
}
} else {
- // Download from an alternative webpage if hasMirrorLink() == false.
+ // If browser language do not match with AOO languages, then download from
an alternative webpage.
document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + LANG_ARRAY[ 4 ] + "');" + "return false;\">" );
- document.write( "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" +
LANG_ARRAY[ 4 ] + "'>"
+ + LINK + "');" + "return false;\">"
+ + "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>"
+ "Apache OpenOffice'i İndirin</a></h2>"
+ "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] +
"'><b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> "
+ "için Apache OpenOffice " + VERSION + " mevcut deÄil. Lütfen
alternatif " + LANG_ARRAY[ 1 ] + " indirme web sayfasından "
- + "baÅka bir yapımı seçin.</a></p>" );
+ + "baÅka bir yapımı seçin.</a></p>"
+ + "</div>" );
}
- document.write( "</div>" );
-
// Show some helpful links for SDK, source, checksums, release notes, legacy
version.
document.write( "<div class=\"sub-green\">" );
document.write( "<p>" );