gen-components revision 3286
1244N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1244N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3286N/A# A simple script to generate (on stdout), the component.html web page
1244N/A @import '/css/demo_table.css';
1244N/A @import '/css/ColVis.css';
1244N/A @import '/css/ColReorder.css';
1244N/A tr.even:hover, tr.even:hover td.sorting_1 ,
1244N/A tr.odd:hover, tr.odd:hover td.sorting_1 {
1244N/A <script type='text/javascript' src='js/jquery.dataTables.js'></script>
1244N/A <script type='text/javascript' src='js/ColReorder.js'></script>
1244N/A# Write out the initial HTML for the components.html web page.
1244N/A# Collect all the .../build/component-report files and write them to stdout.
1244N/A# Write out the final HTML for the components.html web page.
1244N/A print >> sys.stderr, \