Changeset 1152
- Timestamp:
- Jan 31, 2008, 12:20:27 PM (10 years ago)
- Location:
- status/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
status/templates
-
Property
svn:ignore
set to
test-results-*.txt
-
Property
svn:ignore
set to
-
status/templates/tests.tt
r1151 r1152 12 12 13 13 .pass { 14 background: #3 c3;14 background: #3f3; 15 15 } 16 16 </style> … … 31 31 <td>[% test_name.replace('_', ' ') %]</td> 32 32 [% FOREACH datum IN test_results.keys.sort %] 33 <td>[% test_results.$datum %]%</td> 33 <td 34 [%- IF (test_results.$datum == 100) -%] 35 class="pass" 36 [%- ELSIF (test_results.$datum > 80) -%] 37 class="fail_minor" 38 [%- ELSE -%] 39 class="fail_serious"> 40 [%- END -%] 41 >[% test_results.$datum %]%</td> 34 42 [% END %] 35 43 </tr>
Note: See TracChangeset
for help on using the changeset viewer.