首页数据集链接指向由数据提供网站页修改为生态综合数据网元数据详细展示页面。

This commit is contained in:
Li Heng 2014-03-13 07:31:07 +00:00
parent 8b23597696
commit 6eb5d8645c
1 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@
<ul>
<?php foreach($this->qinghaihu as $k=>$v){ ?>
<li><a href="<?= $v['url'] ?>"target="new"><i class="icon-hand-right"></i>&nbsp;<?= $v['title'] ?></a></li>
<li><a href="<?= $this->url('data/view',array('uuid'=>$v['uuid'])) ?>"target="new"><i class="icon-hand-right"></i>&nbsp;<?= $v['title'] ?></a></li>
<?php } ?>
<span class="pull-right" style="color:#000000; font-size:9px;"><a href="/data/unit/青海湖国家级自然保护区管理局" target="_blank" class="more">更多>></a></span>
@ -59,7 +59,7 @@
<h4 class="box-title">热门数据集</h4>
<ul>
<?php foreach($this->metadata as $k=>$v){ ?>
<li><a href="<?= $v['url'] ?>"target="new"><i class="icon-hand-right"></i>&nbsp;<?= $v['title'] ?></a></li>
<li><a href="<?= $this->url('data/view',array('uuid'=>$v['uuid'])) ?>"target="new"><i class="icon-hand-right"></i>&nbsp;<?= $v['title'] ?></a></li>
<?php } ?>
<span class="pull-right" style="color:#000000; font-size:9px;"><a href="/data/browse" target="_blank" class="more">更多>></a></span>
@ -72,7 +72,7 @@
<h4 class="box-title">三江源数据集</h4>
<ul>
<?php foreach($this->sanjiangyuan as $k=>$v){ ?>
<li><a href="<?= $v['url'] ?>"target="new"><i class="icon-hand-right"></i>&nbsp;<?= $v['title'] ?></a></li>
<li><a href="<?= $this->url('data/view',array('uuid'=>$v['uuid'])) ?>"target="new"><i class="icon-hand-right"></i>&nbsp;<?= $v['title'] ?></a></li>
<?php } ?>
<span class="pull-right" style="color:#000000; font-size:9px;"><a href="/data/browse" target="_blank" class="more">更多>></a></span>