|
@@ -3,8 +3,8 @@
|
|
|
|
|
|
|
|
|
|
<div class="w1200">
|
|
<div class="w1200">
|
|
-<div class="dsh-container wrapper">
|
|
|
|
- <div class="left">
|
|
|
|
|
|
+ <div class="dsh-container wrapper article-container">
|
|
|
|
+<!-- <div class="left">
|
|
<div class="dsh-module dsh-module-style01">
|
|
<div class="dsh-module dsh-module-style01">
|
|
<div class="title">
|
|
<div class="title">
|
|
<h3>{$Think.lang.article_article_article_class}</h3>
|
|
<h3>{$Think.lang.article_article_article_class}</h3>
|
|
@@ -46,31 +46,36 @@
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- <div class="right">
|
|
|
|
- <div class="dsh-article-con">
|
|
|
|
- <div class="title-bar">
|
|
|
|
- <h3>{$class_name}</h3>
|
|
|
|
- </div>
|
|
|
|
- {notempty name="article"}
|
|
|
|
- <ul class="dsh-article-list">
|
|
|
|
|
|
+ </div>-->
|
|
|
|
+ <div class="right">
|
|
|
|
+ <div class="dsh-article-con">
|
|
|
|
+ <div class="title-bar">
|
|
|
|
+ <h3>{$class_name}</h3>
|
|
|
|
+ </div>
|
|
|
|
+ {notempty name="article"}
|
|
|
|
+ <div class="dsh-article-list clearfix">
|
|
{foreach name="article" item="article"}
|
|
{foreach name="article" item="article"}
|
|
- <li><i></i>
|
|
|
|
- <a {if $article.article_url !=""}target="_blank"{/if}
|
|
|
|
- href="{if $article.article_url !=""}{$article.article_url}{else /}{:url('Article/show',['article_id'=>$article.article_id])}{/if} ">
|
|
|
|
- {$article.article_title}
|
|
|
|
- </a>
|
|
|
|
- <time>{:date('Y-m-d H:i',$article.article_time)}</time>
|
|
|
|
- </li>
|
|
|
|
- {/foreach}
|
|
|
|
- </ul>
|
|
|
|
- {else /}
|
|
|
|
|
|
+ <div class="item">
|
|
|
|
+ <a {if $article.article_url !=""}target="_blank"{/if}
|
|
|
|
+ href="{if $article.article_url !=""}{$article.article_url}{else /}{:url('Article/show',['article_id'=>$article.article_id])}{/if} ">
|
|
|
|
+ {if $article.article_pic !=""}
|
|
|
|
+ <div class="img-anm"><img class="img" src="{:ds_get_pic(ATTACH_ARTICLE,$article.article_pic)}"></div>
|
|
|
|
+ {else /}
|
|
|
|
+ <img class="img" src="{$Think.HOME_SITE_ROOT}/images/zwt.jpg">
|
|
|
|
+ {/if}
|
|
|
|
+ <div class="title">{$article.article_title}</div>
|
|
|
|
+ </a>
|
|
|
|
+ <div class="time">{:date('Y-m-d H:i',$article.article_time)}</div>
|
|
|
|
+ </div>
|
|
|
|
+ {/foreach}
|
|
|
|
+ </div>
|
|
|
|
+ {else /}
|
|
<div>{$Think.lang.article_article_not_found}</div>
|
|
<div>{$Think.lang.article_article_not_found}</div>
|
|
- {/notempty}
|
|
|
|
- </div> <div class="tc mb20"> <div class="pagination"> {$show_page|raw} </div></div>
|
|
|
|
|
|
+ {/notempty}
|
|
|
|
+ </div> <div class="tc mb20"> <div class="pagination"> {$show_page|raw} </div></div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-</div>
|
|
|
|
|
|
|
|
<script src="{$Think.HOME_SITE_ROOT}/js/search_category_menu.js"></script>
|
|
<script src="{$Think.HOME_SITE_ROOT}/js/search_category_menu.js"></script>
|
|
<script>
|
|
<script>
|
|
@@ -78,7 +83,7 @@ $(function(){
|
|
$('#files').tree({
|
|
$('#files').tree({
|
|
expanded: 'li:lt(2)'
|
|
expanded: 'li:lt(2)'
|
|
});
|
|
});
|
|
-})
|
|
|
|
|
|
+})
|
|
</script>
|
|
</script>
|
|
|
|
|
|
{/block}
|
|
{/block}
|