|
|
@@ -1,4 +1,5 @@
|
|
|
<include file="block/header_xm" />
|
|
|
+
|
|
|
<link rel="stylesheet" type="text/css" href="__TMPL__/static/css/know-content.css"/>
|
|
|
<link rel="stylesheet" type="text/css" href="__TMPL__/static/css/know.css"/>
|
|
|
<style>
|
|
|
@@ -10,6 +11,9 @@
|
|
|
border:none;
|
|
|
}
|
|
|
</style>
|
|
|
+
|
|
|
+<!-- nav -->
|
|
|
+<include file="block/nav" />
|
|
|
<!-- 面包屑 -->
|
|
|
<div class="container crumbs">当前位置:
|
|
|
<a href="/" target="">网站首页</a> >
|
|
|
@@ -23,7 +27,9 @@
|
|
|
<div class="know-list"><table cellpadding="0" cellspacing="0" width="100%">
|
|
|
<foreach name="lists" id="vo">
|
|
|
<tr>
|
|
|
- <td class="kl-avatar"><a href="/know/detail/{$vo.id}/"><img src="__TMPL__/static/images/show.php" width="20" height="20" title="rcgl" alt=""/></a></td>
|
|
|
+ <td class="kl-avatar"><a href="/know/detail/{$vo.id}/">
|
|
|
+ <!--<img src="__TMPL__/static/images/show.php" width="20" height="20" title="rcgl" alt=""/>-->
|
|
|
+ </a></td>
|
|
|
<td class="kl-title"><div><a href="/know/detail/{$vo.id}/" title="{$vo.title}">{$vo.title}</a></div></td>
|
|
|
<td class="kl-answer">0回答</td>
|
|
|
<td class="kl-process" width="50" align="center"><img src="__TMPL__/static/images/know_1.gif" title="待解决"/></td>
|
|
|
@@ -37,18 +43,3 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<include file="block/footer" />
|
|
|
-<script type="text/javascript">
|
|
|
- //foo("tab","span","tabUl","li","tab_on","tab_active");
|
|
|
- foo("youDiv","span","youUl","li","right_active","you_active");
|
|
|
- foo("title","span","titleUl","li","title_active","title_box");
|
|
|
- foo('tabTop','span','tabUl0','li','red_active','red_li_active');
|
|
|
- foo('tabTop1','span','tabUl1','li','red_active','red_li_active');
|
|
|
- foo('brandT','span','brandB','li','brand_t_active','brand_b_active');
|
|
|
- plays("#lunbo_0");
|
|
|
-</script>
|
|
|
-<script type="text/javascript">
|
|
|
- jQuery(".txtMarquee-left").slide({mainCell:".bd ul",autoPlay:true,effect:"leftMarquee",vis:2,interTime:50}); //文字滚动
|
|
|
- jQuery(".picFocus").slide({ mainCell:".bd ul",effect:"left",autoPlay:true }); //头部banner轮播
|
|
|
- jQuery(".slideBox").slide({mainCell:".bd ul",autoPlay:true}); //加盟动态轮播
|
|
|
- jQuery(".slideBox").slide({ mainCell:"ul.caini",vis:5,prevCell:".sPrev",nextCell:".sNext",effect:"leftLoop"}); //底部滚动
|
|
|
-</script>
|