|
|
@@ -3,8 +3,9 @@
|
|
|
|
|
|
|
|
|
<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="title">
|
|
|
<h3>{$Think.lang.article_article_article_class}</h3>
|
|
|
@@ -47,10 +48,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ -->
|
|
|
<div class="right">
|
|
|
<div class="dsh-article-con">
|
|
|
<div class="title-bar">
|
|
|
- <h3>{$class_name}</h3>
|
|
|
+ <h3>{$class_name}---{$class_id}</h3>
|
|
|
</div>
|
|
|
{notempty name="article"}
|
|
|
<ul class="dsh-article-list">
|
|
|
@@ -58,7 +60,8 @@
|
|
|
<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}
|
|
|
+ {if $article.article_pic !=""}<img src="{$article.article_pic}">{/if}
|
|
|
+ <div class="title">{$article.article_title}</div>
|
|
|
</a>
|
|
|
<time>{:date('Y-m-d H:i',$article.article_time)}</time>
|
|
|
</li>
|
|
|
@@ -78,7 +81,7 @@ $(function(){
|
|
|
$('#files').tree({
|
|
|
expanded: 'li:lt(2)'
|
|
|
});
|
|
|
-})
|
|
|
+})
|
|
|
</script>
|
|
|
|
|
|
{/block}
|