common/tools/ats/report_template.html
changeset 844 385ad61f2ab3
equal deleted inserted replaced
843:c32873117195 844:385ad61f2ab3
       
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
       
     5 <title>
       
     6 ATS3 generated test report
       
     7 </title>
       
     8 <style>
       
     9 body
       
    10 {
       
    11 background-color:#ffffff;
       
    12 margin:0px;
       
    13 color:black;
       
    14 font-family: verdana, arial, sans-serif;
       
    15 font-size: 12px;
       
    16 }
       
    17 td
       
    18 {
       
    19 font-family: verdana, arial, tahoma;
       
    20 font-size: 12px;
       
    21 }
       
    22 .tableHeader
       
    23 {
       
    24 background-color: #7383DF;
       
    25 font-family: verdana, arial, tahoma;
       
    26 font-size: 11px;
       
    27 font-weight: bold;
       
    28 color: #ffffff;
       
    29 }
       
    30 .tableData
       
    31 {
       
    32 background-color: #ffffff;
       
    33 }
       
    34 .legendPassed
       
    35 {
       
    36 background-color: #90ff90;
       
    37 border: 1px solid #e6e6e6;
       
    38 }
       
    39 .legendFailed
       
    40 {
       
    41 background-color: #ff9090;
       
    42 border: 1px solid #e6e6e6;
       
    43 }
       
    44 .legendSkipped
       
    45 {
       
    46 background-color: #9090ff;
       
    47 border: 1px solid #e6e6e6;
       
    48 }
       
    49 .legendNoResult
       
    50 {
       
    51 background-color: #ffbb90;
       
    52 border: 1px solid #e6e6e6;
       
    53 }
       
    54 .legendDisabled
       
    55 {
       
    56 background-color: #b0b0b0;
       
    57 border: 1px solid #e6e6e6;
       
    58 }
       
    59 .passed
       
    60 {
       
    61 background-color: #90ff90;
       
    62 }
       
    63 .failed
       
    64 {
       
    65 background-color: #ff9090;
       
    66 }
       
    67 .skipped
       
    68 {
       
    69 background-color: #9090ff;
       
    70 }
       
    71 .noResult
       
    72 {
       
    73 background-color: #ffbb90;
       
    74 }
       
    75 .disabled
       
    76 {
       
    77 background-color: #b0b0b0;
       
    78 }
       
    79 div.passed {
       
    80 font-size: 12px;
       
    81 background-color: #90ff90;
       
    82 border-top: 0px;
       
    83 border-bottom: 1px solid #e6e6e6;
       
    84 border-left: 0px;
       
    85 border-right: 0px;
       
    86 padding:4px;
       
    87 }
       
    88 div.failed {
       
    89 font-size: 12px;
       
    90 background-color: #ff9090;
       
    91 border-top: 0px;
       
    92 border-bottom: 1px solid #e6e6e6;
       
    93 border-left: 0px;
       
    94 border-right: 0px;
       
    95 padding:4px;
       
    96 }
       
    97 div.skipped {
       
    98 font-size: 12px;
       
    99 background-color: #9090ff;
       
   100 border-top: 0px;
       
   101 border-bottom: 1px solid #e6e6e6;
       
   102 border-left: 0px;
       
   103 border-right: 0px;
       
   104 padding:4px;
       
   105 }
       
   106 div.noResult {
       
   107 font-size: 12px;
       
   108 background-color: #ffbb90;
       
   109 border-top: 0px;
       
   110 border-bottom: 1px solid #e6e6e6;
       
   111 border-left: 0px;
       
   112 border-right: 0px;
       
   113 padding:4px;
       
   114 }
       
   115 div.disabled {
       
   116 font-size: 12px;
       
   117 background-color: #b0b0b0;
       
   118 border-top: 0px;
       
   119 border-bottom: 1px solid #e6e6e6;
       
   120 border-left: 0px;
       
   121 border-right: 0px;
       
   122 padding:4px;
       
   123 }
       
   124 a
       
   125 {
       
   126 text-decoration: underline;
       
   127 color: #000000;
       
   128 }
       
   129 a:hover
       
   130 {
       
   131 text-decoration: underline;
       
   132 color: #000000;
       
   133 }
       
   134 </style>
       
   135 </head>
       
   136 <body>
       
   137 <div>
       
   138 <!-- Summary -->
       
   139 <div id="summary" style="margin:8px 16px 8px 16px;">
       
   140 <table cellpadding="0" cellspacing="0" border="0">
       
   141 <tr><td><b>&nbsp;</b></td></tr>
       
   142 </table>
       
   143 <table cellpadding="4" cellspacing="1" border="0" bgcolor="#e6e6e6">
       
   144 <tr class="tableHeader">
       
   145 <td>&nbsp;</td>
       
   146 <td>Binary Compatibility Test Reports</td>
       
   147 </tr>
       
   148 <!-- Insert reports here -->
       
   149 </table>
       
   150 </div>
       
   151 </body>
       
   152 </html>