configurationengine/source/scripts/tests/testdata/info/expected/content_report.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>Content info - ConE</title>
   135 <title>Content info - ConE</title>
   115 
   136 
   116 </head>
   137 </head>
   117 <body>
   138 <body>
   118 <div id="content">
   139 <div id="content">
   119     <h1>Configuration content files</h1><br>
   140     <h1>Configuration content files</h1><br>
   120 
   141 
   121     <table class="report">
   142     <table class="report" id="report_data">
   122     <tr>
   143     <tr>
   123         <th class="featureName">Content file</th>
   144         <th class="featureName">Content file</th>
   124 		<th class="featureName">Actual files (used one last)</th>
   145 		<th class="featureName">Actual files (used one last)</th>
   125     </tr>
   146     </tr>
   126     
   147     
   169 		<td>Layer4/content/seq/layer4_file.txt<br/></td>
   190 		<td>Layer4/content/seq/layer4_file.txt<br/></td>
   170     </tr>
   191     </tr>
   171     
   192     
   172     
   193     
   173     </table>
   194     </table>
       
   195     <script language="javascript" type="text/javascript">
       
   196 //<![CDATA[
       
   197     setFilterGrid("report_data");
       
   198 //]]>
       
   199 </script>
   174 </div>
   200 </div>
   175 <div id="footer"></div>
   201 <div id="footer"></div>
   176 </body>
   202 </body>
   177 </html>
   203 </html>