Roxen.git/
server/
modules/
tags/
sizer.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-06
2001-03-06 12:23:17 by Johan Sundström <oyasumi@gmail.com>
c4db392308be6ab077c127955b74499e0395615f (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Made the % column a column header too.
Rev: server/modules/tags/sizer.pike:1.10
1:
constant thread_safe=1;
-
constant cvs_version = "$Id: sizer.pike,v 1.
9
2001/03/06 12:
20
:
27
jhs Exp $";
+
constant cvs_version = "$Id: sizer.pike,v 1.
10
2001/03/06 12:
23
:
17
jhs Exp $";
#include <module.h> inherit "module";
274:
" <tr><th align='left'><font size='-1' color='black'>File</font></th>" "<th align='right'><font size='-1' color='black'>Size (kb)</font></th>" "<th align='right'><font size='-1' color='black'> Headers (b)</font></th>"
-
"<
td
align='right'><font size='-1' color='black'> % of page</font></td></tr>"
+
"<
th
align='right'><font size='-1' color='black'> % of page</font></td></tr>"
"<tr><td colspan='4'><hr noshade='noshade' size='1'></td></tr>"; foreach( files, string file )