configurationengine/source/scripts/tests/testdata/info/expected/value_report_single_with_view.html
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
   108     }
   108     }
   109 
   109 
   110     .currentValue {
   110     .currentValue {
   111         background-color: #e8f2fe;
   111         background-color: #e8f2fe;
   112     }
   112     }
       
   113 
       
   114 .fltrow{ /* filter grid row appearance */
       
   115     height:20px;
       
   116     background-color:#f4f4f4;
       
   117 }
       
   118 .btnflt{ /* button appearance */
       
   119     font-size:11px;
       
   120     margin:0 2px 0 2px; padding:0 1px 0 1px;
       
   121     text-decoration:none; color: #fff;
       
   122     background-color:#666;
       
   123 }
       
   124 .flt{ /* filter (input) appearance */
       
   125     background-color:#f4f4f4; border:1px inset #ccc; 
       
   126     margin:0; width:100%;
       
   127 }
       
   128 .flt_s{ /* small filter (input) appearance */
       
   129     background-color:#f4f4f4; border:1px inset #ccc; 
       
   130     margin:0; width:80%;
       
   131 }
       
   132 
   113 </style>
   133 </style>
       
   134 <script language="javascript" type="text/javascript" src="http://www.javascriptkit.com/script/script2/tablefilter.js"></script>
   114 <title>Data value info - ConE</title>
   135 <title>Data value info - ConE</title>
   115 
   136 
   116 </head>
   137 </head>
   117 <body>
   138 <body>
   118 <div id="content">
   139 <div id="content">
   119     <h1>Configuration data value info</h1><br>
   140     <h1>Configuration data value info</h1><br>
   120 
   141 
   121     <table class="report">
   142     <table class="report" id="report_data">
   122     <tr>
   143     <tr>
   123         <th class="featureName">Name</th>
   144         <th class="featureName">Name</th>
   124         <th class="featureName">Type</th>
   145         <th class="featureName">Type</th>
   125         <th class="featureName">Possible values</th>
   146         <th class="featureName">Possible values</th>
   126         
   147         
   127         <th class="featureName">product_root.confml</th>
   148         <th class="featureName">Some Product X (product_root.confml)</th>
   128         
   149         
   129     </tr>
   150     </tr>
   130     
   151     
   131     <tr><th colspan="4">Asset 1 settings</th></tr>
   152     <tr><th colspan="4">Asset 1 settings</th></tr>
   132     
   153     
   187         <td>String setting</td>
   208         <td>String setting</td>
   188         <td>string</td>
   209         <td>string</td>
   189         <td></td>
   210         <td></td>
   190         
   211         
   191         
   212         
   192         <td>string from product config</td>
   213         <td><b>string from product config</b></td>
   193         
   214         
   194         
   215         
   195     </tr>
   216     </tr>
   196     
   217     
   197     <tr><th colspan="4">Asset 2 settings -- Sub-group 1</th></tr>
   218     <tr><th colspan="4">Asset 2 settings -- Sub-group 1</th></tr>
   211         <td>Int setting</td>
   232         <td>Int setting</td>
   212         <td>int</td>
   233         <td>int</td>
   213         <td></td>
   234         <td></td>
   214         
   235         
   215         
   236         
   216         <td>1200</td>
   237         <td><b>1200</b></td>
   217         
   238         
   218         
   239         
   219     </tr>
   240     </tr>
   220     
   241     
   221     <tr><th colspan="4">Asset 2 settings -- Sub-group 2</th></tr>
   242     <tr><th colspan="4">Asset 2 settings -- Sub-group 2</th></tr>
   272         
   293         
   273     </tr>
   294     </tr>
   274     
   295     
   275     
   296     
   276     </table>
   297     </table>
       
   298     <script language="javascript" type="text/javascript">
       
   299 //<![CDATA[
       
   300     setFilterGrid("report_data");
       
   301 //]]>
       
   302 </script>
   277 </div>
   303 </div>
   278 <div id="footer"></div>
   304 <div id="footer"></div>
   279 </body>
   305 </body>
   280 </html>
   306 </html>