添加项目支持信息的显示

This commit is contained in:
wlx 2010-06-21 10:15:18 +00:00
parent be4e6b5cf0
commit 5dbbb42595
1 changed files with 5 additions and 1 deletions

View File

@ -161,7 +161,7 @@ endforeach;
endforeach;
?>
</ol>
<?php endif; ?>
<?php endif; ?>
<h2>数据使用声明</h2>
<?php
if ($this->uselimits) :
@ -175,6 +175,10 @@ endforeach;
<p>英文发表的成果依据以下规范注明: The data set is provided by Environmental and Ecological Science Data Center for West China,National Natural Science Foundation of China (http://westdc.westgis.ac.cn)</p>
</p>
<?php endif; ?>
<?php if ($md->suppinfo) : ?>
<h2>项目支持信息</h2>
<p><?php echo '<p>'.str_replace(array("\r\n", "\n", "\r"),'</p><p>',$this->escape($md->suppinfo)).'</p>';?></p>
<?php endif; ?>
<?php if ($this->resources) : ?>
<h2>其他在线资源</h2>
<ul><?php foreach($this->resources as $link) : ?>