Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 65227 invoked by uid 500); 19 Aug 2001 19:09:15 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 65218 invoked by uid 500); 19 Aug 2001 19:09:15 -0000 Delivered-To: apmail-jakarta-ant-cvs@apache.org Date: 19 Aug 2001 19:04:29 -0000 Message-ID: <20010819190429.45305.qmail@icarus.apache.org> From: sbailliez@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/src/etc junit-frames.xsl X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N sbailliez 01/08/19 12:04:29 Modified: src/etc Tag: ANT_14_BRANCH junit-frames.xsl Log: Some refactoring on css. Added a way to display properties from testcase. This is based on an article from Erik Hatcker It will not work with Netscape 4.x but should be ok with Netscape 6. Revision Changes Path No revision No revision 1.2.2.2 +92 -47 jakarta-ant/src/etc/junit-frames.xsl Index: junit-frames.xsl =================================================================== RCS file: /home/cvs/jakarta-ant/src/etc/junit-frames.xsl,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -r1.2.2.1 -r1.2.2.2 --- junit-frames.xsl 2001/08/13 19:39:01 1.2.2.1 +++ junit-frames.xsl 2001/08/19 19:04:29 1.2.2.2 @@ -118,54 +118,71 @@ - body { font:normal 68% verdana,arial,helvetica; color:#000000; +} +table tr td, table tr th { + font-size: 68%; +} +table.details tr th{ + font-weight: bold; + text-align:left; + background:#a6caf0; +} +table.details tr td{ + background:#eeeee0; +} + +table.properties { + border-collapse:collapse; + border-left:solid 1 #cccccc; border-top:solid 1 #cccccc; + padding:5px; +} + +table.properties th { + text-align:left; + border-right:solid 1 #cccccc; border-bottom:solid 1 #cccccc; + background-color:#eeeeee; } -td { - font-size: 68% + +table.properties td { + font:normal; + text-align:left; + border-right:solid 1 #cccccc; border-bottom:solid 1 #cccccc; + background-color:#fffffff; } + p { line-height:1.5em; margin-top:0.5em; margin-bottom:1.0em; } h1 { - margin: 0px 0px 5px; - font: 165% verdana,arial,helvetica + margin: 0px 0px 5px; font: 165% verdana,arial,helvetica } h2 { - margin-top: 1em; - margin-bottom: 0.5em; - font: bold 125% verdana,arial,helvetica + margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana,arial,helvetica } h3 { - margin-bottom: 0.5em; - font: bold 115% verdana,arial,helvetica + margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica } h4 { - margin-bottom: 0.5em; - font: bold 100% verdana,arial,helvetica + margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica } h5 { - margin-bottom: 0.5em; - font: bold 100% verdana,arial,helvetica + margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica } h6 { - margin-bottom: 0.5em; - font: bold 100% verdana,arial,helvetica + margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica } .Error { - font-weight:bold; - color:red; + font-weight:bold; color:red; } .Failure { - font-weight:bold; - color:purple; + font-weight:bold; color:purple; } - @@ -181,29 +198,57 @@ +

Class .

- +

Tests

- +

+ + + + + Show/Hide System Properties >> + +

+ + - + @@ -435,7 +480,7 @@

Classes

- +
@@ -487,29 +532,29 @@ - - - - - - + + + + + + - - - - - + + + + + - + Error @@ -529,7 +574,7 @@ - + Error
NameTestsErrorsFailuresTime(s)
NameTestsErrorsFailuresTime(s)
NameStatusTypeTime(s)
NameStatusTypeTime(s)