Update of /cvsroot/docbook/xsl2/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6333
Modified Files:
inlines.xsl
Log Message:
Parameterize annotation graphics
Index: inlines.xsl
===================================================================
RCS file: /cvsroot/docbook/xsl2/html/inlines.xsl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -U2 -r1.14 -r1.15
--- inlines.xsl 28 Dec 2005 13:51:48 -0000 1.14
+++ inlines.xsl 16 Jan 2006 14:15:00 -0000 1.15
@@ -140,9 +140,9 @@
<a style="display: inline" onclick="show_annotation('{$id}')"
id="annot-{$id}-on">
- <img border="0" src="../images/annot-open.png" alt="[A+]"/>
+ <img border="0" src="{$annotation-graphic-open}" alt="[A+]"/>
</a>
<a style="display: none" onclick="hide_annotation('{$id}')"
id="annot-{$id}-off">
- <img border="0" src="../images/annot-close.png" alt="[A-]"/>
+ <img border="0" src="{$annotation-graphic-close}" alt="[A-]"/>
</a>
<div style="display: none" id="annot-{$id}">
|