|
|
|
|
@ -2098,7 +2098,14 @@
|
|
|
|
|
<label>标题图片<a href="javascript:void(0);" onclick="delete_root_image();" title="删除图片"><i
|
|
|
|
|
class="text-muted glyphicon glyphicon-remove"></i></a></label>
|
|
|
|
|
<a href="javascript:void(0);" onclick="openKCFinder_Root();">
|
|
|
|
|
<img src="<?php echo $information->ic_photo ? $this->config->item('media_image_url') . $information->ic_photo : '/css/images/uploadPic.jpg'; ?>"
|
|
|
|
|
<?php
|
|
|
|
|
if (stripos($information->ic_photo, 'http:') === false) {
|
|
|
|
|
$list_picture = $information->ic_photo ? $this->config->item('media_image_url') . $information->ic_photo : '/css/images/uploadPic.jpg';
|
|
|
|
|
} else {
|
|
|
|
|
$list_picture = $information->ic_photo;
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
<img src="<?php echo $list_picture; ?>"
|
|
|
|
|
name="ic_photo_img" id="ic_photo_img" class="img-polaroid col-xs-24 nopadding"
|
|
|
|
|
height="115"/>
|
|
|
|
|
</a>
|
|
|
|
|
|