goba Sat Aug 3 19:01:40 2002 EDT
Modified files:
/phpdoc/xsl htmlhelp.xsl.in
Log:
Add some more spans for skin support
Index: phpdoc/xsl/htmlhelp.xsl.in
diff -u phpdoc/xsl/htmlhelp.xsl.in:1.29 phpdoc/xsl/htmlhelp.xsl.in:1.30
--- phpdoc/xsl/htmlhelp.xsl.in:1.29 Sat Aug 3 18:48:42 2002
+++ phpdoc/xsl/htmlhelp.xsl.in Sat Aug 3 19:01:39 2002
@@ -3,7 +3,7 @@
HTML Help specific stylesheet
- $Id: htmlhelp.xsl.in,v 1.29 2002/08/03 22:48:42 goba Exp $
+ $Id: htmlhelp.xsl.in,v 1.30 2002/08/03 23:01:39 goba Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
@@ -201,14 +201,16 @@
Usage: string date (string format, int [timestamp])<br></h2>
-->
<xsl:template match="refnamediv">
+ <div id="funcHeaders">
<div class="{name(.)}">
<xsl:call-template name="anchor"/>
<h2 class="subheader">
- <xsl:value-of select="./refpurpose"/>
- (<xsl:value-of
select="$version/function[@name=string(current()/refname)]/@from"/>)
+ <span id="funcPurpose"><xsl:value-of select="./refpurpose"/></span>
+ (<span id="funcAvail"><xsl:value-of
+select="$version/function[@name=string(current()/refname)]/@from"/></span>)
<br/>
- <xsl:apply-templates select="../refsect1/methodsynopsis"
mode="htmlhelp.methodsyn"/>
+ <span id="funcUsage"><xsl:apply-templates select="../refsect1/methodsynopsis"
+mode="htmlhelp.methodsyn"/></span>
</h2>
+ </div>
</div>
</xsl:template>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php