configurationengine/source/scripts/tests/testdata/info/expected/api_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>API info - ConE</title>
   135 <title>API info - ConE</title>
   115 
   136 
   116 </head>
   137 </head>
   117 <body>
   138 <body>
   118 <div id="content">
   139 <div id="content">
   119     <h1>Configuration API info</h1><br>
   140     <h1>Configuration API info</h1><br>
   120 
   141 
   121     <table class="report">
   142     <table class="report" id="report_data">
   122     <tr>
   143     <tr>
   123         <th class="featureName">File</th>
   144         <th class="featureName">File</th>
   124         
   145         
   125         <th class="featureName">Full reference</th>
   146         <th class="featureName">Full reference</th>
   126         
   147         
   851     </tr>
   872     </tr>
   852     
   873     
   853     
   874     
   854     
   875     
   855     </table>
   876     </table>
       
   877 
       
   878 <script language="javascript" type="text/javascript">
       
   879 //<![CDATA[
       
   880     setFilterGrid("report_data");
       
   881 //]]>
       
   882 </script>
   856 </div>
   883 </div>
   857 <div id="footer"></div>
   884 <div id="footer"></div>
   858 </body>
   885 </body>
   859 </html>
   886 </html>