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