From: fotis Date: Thu, 11 Jan 2001 12:37:20 +0000 (+0000) Subject: adding html resource files X-Git-Tag: fop-0_17_0~93 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a5448941a947004e4ace2d69e9495a024aa89b1f;p=xmlgraphics-fop.git adding html resource files git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193968 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/xml-docs/style/graphics/button-a.gif b/docs/xml-docs/style/graphics/button-a.gif new file mode 100644 index 000000000..5d0b8c242 Binary files /dev/null and b/docs/xml-docs/style/graphics/button-a.gif differ diff --git a/docs/xml-docs/style/graphics/button-b.gif b/docs/xml-docs/style/graphics/button-b.gif new file mode 100644 index 000000000..06e03811a Binary files /dev/null and b/docs/xml-docs/style/graphics/button-b.gif differ diff --git a/docs/xml-docs/style/resources/bottom.gif b/docs/xml-docs/style/resources/bottom.gif new file mode 100644 index 000000000..f39031efa Binary files /dev/null and b/docs/xml-docs/style/resources/bottom.gif differ diff --git a/docs/xml-docs/style/resources/button-asf-hi.gif b/docs/xml-docs/style/resources/button-asf-hi.gif new file mode 100644 index 000000000..08b880a74 Binary files /dev/null and b/docs/xml-docs/style/resources/button-asf-hi.gif differ diff --git a/docs/xml-docs/style/resources/button-asf-lo.gif b/docs/xml-docs/style/resources/button-asf-lo.gif new file mode 100644 index 000000000..134580f37 Binary files /dev/null and b/docs/xml-docs/style/resources/button-asf-lo.gif differ diff --git a/docs/xml-docs/style/resources/button-w3c-hi.gif b/docs/xml-docs/style/resources/button-w3c-hi.gif new file mode 100644 index 000000000..3bf0be395 Binary files /dev/null and b/docs/xml-docs/style/resources/button-w3c-hi.gif differ diff --git a/docs/xml-docs/style/resources/button-w3c-lo.gif b/docs/xml-docs/style/resources/button-w3c-lo.gif new file mode 100644 index 000000000..d383d3dd9 Binary files /dev/null and b/docs/xml-docs/style/resources/button-w3c-lo.gif differ diff --git a/docs/xml-docs/style/resources/button-xml-hi.gif b/docs/xml-docs/style/resources/button-xml-hi.gif new file mode 100644 index 000000000..01d095ce4 Binary files /dev/null and b/docs/xml-docs/style/resources/button-xml-hi.gif differ diff --git a/docs/xml-docs/style/resources/button-xml-lo.gif b/docs/xml-docs/style/resources/button-xml-lo.gif new file mode 100644 index 000000000..5719c7ef0 Binary files /dev/null and b/docs/xml-docs/style/resources/button-xml-lo.gif differ diff --git a/docs/xml-docs/style/resources/close.gif b/docs/xml-docs/style/resources/close.gif new file mode 100644 index 000000000..48a9782ce Binary files /dev/null and b/docs/xml-docs/style/resources/close.gif differ diff --git a/docs/xml-docs/style/resources/dot.gif b/docs/xml-docs/style/resources/dot.gif new file mode 100644 index 000000000..6227d1d86 Binary files /dev/null and b/docs/xml-docs/style/resources/dot.gif differ diff --git a/docs/xml-docs/style/resources/join.gif b/docs/xml-docs/style/resources/join.gif new file mode 100644 index 000000000..02e7611bb Binary files /dev/null and b/docs/xml-docs/style/resources/join.gif differ diff --git a/docs/xml-docs/style/resources/line.gif b/docs/xml-docs/style/resources/line.gif new file mode 100644 index 000000000..fd25c3943 Binary files /dev/null and b/docs/xml-docs/style/resources/line.gif differ diff --git a/docs/xml-docs/style/resources/logo.gif b/docs/xml-docs/style/resources/logo.gif new file mode 100644 index 000000000..53538c3f6 Binary files /dev/null and b/docs/xml-docs/style/resources/logo.gif differ diff --git a/docs/xml-docs/style/resources/note.gif b/docs/xml-docs/style/resources/note.gif new file mode 100644 index 000000000..339422266 Binary files /dev/null and b/docs/xml-docs/style/resources/note.gif differ diff --git a/docs/xml-docs/style/resources/right.gif b/docs/xml-docs/style/resources/right.gif new file mode 100644 index 000000000..bcb50e386 Binary files /dev/null and b/docs/xml-docs/style/resources/right.gif differ diff --git a/docs/xml-docs/style/resources/script.js b/docs/xml-docs/style/resources/script.js new file mode 100644 index 000000000..ebadeb2b8 --- /dev/null +++ b/docs/xml-docs/style/resources/script.js @@ -0,0 +1,21 @@ +rolloverImagesOn=new Array(); +rolloverImagesOff=new Array(); + +function rolloverOn(name) { + if(rolloverImagesOn[name]){ + document.images[name].src=rolloverImagesOn[name].src; + } +} + +function rolloverOff(name) { + if(rolloverImagesOff[name]){ + document.images[name].src=rolloverImagesOff[name].src; + } +} + +function rolloverLoad(name,on,off) { + rolloverImagesOn[name]=new Image(); + rolloverImagesOn[name].src=on; + rolloverImagesOff[name]=new Image(); + rolloverImagesOff[name].src=off; +} diff --git a/docs/xml-docs/style/resources/separator.gif b/docs/xml-docs/style/resources/separator.gif new file mode 100644 index 000000000..e7749432f Binary files /dev/null and b/docs/xml-docs/style/resources/separator.gif differ diff --git a/docs/xml-docs/style/resources/void.gif b/docs/xml-docs/style/resources/void.gif new file mode 100644 index 000000000..75b945d25 Binary files /dev/null and b/docs/xml-docs/style/resources/void.gif differ diff --git a/docs/xml-docs/style/stylesheets/any2header.xsl b/docs/xml-docs/style/stylesheets/any2header.xsl new file mode 100644 index 000000000..29cdf075f --- /dev/null +++ b/docs/xml-docs/style/stylesheets/any2header.xsl @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/xml-docs/style/stylesheets/any2project.xsl b/docs/xml-docs/style/stylesheets/any2project.xsl new file mode 100644 index 000000000..d1253f11e --- /dev/null +++ b/docs/xml-docs/style/stylesheets/any2project.xsl @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/xml-docs/style/stylesheets/book2group.xsl b/docs/xml-docs/style/stylesheets/book2group.xsl new file mode 100644 index 000000000..1c1f0498b --- /dev/null +++ b/docs/xml-docs/style/stylesheets/book2group.xsl @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/xml-docs/style/stylesheets/book2project.xsl b/docs/xml-docs/style/stylesheets/book2project.xsl new file mode 100644 index 000000000..2ac09c0ce --- /dev/null +++ b/docs/xml-docs/style/stylesheets/book2project.xsl @@ -0,0 +1,257 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/xml-docs/style/stylesheets/changes2document.xsl b/docs/xml-docs/style/stylesheets/changes2document.xsl new file mode 100644 index 000000000..ed1f3f321 --- /dev/null +++ b/docs/xml-docs/style/stylesheets/changes2document.xsl @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + +
  • +
    + + + + + + + +
    \ No newline at end of file diff --git a/docs/xml-docs/style/stylesheets/context2footer.xsl b/docs/xml-docs/style/stylesheets/context2footer.xsl new file mode 100644 index 000000000..2fc8d5f9a --- /dev/null +++ b/docs/xml-docs/style/stylesheets/context2footer.xsl @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/xml-docs/style/stylesheets/context2label.xsl b/docs/xml-docs/style/stylesheets/context2label.xsl new file mode 100644 index 000000000..91b074a39 --- /dev/null +++ b/docs/xml-docs/style/stylesheets/context2label.xsl @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/xml-docs/style/stylesheets/directory2project.xsl b/docs/xml-docs/style/stylesheets/directory2project.xsl new file mode 100644 index 000000000..4995828df --- /dev/null +++ b/docs/xml-docs/style/stylesheets/directory2project.xsl @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/xml-docs/style/stylesheets/document2html.xsl b/docs/xml-docs/style/stylesheets/document2html.xsl new file mode 100644 index 000000000..a3f924793 --- /dev/null +++ b/docs/xml-docs/style/stylesheets/document2html.xsl @@ -0,0 +1,444 @@ + + + + + + + + + + + + + + + +