vhardy 01/10/19 01:20:21
Modified: test-resources/org/apache/batik/test/svg HTMLReport.xsl
test-resources/org/apache/batik/test/svg/resources/style
style.css
Log:
Added report date to the top of the report page.
Revision Changes Path
1.11 +5 -1
xml-batik/test-resources/org/apache/batik/test/svg/HTMLReport.xsl
Index: HTMLReport.xsl
===================================================================
RCS file:
/home/cvs/xml-batik/test-resources/org/apache/batik/test/svg/HTMLReport.xsl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- HTMLReport.xsl 2001/10/19 08:05:41 1.10
+++ HTMLReport.xsl 2001/10/19 08:20:20 1.11
@@ -9,7 +9,7 @@
<!-- ========================================================================= -->
<!-- @author [EMAIL PROTECTED] -->
-<!-- @version $Id: HTMLReport.xsl,v 1.10 2001/10/19 08:05:41 vhardy Exp $ -->
+<!-- @version $Id: HTMLReport.xsl,v 1.11 2001/10/19 08:20:20 vhardy Exp $ -->
<!-- ========================================================================= -->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xlink="http://www.w3.org/2000/xlink/namespace/" >
@@ -33,6 +33,10 @@
<!-- BODY -->
<!-- ========== -->
<body style="background-image: url(../../images/background.png);">
+
+ <!-- Report Date information -->
+ <table class="reportDate" width="600" border="0" cellpadding="0"
cellspacing="0" hspace="0" vspace="0" bgcolor="white">
+ <tr><td class="reportDate"><xsl:value-of select="@date"
/></td></tr></table>
<!-- Report Title containing the ratio of count(success) /
count(tests) -->
<h1>Regard Test Report --
1.2 +5 -53
xml-batik/test-resources/org/apache/batik/test/svg/resources/style/style.css
Index: style.css
===================================================================
RCS file:
/home/cvs/xml-batik/test-resources/org/apache/batik/test/svg/resources/style/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- style.css 2001/10/19 07:31:51 1.1
+++ style.css 2001/10/19 08:20:21 1.2
@@ -25,7 +25,6 @@
p,ol,ul,li { font-family: serif;}
h1, h2, h3, h4, h5, h6 { text-align: left }
-/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #444; background: white; }
h1 { font: 270% serif; }
h2 { font: 240% serif }
@@ -34,62 +33,20 @@
h5 { font: italic 100% serif }
h6 { font: small-caps 100% serif }
h7 { font-family: serif; }
-.hide { display: none }
-.oddRow { background: #dddddd; }
-.evenRow { background: #ffffff; }
-.tableBackground { background: black; }
-
-.lightEvenRow { background: #cccccc; }
-.lightOddRow { background: #eeeeee; }
-
.titlefailed { font-family: Arial; font-weight: bolder; font-size: 12;}
.titlepassed {}
-
+.reportDate {
+ text-align: right;
+ font-family: sans-serif;
+}
div.head { margin-bottom: 1em }
div.head h1 { margin-top: 2em; clear: both }
div.head table { margin-left: 2em; margin-top: 2em }
div.head img { color: white; border: none } /* remove border from top image */
.margin0 { background: red;}
-.repaintThread {
- color: black;
- font-weight: bold;
-}
-
-.uiThread {
- color: #aaF;
- font-weight: bold;
-}
-
-.svgLoadingThread {
- color: #2F2;
- font-weight: bold;
-}
-.gvtBuildingThread {
- color: #dddddd;
- font-weight: bold;
-}
-
-.scriptingThread {
- color: gold;
- font-weight: bold;
-}
-
-.updateThread {
- color: crimson;
- font-weight: bold;
-}
-
-.margin0 { margin-left: 10px; }
-.margin1 { margin-left: 18px;}
-.margin2 { margin-left: 26px; }
-.margin3 { margin-left: 34px; }
-.margin4 { margin-left: 42px; }
-.margin5 { margin-left: 50px; }
-.margin6 { margin-left: 58px; }
-
p.copyright { font-size: small }
p.copyright small { font-size: small }
@@ -98,12 +55,7 @@
}
pre { color: #99F; }
-/*
-p {
- margin-top: 0.6em;
- margin-bottom: 0.6em;
-}
-*/
+
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]