westdc-zf1/application/default/views/scripts/water/meteo.phtml

36 lines
1.6 KiB
PHTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$this->headTitle($this->config->title->site);
$this->headTitle($this->config->title->data);
$this->headTitle()->setSeparator(' - ');
$this->headLink()->appendStylesheet('/css/water.css');
$this->breadcrumb('<a href="/">首页</a>');
$this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
$this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
$this->breadcrumb('气象水文观测');
$this->breadcrumb()->setSeparator(' > ');
?>
<div id='sidebar'>
<div id='leftnavi'>
<?= $this->partial('water/navi.phtml'); ?>
</div>
</div>
<div id='right'>
<div>&nbsp;</div>
<div id="intro">
<p>在黑河流域已有观测网络的基础上在3个重点试验区依据不同景观类型新建了7个自动气象站4套涡动相关2套大孔径闪烁仪。新建的观测系统和试验区已有的5个自动气象站 2套涡动相关8个业务气象站及34个气象区域站相配合在试验区如下图约23700 km<sup>2</sup> 的范围内形成了包括常规站、重点站和重点加强站三位一体的黑河中上游地区地面气象水文观测网以满足不同层次科学研究的需要。大部分观测站获取了2008年和2009年两个完整年度的资料部分台站观测数据有损失。</p>
<img src="/images/water/meteo.jpg" />
</div>
<hr />
<?php if ($this->metadata) : ?>
<?php echo $this->page->getNavigation(); ?>
<div id="mdlist">
<ol start="<?php echo $this->offset; ?>">
<?php foreach($this->metadata as $md) : ?>
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
<?php endforeach; ?>
</ol>
</div>
<?php endif; ?>
</div>