configurationengine/source/scripts/tests/testdata/info/expected/impl_report.html
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
       
     2 <html lang="en">
       
     3 <head>
       
     4 
       
     5 <style type="text/css">
       
     6     body {
       
     7         font-family: Nokia Standard Multiscript, Tahoma, Verdana, Arial;
       
     8         font-size: 0.8em;
       
     9         color: #0055B7;
       
    10     }
       
    11 
       
    12     h1 {
       
    13         padding: 30px 0 0 0;
       
    14         margin: 0;
       
    15         text-align: left;
       
    16     }
       
    17 
       
    18     #date {
       
    19         text-align: center;
       
    20     }
       
    21 
       
    22     hr {
       
    23         height: 1px;
       
    24         background-color: cccccc;
       
    25         color: #cccccc;
       
    26     }
       
    27 
       
    28     h2 h3 {
       
    29         padding: 10px 0 10px 0;
       
    30         margin: 0;
       
    31     }
       
    32 
       
    33     table.report {
       
    34         width: 100%;
       
    35         border: 1px solid #e0dfe3;
       
    36         border-collapse: collapse;
       
    37         color: #333333;
       
    38     }
       
    39 
       
    40     table.report th {
       
    41         text-align: left;
       
    42         padding: 5px;
       
    43         background-color: #f9fafd;
       
    44         color: #595a5f;
       
    45         border-bottom: 1px #999999 solid;
       
    46     }
       
    47 
       
    48     table.report th.featureName {
       
    49         background-color: #f2f2f3;
       
    50         font: #595a5f Tahoma, Verdana, Arial bold;
       
    51         font-size: 1.1em;
       
    52         border-top: 3px #9d9da1;
       
    53         border-top-style: double;
       
    54         border-bottom: 3px #9d9da1;
       
    55         border-bottom-style: double;
       
    56     }
       
    57 
       
    58     table.report th.header {
       
    59         background-color: #f9fafd;
       
    60         font: #595a5f Tahoma, Verdana, Arial bold;
       
    61         font-size: 0.8em;
       
    62         border-top: 1px #9d9da1;
       
    63         border-bottom: 1px #9d9da1;
       
    64     }
       
    65 
       
    66     table.report td {
       
    67         word-wrap: break-word;
       
    68         border: 1px #EBEBEB;
       
    69         padding: 5px;
       
    70         border-style: solid; 
       
    71         vertical-align: top;
       
    72         font: Tahoma, Verdana, Arial;
       
    73         _font-size: 0.8em;
       
    74     }
       
    75 
       
    76     table.summary {
       
    77         border: 1px solid #e0dfe3;
       
    78         border-collapse: collapse;
       
    79         color: #333333;
       
    80     }
       
    81 
       
    82     table.summary th {
       
    83         text-align: left;
       
    84         padding: 5px;
       
    85         background-color: #f9fafd;
       
    86         color: #595a5f;
       
    87         border-bottom: 1px #999999 solid;
       
    88     }
       
    89 
       
    90     table.summary th.featureName {
       
    91         background-color: #f2f2f3;
       
    92         font: #595a5f Tahoma, Verdana, Arial bold;
       
    93         font-size: 1.1em;
       
    94         border-top: 3px #9d9da1;
       
    95         border-top-style: double;
       
    96         border-bottom: 3px #9d9da1;
       
    97         border-bottom-style: double;
       
    98     }
       
    99 
       
   100     table.summary td {
       
   101         word-wrap: break-word;
       
   102         border: 1px #EBEBEB;
       
   103         padding: 5px;
       
   104         border-style: solid; 
       
   105         vertical-align: top;
       
   106         font: Tahoma, Verdana, Arial;
       
   107         _font-size: 0.8em;
       
   108     }
       
   109 
       
   110     .currentValue {
       
   111         background-color: #e8f2fe;
       
   112     }
       
   113 </style>
       
   114 <title>Implementation info - ConE</title>
       
   115 
       
   116 </head>
       
   117 <body>
       
   118 <div id="content">
       
   119     <h1>Implementations</h1><br>
       
   120 
       
   121     <table class="report">
       
   122     <tr>
       
   123         <th class="featureName">File</th>
       
   124 		<th class="featureName">Index</th>
       
   125 		<th class="featureName">Type</th>
       
   126 		<th class="featureName">Phase</th>
       
   127 		<th class="featureName">Tags</th>
       
   128 		<th class="featureName">Refs</th>
       
   129     </tr>
       
   130     
       
   131     <tr>
       
   132         <td>Layer1/implml/bitmask_test.templateml</td>
       
   133 		<td>0</td>
       
   134 		<td>templateml</td>
       
   135 		<td>normal</td>
       
   136 		<td></td>
       
   137 		<td>BitmaskTest.Bit0<br/>BitmaskTest.Bit1<br/>BitmaskTest.Bit2<br/>BitmaskTest.Bit3<br/>BitmaskTest.Bit4<br/>BitmaskTest.Bit5<br/></td>
       
   138     </tr>
       
   139     
       
   140     <tr>
       
   141         <td>Layer1/implml/feature1_1.templateml</td>
       
   142 		<td>0</td>
       
   143 		<td>templateml</td>
       
   144 		<td>normal</td>
       
   145 		<td></td>
       
   146 		<td>Feature1.IntSetting<br/></td>
       
   147     </tr>
       
   148     
       
   149     <tr>
       
   150         <td>Layer1/implml/feature1_2.templateml</td>
       
   151 		<td>0</td>
       
   152 		<td>templateml</td>
       
   153 		<td>normal</td>
       
   154 		<td></td>
       
   155 		<td>Feature1.StringSetting<br/></td>
       
   156     </tr>
       
   157     
       
   158     <tr>
       
   159         <td>Layer1/implml/feature1_sequence.templateml</td>
       
   160 		<td>0</td>
       
   161 		<td>templateml</td>
       
   162 		<td>normal</td>
       
   163 		<td></td>
       
   164 		<td>Feature1.SequenceSetting<br/></td>
       
   165     </tr>
       
   166     
       
   167     <tr>
       
   168         <td>Layer1/implml/feature2.templateml</td>
       
   169 		<td>0</td>
       
   170 		<td>templateml</td>
       
   171 		<td>normal</td>
       
   172 		<td></td>
       
   173 		<td>Feature2.SequenceSetting<br/></td>
       
   174     </tr>
       
   175     
       
   176     <tr>
       
   177         <td>Layer1/implml/time_types_test.templateml</td>
       
   178 		<td>0</td>
       
   179 		<td>templateml</td>
       
   180 		<td>normal</td>
       
   181 		<td></td>
       
   182 		<td>TimeTypesTest.DateSetting<br/>TimeTypesTest.TimeSetting<br/>TimeTypesTest.DateTimeSetting<br/>TimeTypesTest.DurationSetting<br/></td>
       
   183     </tr>
       
   184     
       
   185     
       
   186     </table>
       
   187 </div>
       
   188 <div id="footer"></div>
       
   189 </body>
       
   190 </html>