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 23:20:59 UTC

svn commit: r1610059 - /openoffice/ooo-site/trunk/content/tr/index.html

Author: marcus
Date: Sat Jul 12 21:20:59 2014
New Revision: 1610059

URL: http://svn.apache.org/r1610059
Log:
Updated variable to use it as its object property

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

Modified: openoffice/ooo-site/trunk/content/tr/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/tr/index.html?rev=1610059&r1=1610058&r2=1610059&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/tr/index.html (original)
+++ openoffice/ooo-site/trunk/content/tr/index.html Sat Jul 12 21:20:59 2014
@@ -8,13 +8,13 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <link href="https://plus.google.com/+openoffice" rel="publisher" />
     <title>Apache OpenOffice Türkçe - Ücretsiz ve Açık Verimlilik Paketi</title>
-    <script type="text/javascript" src="/download/globalvars.js"></script>
+    <script type="text/javascript" src="../download/globalvars.js"></script>
     <style type="text/css">
     /* <![CDATA[ */
     /*-------------------- Exceptions on standard css -----------------------*/
-    @import "/home.css";
-    @import "/styles.css";
-    @import "/exceptions.css";
+    @import "../home.css";
+    @import "../styles.css";
+    @import "../exceptions.css";
     /* ]]> */
     </style>
 
@@ -64,7 +64,7 @@ screen reader.
     document.write( "<li>"
       + "<div class='action-download'>"
         + "<div class='action-text action-link'>"
-          + "<a href='/tr/download/index.html'><h2>Apache OpenOffice " + VERSION + " sürümünü indirmek istiyorum</h2>"
+          + "<a href='/tr/download/index.html'><h2>Apache OpenOffice " + DL.VERSION + " sürümünü indirmek istiyorum</h2>"
           + "<p>Apache OpenOffice'i ücretsiz indirin ya da almak için diğer yolları bulun.</p></a>"
         + "</div>"
       + "</div>"
@@ -217,4 +217,4 @@ screen reader.
 <div style="clear: both;"></div>
 
 </body>
-</html>
\ No newline at end of file
+</html>