goba            Sun Feb 10 13:42:01 2002 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp.xsl.in 
  Log:
  Adding support for user note inclusion, function to call when
  we need to display a user note block
  
  
Index: phpdoc/xsl/htmlhelp.xsl.in
diff -u phpdoc/xsl/htmlhelp.xsl.in:1.18 phpdoc/xsl/htmlhelp.xsl.in:1.19
--- phpdoc/xsl/htmlhelp.xsl.in:1.18     Sun Feb 10 12:28:34 2002
+++ phpdoc/xsl/htmlhelp.xsl.in  Sun Feb 10 13:42:01 2002
@@ -3,7 +3,7 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl.in,v 1.18 2002/02/10 17:28:34 goba Exp $
+  $Id: htmlhelp.xsl.in,v 1.19 2002/02/10 18:42:01 goba Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -40,6 +40,7 @@
   </title>
 
   <script language="JavaScript1.2" src="_script.js"></script>
+  <script language="JavaScript1.2">function 
+displayNotes(){document.all['unotes'].innerHTML=parent.nbuff.document.body.innerHTML;}</script>
 
 </xsl:template>
 


Reply via email to