PERFORCE change 148412 for review
Bjoern A. Zeeb
bz at FreeBSD.org
Mon Aug 25 18:20:31 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=148412
Change 148412 by bz at bz_dumpster on 2008/08/25 18:19:48
Put the <xsl:param name="..." /> lines into
heading.xsl as I had submitted them.
They were misplaced in @148380.
Affected files ...
.. //depot/projects/trustedbsd/www/heading.xsl#4 edit
.. //depot/projects/trustedbsd/www/page.xsl#7 edit
Differences ...
==== //depot/projects/trustedbsd/www/heading.xsl#4 (text+ko) ====
@@ -2,6 +2,9 @@
<xsl:template name="image-tab">
<xsl:param name="type" />
<xsl:param name="description" />
+ <xsl:param name="role" />
+ <xsl:param name="width" />
+ <xsl:param name="height" />
<!-- This forces the main page for the main page of each section to match
the name of the section as seen in the role attribute of the page
==== //depot/projects/trustedbsd/www/page.xsl#7 (text+ko) ====
@@ -2,9 +2,6 @@
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
<xsl:import href="includes.xsl"/>
<xsl:import href="heading.xsl"/>
- <xsl:param name="role"/>
- <xsl:param name="width"/>
- <xsl:param name="height"/>
<xsl:output type="html"/>
<xsl:variable name="date">
More information about the p4-projects
mailing list