36 lines
1.5 KiB
PHTML
36 lines
1.5 KiB
PHTML
<?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> </div>
|
||
<div id="intro">
|
||
<p>为了对冰川编目结果进行验证并获得更多的冰川环境信息,项目开展了大量的野外考察。考察范围包括:祁连山、昆仑山-唐古拉山、喜马拉雅山、青藏高原腹地冰川考察、黄河源-念青唐古拉山中段北坡-喜马拉雅山中段。考察内容包括GPS测量、冰川厚度测量、冰川区地形摄影测量、冰川物质平衡测量、冰川区气象水文要素测量、冰湖水位和温度测量等。</p>
|
||
<img src="/images/glacier/field1.png" />
|
||
</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>
|