From: Pekka Riikonen Date: Sat, 21 Feb 2004 10:42:02 +0000 (+0000) Subject: HTML update. X-Git-Tag: 1.2.beta1~803 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=a54edde2840ba29265ae3d3825b8e60edca0adf8 HTML update. --- diff --git a/apps/silcmap/silcmap_html.c b/apps/silcmap/silcmap_html.c index a5360536..f3b82781 100644 --- a/apps/silcmap/silcmap_html.c +++ b/apps/silcmap/silcmap_html.c @@ -546,7 +546,7 @@ bool silc_map_writerelhtml(SilcMap map) /* Count the reliability */ if (try) - rel = ((double)success / (double)try) * (double)170.0; + rel = ((double)success / (double)try) * (double)160.0; fprintf(fp, "\n"); if (mapconn->html_url) @@ -556,14 +556,14 @@ bool silc_map_writerelhtml(SilcMap map) fprintf(fp, " %s\n", class, hostname, mapconn->port, hostname); fprintf(fp, - "" - "" + "\n" "\n" "\n", - class, class, rel, 170 - rel, class, + class, class, rel, 160 - rel, class, ((double)success / (double)try) * (double)100.0, success); }
" + "" "" "" "
%.2f%% - score: %d