remove some unused word.
This commit is contained in:
parent
fc689a66f2
commit
103c5dd552
|
@ -33,17 +33,6 @@ doi:10.1029/2008JD011590. <a href="/images/water/water_02.pdf">下载</a>
|
|||
<p>王建,车涛,张立新,晋锐,王维真,李新,梁继,郝小华,李弘毅,吴月茹。
|
||||
黑河流域上游寒区水文遥感-地面同步观测试验介绍。冰川冻土,2009, 31(2): 189-197. <a href="/images/water/water_03.pdf">下载</a>
|
||||
</p>
|
||||
<h3>设计文档</h3>
|
||||
</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>
|
||||
<h3>设计文档</h3>
|
||||
</div>
|
|
@ -18,9 +18,9 @@ $this->breadcrumb()->setSeparator(' > ');
|
|||
<ul><form id="search" enctype="application/x-www-form-urlencoded" action="/water/search" method="post">
|
||||
<li><input type="text" name="q" id="q" value="输入关键词搜索标题和摘要" onfocus="myfocus(this);" onblur="myblur(this);"></li>
|
||||
<li><input type="submit" name="submit" id="submit" value="搜索"></li>
|
||||
<li><button type="button" onclick="show('keyword');return false;">试验数据的关键词列表</button></li>
|
||||
<li><button class="float" type="button" onclick="location.href='/water/timeline'">试验数据的时间轴导航</button></li>
|
||||
<li><button class="float" type="button" onclick="location.href='/water/timemap'">试验数据的时空联合导航</button></li>
|
||||
<li><button type="button" onclick="show('keyword');return false;">关键词导航</button></li>
|
||||
<li><button class="float" type="button" onclick="location.href='/water/timeline'">时间轴导航</button></li>
|
||||
<li><button class="float" type="button" onclick="location.href='/water/timemap'">时空联合导航</button></li>
|
||||
</form>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue