delete runoff.phtml
This commit is contained in:
parent
39f88bef4c
commit
a127980cc4
|
@ -1,33 +0,0 @@
|
||||||
<?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="/water/">黑河综合遥感联合试验</a>');
|
|
||||||
$this->breadcrumb('径流观测');
|
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
|
||||||
?>
|
|
||||||
|
|
||||||
<div id='sidebar'>
|
|
||||||
<div id='leftnavi'>
|
|
||||||
<?= $this->partial('water/navi.phtml'); ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id='right'>
|
|
||||||
<div id="intro">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<?php if ($this->metadata) : ?>
|
|
||||||
<?php echo $this->page->getNavigation(); ?>
|
|
||||||
<div id="mdlist">
|
|
||||||
<ol>
|
|
||||||
<?php foreach($this->metadata as $md) : ?>
|
|
||||||
<li><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $md['title']; ?></a></li>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
Loading…
Reference in New Issue