名称修正
This commit is contained in:
parent
e69fb93f37
commit
b480e7ed15
|
@ -6,7 +6,7 @@ $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('自动气象站观测');
|
||||
$this->breadcrumb()->setSeparator(' > ');
|
||||
?>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ $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('业务水文站观测');
|
||||
$this->breadcrumb()->setSeparator(' > ');
|
||||
?>
|
||||
|
||||
|
|
|
@ -21,13 +21,13 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li><a href="/water/meteo">气象水文观测</a>
|
||||
<ul><li><a href="/water/autometeo">自动气象站</a></li>
|
||||
<ul><li><a href="/water/autometeo">自动气象站观测</a></li>
|
||||
<li><a href="/water/ec">涡动相关观测</a></li>
|
||||
<li><a href="/water/las">大孔径闪烁仪观测</a></li>
|
||||
<li><a href="/water/normalmeteo">常规业务气象站</a></li>
|
||||
<li><a href="/water/regionalmeteo">区域气象站</a></li>
|
||||
<li><a href="/water/normalmeteo">业务气象站观测</a></li>
|
||||
<li><a href="/water/regionalmeteo">区域气象站观测</a></li>
|
||||
<li><a href="/water/doppler">降水观测</a></li>
|
||||
<li><a href="/water/hydro">水文站</a></li>
|
||||
<li><a href="/water/hydro">业务水文站观测</a></li>
|
||||
<li><a href="/water/airsounding">探空观测</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
|
@ -6,7 +6,7 @@ $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('业务气象站观测');
|
||||
$this->breadcrumb()->setSeparator(' > ');
|
||||
?>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ $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('区域气象站观测');
|
||||
$this->breadcrumb()->setSeparator(' > ');
|
||||
?>
|
||||
|
||||
|
|
|
@ -3,13 +3,14 @@ $this->headTitle($this->config->title->site);
|
|||
$this->headTitle($this->config->title->data);
|
||||
$this->headTitle('时间轴导航');
|
||||
$this->headTitle()->setSeparator(' - ');
|
||||
$this->headLink()->appendStylesheet('/css/metadata.css');
|
||||
$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(' > ');
|
||||
$this->headScript()->appendFile('/js/timeline_var.js');
|
||||
$this->headScript()->appendFile('/js/timeline_js/timeline-api.js');
|
||||
$this->headScript()->appendFile('/js/watertime.js');
|
||||
?>
|
||||
<div id="tl" class="timeline-default" style="clear:left;height: 400px;"> </div>
|
||||
<div id="tl" class="timeline-default" style="clear:left;height:600px;"> </div>
|
Loading…
Reference in New Issue