Changeset 26888 for trunk/ippMonitor/raw/ipp.php
- Timestamp:
- Feb 10, 2010, 7:19:23 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r26456 r26888 651 651 // expect image supplied with key=name 652 652 // this function should define matching hidden inputs in the form 653 function insert_image ($rule ) {653 function insert_image ($rule, $size) { 654 654 655 655 if ($_SERVER[REQUEST_METHOD] == 'GET') { … … 666 666 667 667 if ($basename && $camera && $rule) { 668 echo "<img src=\"getimage.php?name=$basename&rule=$rule&camera=$camera&class_id=$class_id\">\n";668 echo "<img $size src=\"getimage.php?name=$basename&rule=$rule&camera=$camera&class_id=$class_id\">\n"; 669 669 } 670 670 }
Note:
See TracChangeset
for help on using the changeset viewer.
