westdc-zf1/application/default/views/scripts/glacier/material.phtml

37 lines
1.7 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="/glacier/">'.$this->config->title->glacier.'</a>');
$this->breadcrumb('物质平衡观测数据');
$this->breadcrumb()->setSeparator(' > ');
?>
<div id='sidebar'>
<div id='leftnavi'>
<?= $this->partial('glacier/navi.phtml'); ?>
</div>
</div>
<div id='right'>
<div>&nbsp;</div>
<div id="intro">
<p>
冰川物质平衡观测网点分别在东支和西支冰川消融区表面布设从冰舌开始自下而上布设A—I等9个横剖面各横剖面一般在冰面上等距离布设3根测杆测点平均密度为29根/km2。近年来由于冰舌末端消融强烈以及退缩之故使得东支A剖面和西支A、B、C剖面的冰面地形变得越来越陡峻尤其西支东侧冰舌更是冰悬壁削冰裂隙密布涉及这些区域的冰面测杆的布设和观测行为都非常危险尤其是西支C剖面东侧冰面裂隙密布布设测杆和测杆观测的难度也越来越大这些断面测杆布设的数量亦因此减少到1个点到2个点西支C剖面。积累区资料以雪坑观测结果获得。
</p>
</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="/glacier/view/uuid/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
<?php endforeach; ?>
</ol>
</div>
<?php endif; ?>
</div>