更新数据查看页面

This commit is contained in:
wlx 2010-06-27 23:58:09 +00:00
parent 2e36a390f0
commit 5444187689
1 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ else
<div id='map'></div> <div id='map'></div>
<div id="authors"> <div id="authors">
<h2>联系人</h2> <h2>元数据相关信息</h2>
<ul> <ul>
<?php <?php
$party_zh=array('resourceProvider'=>'资源提供者','custodian'=>'维护者','owner'=>'拥有者','user'=>'用户','distributor'=>'数据服务联系人','originator'=>'创建者','pointOfContact'=>'联系人','principalInvestigator'=>'数据调查与处理者','processor'=>'处理者','publisher'=>'元数据发布者','author'=>'元数据作者'); $party_zh=array('resourceProvider'=>'资源提供者','custodian'=>'维护者','owner'=>'拥有者','user'=>'用户','distributor'=>'数据服务联系人','originator'=>'创建者','pointOfContact'=>'联系人','principalInvestigator'=>'数据调查与处理者','processor'=>'处理者','publisher'=>'元数据发布者','author'=>'元数据作者');
@ -198,7 +198,7 @@ endforeach;
</div> </div>
<hr /> <hr />
<div id="comment"> <div id="comments">
<h2>数据评论</h2> <h2>数据评论</h2>
<div id="allcomments"> <div id="allcomments">
</div> </div>
@ -228,7 +228,7 @@ function reportError(request)
</script> </script>
<?php echo $this->commentForm; ?> <?php echo $this->commentForm; ?>
</div> </div>
-->
</div> </div>