PERFORCE change 148407 for review
Robert Watson
rwatson at FreeBSD.org
Mon Aug 25 17:54:07 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=148407
Change 148407 by rwatson at rwatson_fledge on 2008/08/25 17:53:42
Revise header, buttons, etc. Not the final version yet.
Affected files ...
.. //depot/projects/trustedbsd/www/Makefile#9 edit
.. //depot/projects/trustedbsd/www/components-selected.png#1 add
.. //depot/projects/trustedbsd/www/components.png#1 add
.. //depot/projects/trustedbsd/www/componentsgray.gif#2 delete
.. //depot/projects/trustedbsd/www/developers-selected.png#1 add
.. //depot/projects/trustedbsd/www/developers.png#1 add
.. //depot/projects/trustedbsd/www/developersgray.gif#2 delete
.. //depot/projects/trustedbsd/www/docs-selected.png#1 add
.. //depot/projects/trustedbsd/www/docs.png#1 add
.. //depot/projects/trustedbsd/www/docsgray.gif#2 delete
.. //depot/projects/trustedbsd/www/heading.xsl#2 edit
.. //depot/projects/trustedbsd/www/home-selected.png#1 add
.. //depot/projects/trustedbsd/www/home.png#1 add
.. //depot/projects/trustedbsd/www/homegray.gif#2 delete
.. //depot/projects/trustedbsd/www/mailinglists-selected.png#1 add
.. //depot/projects/trustedbsd/www/mailinglists.png#1 add
.. //depot/projects/trustedbsd/www/mailinglistsgray.gif#2 delete
.. //depot/projects/trustedbsd/www/trustyheader.png#1 add
Differences ...
==== //depot/projects/trustedbsd/www/Makefile#9 (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#8 $
+# $P4: //depot/projects/trustedbsd/www/Makefile#9 $
STYLESHEET= page.xsl
@@ -49,13 +49,14 @@
SRCS+= acls.page
SRCS+= bsmtrace.page
-IMGS= components.gif componentsgray.gif
-IMGS+= developers.gif developersgray.gif docs.gif
-IMGS+= docsgray.gif home.gif homegray.gif
-IMGS+= horizontalbar1.gif mailinglists.gif mailinglistsgray.gif
+IMGS= components.png components-selected.png
+IMGS+= developers.png developers-selected.png docs.png
+IMGS+= docs-selected.png home.png home-selected.png
+IMGS+= horizontalbar1.gif mailinglists.png mailinglists-selected.png
IMGS+= minipemaquidlight.jpg pemaquidlight.jpg powerlogo.gif
IMGS+= resources.gif trustydibmed2.jpg trustyshadow.gif
IMGS+= trustyteenie.gif verticalbar1.gif wwwheader.gif
+IMGS+= trustyheader.png
DATA= trustedbsd-supfile trustedbsd-bsdcon-2000.pdf
DATA+= trustedbsd-freenix-2001.pdf
==== //depot/projects/trustedbsd/www/heading.xsl#2 (text+ko) ====
@@ -11,11 +11,11 @@
<!-- "Grey out" the image that corresponds with this page's section. -->
<xsl:choose>
<xsl:when test="$role = $type">
- <img border="0" src="{$type}gray.gif" alt="{$description}"
+ <img border="0" src="{$type}-selected.png" alt="{$description}"
height="{$height}" width="{$width}" />
</xsl:when>
<xsl:otherwise>
- <img border="0" src="{$type}.gif" alt="{$description}"
+ <img border="0" src="{$type}.png" alt="{$description}"
height="{$height}" width="{$width}" />
</xsl:otherwise>
</xsl:choose>
@@ -25,11 +25,11 @@
<xsl:template name="page-heading">
<xsl:param name="role" />
- <table border="0" cellspacing="0" cellpadding="0">
+ <table border="0" bgcolor="#000000" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
- <td valign="top" bgcolor="#000000" colspan="5">
- <img src="wwwheader.gif" alt="www.TrustedBSD.org" />
+ <td valign="top" bgcolor="#000000" colspan="6">
+ <img src="trustyheader.png" alt="www.TrustedBSD.org" />
</td>
</tr>
<tr>
@@ -78,13 +78,15 @@
<xsl:with-param name="type" select="'mailinglists'" />
<xsl:with-param name="role" select="$role" />
<xsl:with-param name="description" select="'Mailing Lists'" />
- <xsl:with-param name="width" select="174" />
+ <xsl:with-param name="width" select="144" />
<xsl:with-param name="height" select="32" />
</xsl:call-template>
</td>
+ <td valign="top" bgcolor="#000000" width="100%">
+ </td>
</tr>
</tbody>
</table>
- <img src="horizontalbar1.gif" width="775" height="4" vspace="3" />
+ <!-- <img src="horizontalbar1.gif" width="775" height="4" vspace="3" /> -->
</xsl:template>
</xsl:stylesheet>
More information about the p4-projects
mailing list