Xymon Mailing List Archive search

change hobbit-statusreport

list Marco Avvisano
Thu, 14 Oct 2010 10:34:57 +0200
Message-Id: <user-16ec45caccd2@xymon.invalid>

Hi,
I changed the name of the image with the image, and I made it clickable

168,180c172,173
<                    if (showcolors) {
<                            printf("&nbsp;-&nbsp");
<                            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("&nbsp;-&nbsp;%s", colorstr);
Marco