2013-03-29 07:29:44 +00:00
|
|
|
|
<?php
|
|
|
|
|
$this->headTitle($this->config->title->site);
|
|
|
|
|
$this->headTitle('联系我们');
|
|
|
|
|
$this->headTitle()->setSeparator(' - ');
|
|
|
|
|
$this->headLink()->appendStylesheet('/css/about.css');
|
|
|
|
|
$this->breadcrumb('<a href="/">首页</a>');
|
|
|
|
|
$this->breadcrumb('<a href="/about">关于本站</a>');
|
|
|
|
|
$this->breadcrumb('联系我们');
|
|
|
|
|
$this->breadcrumb()->setSeparator(' > ');
|
|
|
|
|
?>
|
2018-02-11 04:19:40 +00:00
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="col-md-3 col-sm-12">
|
2013-03-29 07:29:44 +00:00
|
|
|
|
<?= $this->partial('about/navi.phtml'); ?>
|
|
|
|
|
</div>
|
2018-02-11 04:19:40 +00:00
|
|
|
|
<div class="col-md-9 col-sm-12">
|
|
|
|
|
<div id="content">
|
|
|
|
|
<h2>联系我们</h2>
|
|
|
|
|
<p>时空三极环境大数据平台</p>
|
|
|
|
|
<p>中国科学院寒区旱区环境与工程研究所</p>
|
|
|
|
|
<p>甘肃省兰州市东岗西路320号</p>
|
|
|
|
|
<p>邮编:730000</p>
|
|
|
|
|
<p>E-mail: westdc@lzb.ac.cn</p>
|
|
|
|
|
<p>电话: +86-931-4967287</p>
|
2013-03-29 07:29:44 +00:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2009-03-06 03:20:46 +00:00
|
|
|
|
</div>
|