Changeset 9080 for trunk/ippMonitor/generate
- Timestamp:
- Sep 30, 2006, 12:26:20 PM (20 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor
-
Property svn:ignore
set to
src
-
Property svn:ignore
set to
-
trunk/ippMonitor/generate
r9009 r9080 228 228 if (($label eq "image") && !$link[$i]) { 229 229 # 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"; 231 231 next; 232 232 } … … 238 238 if ($extras[$i]) { &parse_extras ($extras[$i]); } 239 239 # 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"; 241 241 next; 242 242 }
Note:
See TracChangeset
for help on using the changeset viewer.
