2012-12-13 03:59:48 +00:00
|
|
|
<?php
|
|
|
|
$this->headTitle($this->config->title->site);
|
|
|
|
$this->headTitle($this->config->title->data);
|
|
|
|
$this->headTitle()->setSeparator(' - ');
|
|
|
|
$this->headLink()->appendStylesheet('/css/water.css');
|
2013-05-24 16:24:31 +00:00
|
|
|
$this->nav[] = array('link'=>"/water",'title'=>'黑河生态水文遥感试验');
|
2012-12-13 03:59:48 +00:00
|
|
|
?>
|
2013-05-24 16:24:31 +00:00
|
|
|
<?= $this->render('breadcrumbs.phtml'); ?>
|
2013-04-16 09:19:06 +00:00
|
|
|
<div class="row">
|
|
|
|
<div class="span3">
|
|
|
|
<?= $this->partial('hiwater/navi.phtml'); ?>
|
|
|
|
</div>
|
|
|
|
<div class="span9">
|
|
|
|
<div id="intro">
|
|
|
|
<h1><?php if(!empty($this->info['title'])) echo $this->info['title']; ?></h1>
|
|
|
|
<table>
|
|
|
|
<tr><td><?php if(!empty($this->info['body'])) echo $this->info['body'];?></td></tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
2012-12-13 03:59:48 +00:00
|
|
|
</div>
|