Changeset 10612


Ignore:
Timestamp:
11/11/11 14:09:24 (14 years ago)
Author:
Mathieu Morlighem
Message:

Better table

Location:
issm/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/scripts/cloc2html.py

    r10605 r10612  
    1212
    1313#write header
    14 outfile.write('<table width="600px" rules=none border=0 bordercolor="#000000" cellpadding="3" align="center">\n')
     14outfile.write('<table width="600px" rules=none border=0 bordercolor="#000000" cellpadding="3" align="center" style="border-collapse:collapse;">\n')
    1515style_r='style="text-align:right;"'
    1616style_c='style="text-align:center;"'
     
    8282
    8383#write header
    84 outfile.write('</table>')
     84outfile.write('</table>\n\n')
    8585
    8686#close all files
  • issm/trunk/scripts/getloc.sh

    r10609 r10612  
    88cat $ISSM_TIER/src/dox/issm.dox | sed '/<table/,//d' > input1
    99cat $ISSM_TIER/src/dox/issm.dox | sed '1,/<\/table>/d' > input2
    10 echo " " > input3
    11 cat input1 temp.html input3 input2 > $ISSM_TIER/src/dox/issm.dox
     10cat input1 temp.html input2 > $ISSM_TIER/src/dox/issm.dox
    1211rm input1 input2 temp.html
    1312
  • issm/trunk/src/dox/issm.dox

    r10610 r10612  
    4141  <B> Code Stats</B>
    4242
    43 <table width="600px" rules=none border=0 bordercolor="#000000" cellpadding="3" align="center">
     43<table width="600px" rules=none border=0 bordercolor="#000000" cellpadding="3" align="center" style="border-collapse:collapse;">
    4444<tr>
    4545<th  bgcolor=#7AA9DD style="text-align:left;">Language</th><th  bgcolor=#7AA9DD style="text-align:right;">files</th><th  bgcolor=#7AA9DD style="text-align:right;">blank</th><th  bgcolor=#7AA9DD style="text-align:right;">comment</th><th  bgcolor=#7AA9DD style="text-align:right;">code</th><th  bgcolor=#7AA9DD style="text-align:right;">Total</th>
     
    7575<th  bgcolor=#C6E2FF style="text-align:left;"> SUM: </th><td  bgcolor=#C6E2FF style="text-align:right;">1947</td><td  bgcolor=#C6E2FF style="text-align:right;">25929</td><td  bgcolor=#C6E2FF style="text-align:right;">33723</td><td  bgcolor=#C6E2FF style="text-align:right;">100289</td><td  bgcolor=#C6E2FF style="text-align:right;">161888</td>
    7676</tr>
    77 </table>
     77</table>
     78
    7879
    7980        <I> Copyright (C) 2011 </I>
Note: See TracChangeset for help on using the changeset viewer.