Return-Path: X-Original-To: apmail-xmlgraphics-commits-archive@www.apache.org Delivered-To: apmail-xmlgraphics-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 67BF7C12A for ; Wed, 16 May 2012 03:34:44 +0000 (UTC) Received: (qmail 26157 invoked by uid 500); 16 May 2012 03:34:44 -0000 Mailing-List: contact commits-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list commits@xmlgraphics.apache.org Received: (qmail 26134 invoked by uid 99); 16 May 2012 03:34:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 03:34:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 03:34:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C8DB82388962 for ; Wed, 16 May 2012 03:34:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r817863 [2/2] - in /websites/staging/xmlgraphics/trunk/content: ./ batik/ batik/dev/ batik/tools/ batik/using/ batik/using/scripting/ commons/ fop/ fop/0.95/ fop/1.0/ fop/dev/ fop/dev/design/ fop/trunk/ Date: Wed, 16 May 2012 03:34:14 -0000 To: commits@xmlgraphics.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120516033421.C8DB82388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/complexscripts.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/complexscripts.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/complexscripts.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/configuration.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/configuration.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/configuration.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/embedding.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/embedding.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/embedding.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/events.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/events.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/events.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/extensions.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/extensions.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/extensions.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/graphics.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/graphics.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/graphics.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/hyphenation.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/hyphenation.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/hyphenation.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/index.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/index.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/index.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/intermediate.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/intermediate.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/intermediate.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/metadata.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/metadata.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/metadata.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/output.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/output.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/output.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfa.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfa.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfa.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfencryption.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfencryption.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfencryption.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfx.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfx.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfx.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/running.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/running.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/running.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/servlets.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/servlets.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/servlets.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/upgrading.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/upgrading.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/upgrading.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/index.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/index.html (original) +++ websites/staging/xmlgraphics/trunk/content/index.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/legal.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/legal.html (original) +++ websites/staging/xmlgraphics/trunk/content/legal.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/mail.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/mail.html (original) +++ websites/staging/xmlgraphics/trunk/content/mail.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/repo.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/repo.html (original) +++ websites/staging/xmlgraphics/trunk/content/repo.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/sitemap.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/sitemap.html (original) +++ websites/staging/xmlgraphics/trunk/content/sitemap.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) Modified: websites/staging/xmlgraphics/trunk/content/team.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/team.html (original) +++ websites/staging/xmlgraphics/trunk/content/team.html Wed May 16 03:34:09 2012 @@ -344,7 +344,7 @@ $(document).ready(function () { var str=location.href.toLowerCase(); $("#navigation li a").each(function() { if (str.indexOf(this.href.toLowerCase()) > -1) { - $(this).slideDown('200'); + $(this).parent().slideDown('200'); } }); }) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: commits-help@xmlgraphics.apache.org