修改特色新闻的摘要展示;修改黑河计划专题的名称
This commit is contained in:
parent
dac4e4e27c
commit
57513d83a2
|
@ -48,7 +48,7 @@
|
|||
|
||||
<div class="title">专题数据集</div>
|
||||
<ul>
|
||||
<li class="item"><a href="/heihe">黑河计划数据整理服务</a></li>
|
||||
<li class="item"><a href="/heihe">黑河计划数据管理中心</a></li>
|
||||
<li class="item"><a href="/water">黑河综合遥感联合试验</a></li>
|
||||
</ul>
|
||||
<div class="title">数据导航</div>
|
||||
|
@ -111,8 +111,8 @@
|
|||
echo '<div class="slide">'.
|
||||
'<div class="thumb"><img src="'.$v['image'].'" /></div>'.
|
||||
'<div class="content">'.
|
||||
'<div class="description"><h2><a href="'.$v['url'].'">'.$v['title'].'</a><span>['.date("Y-m-d",strtotime($v['ts_published'])).']</span></h2>'.
|
||||
''.$v['description'].'</div>'.
|
||||
'<div class="description"><h2><a href="'.$v['url'].'" title="'.$v['description'].'">'.$v['title'].'</a><span>['.date("Y-m-d",strtotime($v['ts_published'])).']</span></h2>'.
|
||||
'</div>'.
|
||||
'</div>'.
|
||||
'</div>';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue