configurationengine/source/plugins/symbian/integration-test/testdata/crml_dc_expected/crml_dc.html
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- a/configurationengine/source/plugins/symbian/integration-test/testdata/crml_dc_expected/crml_dc.html	Fri Mar 12 08:30:17 2010 +0200
+++ b/configurationengine/source/plugins/symbian/integration-test/testdata/crml_dc_expected/crml_dc.html	Tue Aug 10 14:29:28 2010 +0300
@@ -110,7 +110,28 @@
     .currentValue {
         background-color: #e8f2fe;
     }
+
+.fltrow{ /* filter grid row appearance */
+    height:20px;
+    background-color:#f4f4f4;
+}
+.btnflt{ /* button appearance */
+    font-size:11px;
+    margin:0 2px 0 2px; padding:0 1px 0 1px;
+    text-decoration:none; color: #fff;
+    background-color:#666;
+}
+.flt{ /* filter (input) appearance */
+    background-color:#f4f4f4; border:1px inset #ccc; 
+    margin:0; width:100%;
+}
+.flt_s{ /* small filter (input) appearance */
+    background-color:#f4f4f4; border:1px inset #ccc; 
+    margin:0; width:80%;
+}
+
 </style>
+<script language="javascript" type="text/javascript" src="http://www.javascriptkit.com/script/script2/tablefilter.js"></script>
 <title>Compare data - ConE</title>
 
 </head>
@@ -119,7 +140,7 @@
 
     <h1>CRML Data Compatibility Report</h1><br>
     
-    <table class="report">
+    <table class="report" id="cdc_report">
       <tr>
         <td>Source:</td>
         <td>root.confml</td>
@@ -129,12 +150,18 @@
         <td>this is ignored\comp_project_2;root.confml</td>
       </tr>
     </table>
+    <script language="javascript" type="text/javascript">
+//<![CDATA[
+    setFilterGrid("cdc_report");
+//]]>
+</script>
+    
     
     <br/>
     
     <h2>Modified keys/files:</h2>
     
-    <table class="report">
+    <table class="report" id="mk_report">
     <tr>
         <th>File</th>
         <th>Repository UID</th>
@@ -668,11 +695,17 @@
                 </tr>
             
     </table>
+    <script language="javascript" type="text/javascript">
+//<![CDATA[
+    setFilterGrid("mk_report");
+//]]>
+</script>
+    
     
     
     <h2>Added keys/files:</h2>
     
-    <table class="report">
+    <table class="report" id="ak_report">
     <tr>
         <th>File</th>
         <th>Repository UID</th>
@@ -725,11 +758,16 @@
             </tr>
         
     </table>
+    <script language="javascript" type="text/javascript">
+//<![CDATA[
+    setFilterGrid("ak_report");
+//]]>
+</script>
     
     
     <h2>Removed keys/files:</h2>
     
-    <table class="report">
+    <table class="report" id="rk_report">
     <tr>
         <th>File</th>
         <th>Repository UID</th>
@@ -782,11 +820,16 @@
             </tr>
         
     </table>
+    <script language="javascript" type="text/javascript">
+//<![CDATA[
+    setFilterGrid("rk_report");
+//]]>
+</script>
     
     
     <h2>Duplicate repositories:</h2>
     
-    <table class="report">
+    <table class="report" id="dr_report">
     <tr>
         <th>Repository UID</th>
         <th>Files in source</th>
@@ -804,6 +847,12 @@
             </tr>
         
     </table>
+    <script language="javascript" type="text/javascript">
+//<![CDATA[
+    setFilterGrid("dr_report");
+//]]>
+</script>
+    
 </div>
 <div id="footer"></div>
 </body>