goba            Sun Feb 10 09:24:07 2002 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp.xsl.in 
  Log:
  Correct JS file name, adding user notes access points for JS script,
  and a link to be an anchor
  
  
Index: phpdoc/xsl/htmlhelp.xsl.in
diff -u phpdoc/xsl/htmlhelp.xsl.in:1.15 phpdoc/xsl/htmlhelp.xsl.in:1.16
--- phpdoc/xsl/htmlhelp.xsl.in:1.15     Sun Feb 10 07:59:41 2002
+++ phpdoc/xsl/htmlhelp.xsl.in  Sun Feb 10 09:24:06 2002
@@ -3,7 +3,7 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl.in,v 1.15 2002/02/10 12:59:41 goba Exp $
+  $Id: htmlhelp.xsl.in,v 1.16 2002/02/10 14:24:06 goba Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -36,7 +36,7 @@
     <xsl:apply-templates select="$node" mode="object.title.markup.textonly"/>
   </title>
 
-  <script language="JavaScript1.2" src="_script.css"></script>
+  <script language="JavaScript1.2" src="_script.js"></script>
 
 </xsl:template>
 
@@ -60,6 +60,9 @@
 <xsl:template name="footer.navigation">
   <xsl:param name="prev" select="/foo"/>
   <xsl:param name="next" select="/foo"/>
+  
+  <a name="_user_notes"></a>
+  <div id="unotes"></div>
   
   <table width="100%" border="0" cellspacing="10" cellpadding="0" class="navigation">
     <tr align="left" valign="middle"> 


Reply via email to