configurationengine/source/plugins/symbian/integration-test/testdata/crml_dc_expected/crml_dc.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>Compare data - ConE</title>
   135 <title>Compare data - ConE</title>
   115 
   136 
   116 </head>
   137 </head>
   117 <body>
   138 <body>
   118 <div id="content">
   139 <div id="content">
   119 
   140 
   120     <h1>CRML Data Compatibility Report</h1><br>
   141     <h1>CRML Data Compatibility Report</h1><br>
   121     
   142     
   122     <table class="report">
   143     <table class="report" id="cdc_report">
   123       <tr>
   144       <tr>
   124         <td>Source:</td>
   145         <td>Source:</td>
   125         <td>root.confml</td>
   146         <td>root.confml</td>
   126       </tr>
   147       </tr>
   127       <tr>
   148       <tr>
   128         <td>Target:</td>
   149         <td>Target:</td>
   129         <td>this is ignored\comp_project_2;root.confml</td>
   150         <td>this is ignored\comp_project_2;root.confml</td>
   130       </tr>
   151       </tr>
   131     </table>
   152     </table>
       
   153     <script language="javascript" type="text/javascript">
       
   154 //<![CDATA[
       
   155     setFilterGrid("cdc_report");
       
   156 //]]>
       
   157 </script>
       
   158     
   132     
   159     
   133     <br/>
   160     <br/>
   134     
   161     
   135     <h2>Modified keys/files:</h2>
   162     <h2>Modified keys/files:</h2>
   136     
   163     
   137     <table class="report">
   164     <table class="report" id="mk_report">
   138     <tr>
   165     <tr>
   139         <th>File</th>
   166         <th>File</th>
   140         <th>Repository UID</th>
   167         <th>Repository UID</th>
   141         <th>Repository name</th>
   168         <th>Repository name</th>
   142         <th>Key UID</th>
   169         <th>Key UID</th>
   666                     <td>Layer1/implml/00000006_renamed_repo.crml</td>
   693                     <td>Layer1/implml/00000006_renamed_repo.crml</td>
   667                     <td>Layer1/implml/00000006_renamed_repo_xyz.crml</td>
   694                     <td>Layer1/implml/00000006_renamed_repo_xyz.crml</td>
   668                 </tr>
   695                 </tr>
   669             
   696             
   670     </table>
   697     </table>
       
   698     <script language="javascript" type="text/javascript">
       
   699 //<![CDATA[
       
   700     setFilterGrid("mk_report");
       
   701 //]]>
       
   702 </script>
       
   703     
   671     
   704     
   672     
   705     
   673     <h2>Added keys/files:</h2>
   706     <h2>Added keys/files:</h2>
   674     
   707     
   675     <table class="report">
   708     <table class="report" id="ak_report">
   676     <tr>
   709     <tr>
   677         <th>File</th>
   710         <th>File</th>
   678         <th>Repository UID</th>
   711         <th>Repository UID</th>
   679         <th>Repository name</th>
   712         <th>Repository name</th>
   680         <th>Key UID</th>
   713         <th>Key UID</th>
   723                 <td></td>
   756                 <td></td>
   724                 <td></td>
   757                 <td></td>
   725             </tr>
   758             </tr>
   726         
   759         
   727     </table>
   760     </table>
       
   761     <script language="javascript" type="text/javascript">
       
   762 //<![CDATA[
       
   763     setFilterGrid("ak_report");
       
   764 //]]>
       
   765 </script>
   728     
   766     
   729     
   767     
   730     <h2>Removed keys/files:</h2>
   768     <h2>Removed keys/files:</h2>
   731     
   769     
   732     <table class="report">
   770     <table class="report" id="rk_report">
   733     <tr>
   771     <tr>
   734         <th>File</th>
   772         <th>File</th>
   735         <th>Repository UID</th>
   773         <th>Repository UID</th>
   736         <th>Repository name</th>
   774         <th>Repository name</th>
   737         <th>Key UID</th>
   775         <th>Key UID</th>
   780                 <td></td>
   818                 <td></td>
   781                 <td></td>
   819                 <td></td>
   782             </tr>
   820             </tr>
   783         
   821         
   784     </table>
   822     </table>
       
   823     <script language="javascript" type="text/javascript">
       
   824 //<![CDATA[
       
   825     setFilterGrid("rk_report");
       
   826 //]]>
       
   827 </script>
   785     
   828     
   786     
   829     
   787     <h2>Duplicate repositories:</h2>
   830     <h2>Duplicate repositories:</h2>
   788     
   831     
   789     <table class="report">
   832     <table class="report" id="dr_report">
   790     <tr>
   833     <tr>
   791         <th>Repository UID</th>
   834         <th>Repository UID</th>
   792         <th>Files in source</th>
   835         <th>Files in source</th>
   793         <th>Files in target</th>
   836         <th>Files in target</th>
   794     </tr>
   837     </tr>
   802                 Layer1/implml/30000000_duplicate_repo1_proj2.crml<br/>Layer1/implml/30000000_duplicate_repo2_proj2.crml<br/>
   845                 Layer1/implml/30000000_duplicate_repo1_proj2.crml<br/>Layer1/implml/30000000_duplicate_repo2_proj2.crml<br/>
   803                 </td>
   846                 </td>
   804             </tr>
   847             </tr>
   805         
   848         
   806     </table>
   849     </table>
       
   850     <script language="javascript" type="text/javascript">
       
   851 //<![CDATA[
       
   852     setFilterGrid("dr_report");
       
   853 //]]>
       
   854 </script>
       
   855     
   807 </div>
   856 </div>
   808 <div id="footer"></div>
   857 <div id="footer"></div>
   809 </body>
   858 </body>
   810 </html>
   859 </html>