|
@@ -94,7 +94,7 @@ class Scanimgs extends Start_Controller {
|
|
|
|
|
|
|
|
$img_str .= "<div style=''>";
|
|
$img_str .= "<div style=''>";
|
|
|
foreach($v['imgurl'] as $img){
|
|
foreach($v['imgurl'] as $img){
|
|
|
- $img_str .= "<img src='{$this->show_url}{$img}' style='width:150px;height:auto;margin-right:3px'>";
|
|
|
|
|
|
|
+ $img_str .= "<img src='{$this->show_url}{$img}' style='width:150px;height:auto;margin-right:3px' onclick='showBigImg(this)'/>";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$img_str .= "</div>";
|
|
$img_str .= "</div>";
|