26 lines
1.5 KiB
PHTML
26 lines
1.5 KiB
PHTML
<div class="sidebar-nav bs-review-nav">
|
|
<ul class="nav nav-list bs-review-sidenav">
|
|
<li id="Nav-knowledge-index"><a href="/knowledge/"><i class="icon-chevron-right"></i>介绍</a></li>
|
|
<li id="Nav-knowledge-westplan"><a href="/knowledge/westplan"><i class="icon-chevron-right"></i>西部计划文献库</a></li>
|
|
<li id="Nav-knowledge-author"><a href="/knowledge/author"><i class="icon-chevron-right"></i>数据作者文献库</a></li>
|
|
<li id="Nav-knowledge-user"><a href="/knowledge/user"><i class="icon-chevron-right"></i>数据用户文献库</a></li>
|
|
<li id="Nav-knowledge-datacenter"><a href="/knowledge/datacenter"><i class="icon-chevron-right"></i>数据中心文献库</a></li>
|
|
</ul>
|
|
</div>
|
|
<form class="form-search" id="search" enctype="application/x-www-form-urlencoded" action="/knowledge/search" method="get">
|
|
<div class="input-append">
|
|
<input class="span2" id="q" name="q" type="text" value="<?php echo (empty($this->key))?'':$this->key; ?>" placeholder="搜索作者和标题">
|
|
<button type="submit" class="btn">搜索</button>
|
|
<div class="form-actions">
|
|
<label class="radio">
|
|
<input type="radio" name="searchsource" id="datasource" value="datasource" <?php echo ($this->source=='datasource')?'checked':''; ?>>
|
|
数据文献库
|
|
</label>
|
|
<label class="radio">
|
|
<input type="radio" name="searchsource" id="westsource" value="westsource" <?php echo ($this->source=='datasource')?'':'checked'; ?>>
|
|
西部计划文献库
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</form>
|