This commit is contained in:
wlx 2013-11-15 14:47:36 +00:00
parent 2bc695660b
commit 9512051737
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ $this->headLink()->appendStylesheet('/css/colorbox.css');
}
if (!empty($this->paper['ris'])) :
echo ' <a href="/service/ris/id/'.$this->paper['id'].'">RIS下载</a>';
echo ' <a href="/service/ris/id/'.$this->paper['id'].'"><i class="icon-download text-success"></i>RIS下载</a>';
endif;
?>
<a href="javascript:;" onclick="showdata('<?php echo $this->paper['id'];?>',0)"><i class="icon-external-link text-success"></i>相关数据(共<span id="referenceDataCount"></span>条)</a>