Show
Ignore:
Timestamp:
01/30/08 16:20:52 (12 months ago)
Author:
earle
Message:

Store test results in a directory, files named by day.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • status/templates/tests.tt

    r1147 r1148  
    22<head> 
    33        <title>Test Results</title> 
     4<style type="text/css"> 
     5.fail_serious { 
     6        background: #c00; 
     7} 
     8 
     9.fail_minor { 
     10        background: #f33; 
     11} 
     12 
     13.pass { 
     14        background: #3c3; 
     15} 
    416</head> 
    517<body>