修复pointOfContact错误

This commit is contained in:
wlx 2010-01-01 14:10:30 +00:00
parent da4bae105f
commit 39a9ae5372
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ else
<h2>联系人</h2> <h2>联系人</h2>
<ul> <ul>
<?php <?php
$party_zh=array('resourceProvider'=>'资源提供者','custodian'=>'维护者','owner'=>'拥有者','user'=>'用户','distributor'=>'分发者','originator'=>'创建者','poinrOfContact'=>'联系人','principalInvestigator'=>'调查者','processor'=>'处理者','publisher'=>'发布者','author'=>'元数据作者'); $party_zh=array('resourceProvider'=>'资源提供者','custodian'=>'维护者','owner'=>'拥有者','user'=>'用户','distributor'=>'分发者','originator'=>'创建者','pointOfContact'=>'联系人','principalInvestigator'=>'调查者','processor'=>'处理者','publisher'=>'发布者','author'=>'元数据作者');
foreach($this->authors as $author) : foreach($this->authors as $author) :
?> ?>
<li title="<?php echo $author['organisation'];?>"><?php echo $party_zh[$author['role']]; ?><strong><?php echo $author['individual']; ?></strong></li> <li title="<?php echo $author['organisation'];?>"><?php echo $party_zh[$author['role']]; ?><strong><?php echo $author['individual']; ?></strong></li>