...
|
...
|
@@ -42,7 +42,6 @@ |
|
|
<th>分类</th>
|
|
|
<th width="50">作者</th>
|
|
|
<th width="65">点击量</th>
|
|
|
<th width="65">评论量</th>
|
|
|
<th width="160">关键字/来源<br>摘要/缩略图</th>
|
|
|
<th width="130">更新时间</th>
|
|
|
<th width="130">发布时间</th>
|
...
|
...
|
@@ -69,24 +68,13 @@ |
|
|
<td>
|
|
|
<foreach name="vo.categories" item="voo">
|
|
|
<span class="label label-default">
|
|
|
<a href="{:cmf_url('portal/List/index',array('id'=>$voo['id']))}"
|
|
|
style="color: #fff;"
|
|
|
target="_blank"
|
|
|
>{$voo.name}</a>
|
|
|
{$voo.name}
|
|
|
</span>
|
|
|
</foreach>
|
|
|
</td>
|
|
|
<td>{$vo.user_nickname}</td>
|
|
|
<td>{$vo.post_hits|default=0}</td>
|
|
|
<td>
|
|
|
<notempty name="vo.comment_count">
|
|
|
{$vo.comment_count|default='0'}
|
|
|
<!--<a href="javascript:parent.openIframeDialog('{:url('comment/commentadmin/index',array('post_id'=>$vo['id']))}','评论列表')">{$vo.comment_count}</a>-->
|
|
|
<else/>
|
|
|
{$vo.comment_count|default='0'}
|
|
|
</notempty>
|
|
|
</td>
|
|
|
<td>
|
|
|
<notempty name="vo.post_keywords">
|
|
|
<i class="fa fa-check fa-fw"></i>
|
|
|
<else/>
|
...
|
...
|
|