PERFORCE change 148438 for review
Robert Watson
rwatson at FreeBSD.org
Mon Aug 25 20:37:22 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=148438
Change 148438 by rwatson at rwatson_fledge on 2008/08/25 20:37:21
Add legal page to button bar.
Add source code information page, which pulls most of the remaining
useful information off of the old components page.
Affected files ...
.. //depot/projects/trustedbsd/www/Makefile#14 edit
.. //depot/projects/trustedbsd/www/heading.xsl#8 edit
.. //depot/projects/trustedbsd/www/legal-selected.png#1 add
.. //depot/projects/trustedbsd/www/legal.page#4 edit
.. //depot/projects/trustedbsd/www/legal.png#1 add
.. //depot/projects/trustedbsd/www/sourcecode-selected.png#1 add
.. //depot/projects/trustedbsd/www/sourcecode.page#1 add
.. //depot/projects/trustedbsd/www/sourcecode.png#1 add
Differences ...
==== //depot/projects/trustedbsd/www/Makefile#14 (text+ko) ====
@@ -28,7 +28,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $P4: //depot/projects/trustedbsd/www/Makefile#13 $
+# $P4: //depot/projects/trustedbsd/www/Makefile#14 $
STYLESHEET= page.xsl
@@ -49,6 +49,7 @@
SRCS+= sedarwin.page
SRCS+= audit.page
SRCS+= privileges.page
+SRCS+= sourcecode.page
SRCS+= acls.page
SRCS+= bsmtrace.page
@@ -62,6 +63,7 @@
IMGS+= geom.png geom-selected.png
IMGS+= home.png home-selected.png
IMGS+= horizontalbar1.gif
+IMGS+= legal.png legal-selected.png
IMGS+= mac.png mac-selected.png
IMGS+= mailinglists.png mailinglists-selected.png
IMGS+= minipemaquidlight.jpg
@@ -73,6 +75,7 @@
IMGS+= resources.gif trustydibmed2.jpg trustyshadow.gif
IMGS+= sebsd.png sebsd-selected.png
IMGS+= sedarwin.png sedarwin-selected.png
+IMGS+= sourcecode.png sourcecode-selected.png
IMGS+= trustyteenie.gif verticalbar1.gif wwwheader.gif
IMGS+= trustyheader.png
==== //depot/projects/trustedbsd/www/heading.xsl#8 (text+ko) ====
@@ -62,6 +62,14 @@
</xsl:call-template>
<xsl:call-template name="image-tab">
+ <xsl:with-param name="type" select="'sourcecode'" />
+ <xsl:with-param name="role" select="$role" />
+ <xsl:with-param name="description" select="'Source code'" />
+ <xsl:with-param name="width" select="100" />
+ <xsl:with-param name="height" select="22" />
+ </xsl:call-template>
+
+ <xsl:call-template name="image-tab">
<xsl:with-param name="type" select="'acls'" />
<xsl:with-param name="role" select="$role" />
<xsl:with-param name="description" select="'ACLs'" />
@@ -121,6 +129,14 @@
</xsl:call-template>
<xsl:call-template name="image-tab">
+ <xsl:with-param name="type" select="'legal'" />
+ <xsl:with-param name="role" select="$role" />
+ <xsl:with-param name="description" select="'Legal'" />
+ <xsl:with-param name="width" select="100" />
+ <xsl:with-param name="height" select="22" />
+ </xsl:call-template>
+
+ <xsl:call-template name="image-tab">
<xsl:with-param name="type" select="'mac'" />
<xsl:with-param name="role" select="$role" />
<xsl:with-param name="description" select="'MAC Framework'" />
==== //depot/projects/trustedbsd/www/legal.page#4 (text+ko) ====
@@ -32,12 +32,12 @@
SUCH DAMAGE.
-->
-<page role="home">
- <title>Legal</title>
+<page role="legal">
+ <title>Legal Information</title>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
- $P4: //depot/projects/trustedbsd/www/legal.page#3 $
+ $P4: //depot/projects/trustedbsd/www/legal.page#4 $
</cvs:keyword>
</cvs:keywords>
More information about the p4-projects
mailing list