Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2008 18:20:31 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 148412 for review
Message-ID:  <200808251820.m7PIKVcE064991@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=148412

Change 148412 by bz@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">


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808251820.m7PIKVcE064991>