Changeset 26821 for branches/eam_branches/20091201/ippMonitor/raw/ipp.php
- Timestamp:
- Feb 8, 2010, 7:19:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ippMonitor/raw/ipp.php
r26343 r26821 647 647 // expect image supplied with key=name 648 648 // this function should define matching hidden inputs in the form 649 function insert_image ($rule ) {649 function insert_image ($rule, $size) { 650 650 651 651 if ($_SERVER[REQUEST_METHOD] == 'GET') { … … 662 662 663 663 if ($basename && $camera && $rule) { 664 echo "<img src=\"getimage.php?name=$basename&rule=$rule&camera=$camera&class_id=$class_id\">\n";664 echo "<img $size src=\"getimage.php?name=$basename&rule=$rule&camera=$camera&class_id=$class_id\">\n"; 665 665 } 666 666 }
Note:
See TracChangeset
for help on using the changeset viewer.
