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

37 lines
1.6 KiB
PHTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 id="intro">
<p> 冰沟流域38°0138°04N100°12100°18E位于黑河上游东支二级支流上图5海拔34504400m平均为 3920m。流域面积30.48km2平均宽度3.59km植被分布面积19.82km2占流域总面积的65左右。气象场年平均气温-2.5℃,最低气温-30.8℃最高气温24.8℃,流域源头的年平均气温为-7℃。季节性积雪厚度约为0.5m最深达0.81.0m。多年冻土下界可能在 3400m左右。长期观测积雪、冻土、气象、植被等寒区水文变量与参数并开展地基微波辐射计和野外光谱仪等项目综合观测。
冰沟流域分布图如下。</p>
<img src="/images/water/arou.jpg" />
</div>
<hr />
<?php if ($this->metadata) : ?>
<?php echo $this->page->getNavigation(); ?>
<div id="mdlist">
<ol>
<?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>