首页数据集添加icon图标。

This commit is contained in:
Li Heng 2014-03-11 09:07:55 +00:00
parent cead22006a
commit da489a7d58
1 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
<h4 class="box-title">青海湖数据集</h4>
<ul>
<?php foreach($this->qinghaihu as $k=>$v){ ?>
<li><a href="<?= $v['url'] ?>"target="new"><?= $v['title'] ?></a></li>
<li><a href="<?= $v['url'] ?>"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>
@ -58,7 +58,7 @@
<h4 class="box-title">热门数据集</h4>
<ul>
<?php foreach($this->metadata as $k=>$v){ ?>
<li><a href="<?= $v['url'] ?>"target="new"><?= $v['title'] ?></a></li>
<li><a href="<?= $v['url'] ?>"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>
@ -71,7 +71,7 @@
<h4 class="box-title">三江源数据集</h4>
<ul>
<?php foreach($this->sanjiangyuan as $k=>$v){ ?>
<li><a href="<?= $v['url'] ?>"target="new"><?= $v['title'] ?></a></li>
<li><a href="<?= $v['url'] ?>"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>