IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 30, 2006, 12:26:20 PM (20 years ago)
Author:
eugene
Message:

cleanups

Location:
trunk/ippMonitor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor

    • Property svn:ignore set to
      src
  • trunk/ippMonitor/generate

    r9009 r9080  
    228228        if (($label eq "image") && !$link[$i]) {
    229229            # print the actual table cell line with the image...
    230             printf FILE "  echo \"<td class=\\\"list\\\"><img src=\\\"$value\\\"></td>\\n\";\n";
     230            printf FILE "  echo \"<td class=\\\"list\\\"><img src=\\\"getimage.php?name=$value\\\"></td>\\n\";\n";
    231231            next;
    232232        }
     
    238238            if ($extras[$i]) { &parse_extras ($extras[$i]); }
    239239            # print the actual table cell line with the link...
    240             printf FILE "  echo \"<td class=\\\"list\\\"><a href=\\\"\$link\\\"> <img src=\\\"$value\\\"> </a></td>\\n\";\n";
     240            printf FILE "  echo \"<td class=\\\"list\\\"><a href=\\\"\$link\\\"> <img src=\\\"getimage.php?name=$value\\\"> </a></td>\\n\";\n";
    241241            next;
    242242        }
Note: See TracChangeset for help on using the changeset viewer.