You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by bu...@apache.org on 2012/05/16 05:34:14 UTC

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/

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