common/tools/ats/report_template.html
author Simon Howkins <simonh@symbian.org>
Tue, 10 Aug 2010 18:11:17 +0100
changeset 1206 4518bca1baf0
parent 844 385ad61f2ab3
permissions -rw-r--r--
Improved diagnostic output: when the build fails because a package cannot be cloned into the build drive, it says which package and the repo source and destination. Improved caching logic, so that it doesn't depend on network availability as much. Improved indentation.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
ATS3 generated test report
</title>
<style>
body
{
background-color:#ffffff;
margin:0px;
color:black;
font-family: verdana, arial, sans-serif;
font-size: 12px;
}
td
{
font-family: verdana, arial, tahoma;
font-size: 12px;
}
.tableHeader
{
background-color: #7383DF;
font-family: verdana, arial, tahoma;
font-size: 11px;
font-weight: bold;
color: #ffffff;
}
.tableData
{
background-color: #ffffff;
}
.legendPassed
{
background-color: #90ff90;
border: 1px solid #e6e6e6;
}
.legendFailed
{
background-color: #ff9090;
border: 1px solid #e6e6e6;
}
.legendSkipped
{
background-color: #9090ff;
border: 1px solid #e6e6e6;
}
.legendNoResult
{
background-color: #ffbb90;
border: 1px solid #e6e6e6;
}
.legendDisabled
{
background-color: #b0b0b0;
border: 1px solid #e6e6e6;
}
.passed
{
background-color: #90ff90;
}
.failed
{
background-color: #ff9090;
}
.skipped
{
background-color: #9090ff;
}
.noResult
{
background-color: #ffbb90;
}
.disabled
{
background-color: #b0b0b0;
}
div.passed {
font-size: 12px;
background-color: #90ff90;
border-top: 0px;
border-bottom: 1px solid #e6e6e6;
border-left: 0px;
border-right: 0px;
padding:4px;
}
div.failed {
font-size: 12px;
background-color: #ff9090;
border-top: 0px;
border-bottom: 1px solid #e6e6e6;
border-left: 0px;
border-right: 0px;
padding:4px;
}
div.skipped {
font-size: 12px;
background-color: #9090ff;
border-top: 0px;
border-bottom: 1px solid #e6e6e6;
border-left: 0px;
border-right: 0px;
padding:4px;
}
div.noResult {
font-size: 12px;
background-color: #ffbb90;
border-top: 0px;
border-bottom: 1px solid #e6e6e6;
border-left: 0px;
border-right: 0px;
padding:4px;
}
div.disabled {
font-size: 12px;
background-color: #b0b0b0;
border-top: 0px;
border-bottom: 1px solid #e6e6e6;
border-left: 0px;
border-right: 0px;
padding:4px;
}
a
{
text-decoration: underline;
color: #000000;
}
a:hover
{
text-decoration: underline;
color: #000000;
}
</style>
</head>
<body>
<div>
<!-- Summary -->
<div id="summary" style="margin:8px 16px 8px 16px;">
<table cellpadding="0" cellspacing="0" border="0">
<tr><td><b>&nbsp;</b></td></tr>
</table>
<table cellpadding="4" cellspacing="1" border="0" bgcolor="#e6e6e6">
<tr class="tableHeader">
<td>&nbsp;</td>
<td>Binary Compatibility Test Reports</td>
</tr>
<!-- Insert reports here -->
</table>
</div>
</body>
</html>