Roxen.git/
server/
modules/
tags/
sizer.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-06
2001-03-06 12:20:27 by Johan Sundström <oyasumi@gmail.com>
0d0b62d59878fff56b23d7b0313da2311d4cd38a (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Somewhat clarified output.
Rev: server/modules/tags/sizer.pike:1.9
1:
constant thread_safe=1;
-
constant cvs_version = "$Id: sizer.pike,v 1.
8
2001/03/06 12:
11
:
49
jhs Exp $";
+
constant cvs_version = "$Id: sizer.pike,v 1.
9
2001/03/06 12:
20
:
27
jhs Exp $";
#include <module.h> inherit "module";
299:
if( what->dltime ) { int i = -1;
-
res += "<table><tr>";
+
res += "<
b><font size='-1'>Estimated download time:</font></b> "
+
"(bandwidth in kb/s)\n<
table><tr>";
foreach( (args->speeds?(array(float))(args->speeds/",") :({ 28.8, 56.0, 64.0, 256.0, 384.0,1024.0 })), float kbit ) {