...
|
...
|
@@ -17,7 +17,7 @@ $width = 308; |
|
|
?>
|
|
|
<div class="<?php !isset($video) ?'fluid-item':'';?>layout-item tiled">
|
|
|
<div class="image-box">
|
|
|
<a href="<?php echo url('news/detail' ,array('id' => $news['id']))?>" target="_blank" title="<?php echo $news['title'];?>"
|
|
|
<a href="<?php echo url('news/detail' ,array('id' => $news['id']))?>" target="_blank" title="<?php echo Lib_Utils_StringHelper::stripTags($news['title']);?>"
|
|
|
<?php echo $video !=1 ? sprintf("style=\"height:%spx;width:%spx;overflow: hidden;\"", $height, $width):''; ?>>
|
|
|
<img src="<?php echo $thumb;?>" alt="" <?php echo $video !=1 ? sprintf("style=\"height:%spx;width:%spx;\"", $height, $width):''; ?>>
|
|
|
<?php if(trim($news['tag']) == '视频'):?>
|
...
|
...
|
|