14 Oct
2010
14 Oct
'10
8:34 a.m.
Hi, I changed the name of the image with the image, and I made it clickable
168,180c172,173 < if (showcolors) { < printf(" - "); < if (addlink) { < printf("<a href=\"%s\">", hostsvcurl(hostname, testname, 1)); < printf("<img src=\"/gifs/%s", colorstr); < printf(".gif\" width=\"16\" height=\"16\" border=0 alt=\"%s\"", colorstr); < printf("title=\"%s\"", colorstr); < printf("></a>"); < } < else { < printf("<IMG SRC=\"/gifs/%s", colorstr); < printf(".gif\" >"); < }
if (showcolors) printf(" - %s", colorstr);
Marco