diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-05-08 15:27:25 +0000 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-05-08 15:27:25 +0000 |
commit | f1c43293f40a2c3e25668f68b89fb6a4a2845f9c (patch) | |
tree | 7409fda5cb95ab838a172d31f7289d8687f85a12 /docs/manual/programs/rotatelogs.html.tr.utf8 | |
parent | 4ed4fb7032bae39a1d2da5208312978ead89e40a (diff) | |
download | httpd-f1c43293f40a2c3e25668f68b89fb6a4a2845f9c.tar.gz |
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335588 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/rotatelogs.html.tr.utf8')
-rw-r--r-- | docs/manual/programs/rotatelogs.html.tr.utf8 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/manual/programs/rotatelogs.html.tr.utf8 b/docs/manual/programs/rotatelogs.html.tr.utf8 index fb9f87c3e6..d4bd69f6f5 100644 --- a/docs/manual/programs/rotatelogs.html.tr.utf8 +++ b/docs/manual/programs/rotatelogs.html.tr.utf8 @@ -240,20 +240,19 @@ <a href="../tr/programs/rotatelogs.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- +<script type="text/javascript"><!--//--><![CDATA[//><!-- var lang = 'tr'; var disqus_shortname = 'httpd'; var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { +if (disqus_identifier.indexOf("httpd.apache.org") == -1) { + document.write('<div id="disqus_thread">\n</div>'); (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); } else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); + document.write("Comments have been disabled for offline viewing."); } //--><!]]></script></div><div id="footer"> <p class="apache">Copyright 2012 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p> |