westdc-zf1/application/default/views/scripts/about/contact.phtml

26 lines
943 B
PHTML
Executable File
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->headTitle()->setSeparator(' - ');
$this->headLink()->appendStylesheet('/css/about.css');
$this->breadcrumb('<a href="/">首页</a>');
$this->breadcrumb('<a href="/about">关于本站</a>');
$this->breadcrumb('联系我们');
$this->breadcrumb()->setSeparator(' > ');
?>
<div class="container">
<div class="col-md-3 col-sm-12">
<?= $this->partial('about/navi.phtml'); ?>
</div>
<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>
</div>
</div>
</div>