正在显示
1 个修改的文件
包含
1 行增加
和
13 行删除
@@ -42,7 +42,6 @@ | @@ -42,7 +42,6 @@ | ||
42 | <th>分类</th> | 42 | <th>分类</th> |
43 | <th width="50">作者</th> | 43 | <th width="50">作者</th> |
44 | <th width="65">点击量</th> | 44 | <th width="65">点击量</th> |
45 | - <th width="65">评论量</th> | ||
46 | <th width="160">关键字/来源<br>摘要/缩略图</th> | 45 | <th width="160">关键字/来源<br>摘要/缩略图</th> |
47 | <th width="130">更新时间</th> | 46 | <th width="130">更新时间</th> |
48 | <th width="130">发布时间</th> | 47 | <th width="130">发布时间</th> |
@@ -69,24 +68,13 @@ | @@ -69,24 +68,13 @@ | ||
69 | <td> | 68 | <td> |
70 | <foreach name="vo.categories" item="voo"> | 69 | <foreach name="vo.categories" item="voo"> |
71 | <span class="label label-default"> | 70 | <span class="label label-default"> |
72 | - <a href="{:cmf_url('portal/List/index',array('id'=>$voo['id']))}" | ||
73 | - style="color: #fff;" | ||
74 | - target="_blank" | ||
75 | - >{$voo.name}</a> | 71 | + {$voo.name} |
76 | </span> | 72 | </span> |
77 | </foreach> | 73 | </foreach> |
78 | </td> | 74 | </td> |
79 | <td>{$vo.user_nickname}</td> | 75 | <td>{$vo.user_nickname}</td> |
80 | <td>{$vo.post_hits|default=0}</td> | 76 | <td>{$vo.post_hits|default=0}</td> |
81 | <td> | 77 | <td> |
82 | - <notempty name="vo.comment_count"> | ||
83 | - {$vo.comment_count|default='0'} | ||
84 | - <!--<a href="javascript:parent.openIframeDialog('{:url('comment/commentadmin/index',array('post_id'=>$vo['id']))}','评论列表')">{$vo.comment_count}</a>--> | ||
85 | - <else/> | ||
86 | - {$vo.comment_count|default='0'} | ||
87 | - </notempty> | ||
88 | - </td> | ||
89 | - <td> | ||
90 | <notempty name="vo.post_keywords"> | 78 | <notempty name="vo.post_keywords"> |
91 | <i class="fa fa-check fa-fw"></i> | 79 | <i class="fa fa-check fa-fw"></i> |
92 | <else/> | 80 | <else/> |
-
请 注册 或 登录 后发表评论