Changes between Version 10 and Version 11 of BossaExampleOne
- Timestamp:
- Feb 12, 2008, 11:47:15 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaExampleOne
v10 v11 136 136 function show_job($bj, $bji) { 137 137 $info = json_decode($bj->info); 138 $img_url = $info .url;138 $img_url = $info->url; 139 139 echo " 140 <form method=get action= bossa_example_display.php>140 <form method=get action='bossa_example_display.php'> 141 141 Click on the center of the ellipse. 142 142 If you don't see one, click here: … … 144 144 <input type=hidden name=bji value=$bji->id> 145 145 <input type=hidden name=completion value=1> 146 <input type=image name=pic src= $img_url>146 <input type=image name=pic src='$img_url'> 147 147 </form> 148 148 ";