This commit is contained in:
parent
c1732f8c03
commit
d545517364
|
@ -26,10 +26,20 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css')
|
|||
<p class="font24 t_big1">NEWS</p>
|
||||
<img src="/static-sanjy-np/img/tie_suo.jpg" width="179" height="14">
|
||||
<ul class="in_list font14">
|
||||
<li><a href="/archives/news/localnews" class="active">平台新闻</a></li>
|
||||
<li><a href="/archives/news/localnews">今日三江源</a></li>
|
||||
<li><a href="/archives/news/localnews">物种监测</a></li>
|
||||
<li><a href="/archives/news/localnews">环境监测</a></li>
|
||||
<li>
|
||||
<?php
|
||||
if(count($this->types))
|
||||
{
|
||||
foreach($this->types as $k=>$v)
|
||||
{
|
||||
$haed = "";
|
||||
if(!empty($v[$this->deepField])) {$haed = str_repeat(' ',$v[$this->deepField]);}
|
||||
echo '<li><a href="'.$v['url'].'"><i class="icon-chevron-right"></i>'.$haed.$v['title'].'</a></li>';
|
||||
$haed = "";
|
||||
}
|
||||
}
|
||||
?>
|
||||
</li>
|
||||
</ul>
|
||||
<p><img src="/static-sanjy-np/img/map_img.jpg" width="183" height="174"></p>
|
||||
<div class="in_phone"><p class="y_1 color_3">02164057520</p><span class="y_2">欢迎您来电咨询</span></div>
|
||||
|
|
Loading…
Reference in New Issue