goba Sun Aug 4 06:46:29 2002 EDT Modified files: /phpdoc/xsl htmlhelp.xsl.in Log: New name for user notes container "pageNotes", for consistency Index: phpdoc/xsl/htmlhelp.xsl.in diff -u phpdoc/xsl/htmlhelp.xsl.in:1.31 phpdoc/xsl/htmlhelp.xsl.in:1.32 --- phpdoc/xsl/htmlhelp.xsl.in:1.31 Sat Aug 3 19:04:28 2002 +++ phpdoc/xsl/htmlhelp.xsl.in Sun Aug 4 06:46:29 2002 @@ -3,7 +3,7 @@ HTML Help specific stylesheet - $Id: htmlhelp.xsl.in,v 1.31 2002/08/03 23:04:28 goba Exp $ + $Id: htmlhelp.xsl.in,v 1.32 2002/08/04 10:46:29 goba Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" @@ -65,12 +65,13 @@ <xsl:param name="next" select="/foo"/> <a name="_user_notes"></a> - <div id="unotes"></div> + <div id="pageNotes"></div> <script language="JavaScript1.2"> function displayNotes() { _displayNotes(); } loadNotes(); </script> + <div id="pageNav"> <table width="100%" border="0" cellspacing="10" cellpadding="0" class="navigation"> <tr align="left" valign="middle"> <td> @@ -114,13 +115,14 @@ <tr align="center" valign="middle"> <td colspan="3"> <span id="navOnline"> - <a href="javascript:thisPageOnline();">This page online</a> + <span id="navThisOnline"><a href="javascript:thisPageOnline();">This page +online</a></span> <xsl:text disable-output-escaping="yes"> &nbsp; </xsl:text> - <a href="javascript:bugOnPage();">Report a bug</a> + <span id="navReportBug"><a href="javascript:bugOnPage();">Report a +bug</a></span> </span> </td> </tr> </table> + </div> </xsl:template> <!-- Try to figure out the path to this page from the main page -->
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php