[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

change hobbit-statusreport



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