[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
change hobbit-statusreport
- To: xymon (at) xymon.com
- Subject: change hobbit-statusreport
- From: Marco Avvisano <marco.avvisano (at) regione.toscana.it>
- Date: Thu, 14 Oct 2010 10:34:57 +0200
- References: <i8p1du$uh$1 (at) voodoo.hswn.dk> <201010121203.59815.viorel (at) athabascau.ca> <i92ftl$418$1 (at) voodoo.hswn.dk> <201010121330.06501.viorel (at) athabascau.ca> <98B0CDCB28A5EE4CB3678CD99406644E043137C7 (at) tbmail2.tradebot.com>
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1
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