Changeset 10612
- Timestamp:
- 11/11/11 14:09:24 (14 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/scripts/cloc2html.py
r10605 r10612 12 12 13 13 #write header 14 outfile.write('<table width="600px" rules=none border=0 bordercolor="#000000" cellpadding="3" align="center" >\n')14 outfile.write('<table width="600px" rules=none border=0 bordercolor="#000000" cellpadding="3" align="center" style="border-collapse:collapse;">\n') 15 15 style_r='style="text-align:right;"' 16 16 style_c='style="text-align:center;"' … … 82 82 83 83 #write header 84 outfile.write('</table> ')84 outfile.write('</table>\n\n') 85 85 86 86 #close all files -
issm/trunk/scripts/getloc.sh
r10609 r10612 8 8 cat $ISSM_TIER/src/dox/issm.dox | sed '/<table/,//d' > input1 9 9 cat $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 10 cat input1 temp.html input2 > $ISSM_TIER/src/dox/issm.dox 12 11 rm input1 input2 temp.html 13 12 -
issm/trunk/src/dox/issm.dox
r10610 r10612 41 41 <B> Code Stats</B> 42 42 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;"> 44 44 <tr> 45 45 <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> … … 75 75 <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> 76 76 </tr> 77 </table> 77 </table> 78 78 79 79 80 <I> Copyright (C) 2011 </I>
Note:
See TracChangeset
for help on using the changeset viewer.