改变关键词链接地址到water
This commit is contained in:
parent
f9897d2156
commit
c12be9a74c
|
@ -20,9 +20,9 @@ $this->breadcrumb()->setSeparator(' > ');
|
|||
<p>试验区内常规业务气象站观测的逐日气象资料从中国气象科学数据共享网:(http://cdc.cma.gov.cn)获取。</p>
|
||||
<p>试验区内甘肃省常规业务气象站观测的6时气象资料从甘肃省气象局信息中心获取。</p>
|
||||
</div>
|
||||
<hr />
|
||||
<?php if ($this->metadata) : ?>
|
||||
<?php echo $this->page->getNavigation(); ?>
|
||||
<hr />
|
||||
<div id="mdlist">
|
||||
<ol start="<?php echo $this->offset; ?>">
|
||||
<?php foreach($this->metadata as $md) : ?>
|
||||
|
|
|
@ -22,7 +22,7 @@ if ($md->title_en) echo '<br />'.$this->escape($md->title_en);?>
|
|||
<div id="ItemSummary">
|
||||
<div id="category">
|
||||
<ul><?php foreach($this->category as $cat): ?>
|
||||
<li><a href="/data/category/code/<?php echo $cat['code'];?>"><?php echo $this->escape($cat['name_zh']);?></a></li>
|
||||
<li><a href="/water/category/code/<?php echo $cat['code'];?>"><?php echo $this->escape($cat['name_zh']);?></a></li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -38,12 +38,12 @@ foreach($this->keys as $cg) :
|
|||
$i=0;
|
||||
endif;
|
||||
if ($i==0) echo '<div id="'.$cg['keytype'].'"><ul>';
|
||||
echo '<li><a href="/data/tag/key/'.urlencode($cg['keyword']).'">'.$cg['keyword'].'</a></li>';
|
||||
echo '<li><a href="/water/tag/key/'.urlencode($cg['keyword']).'">'.$cg['keyword'].'</a></li>';
|
||||
endforeach;
|
||||
echo '</ul></div>';
|
||||
?>
|
||||
|
||||
|
||||
<!--
|
||||
<?php if ($this->series): ?>
|
||||
<div id="series">
|
||||
<ul><?php foreach($this->series as $serie): ?>
|
||||
|
@ -52,7 +52,7 @@ echo '</ul></div>';
|
|||
</ul>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
-->
|
||||
<ul id=OtherInfo>
|
||||
<li id="filesize">数据大小:<?php echo $md->filesize; ?>MB</li>
|
||||
<?php if ($md->fileformat) : ?>
|
||||
|
@ -232,7 +232,7 @@ function reportError(request)
|
|||
</script>
|
||||
<?php echo $this->commentForm; ?>
|
||||
</div>
|
||||
-->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue