16 lines
1.1 KiB
PHTML
16 lines
1.1 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>Introduction</a></li>
|
|
<li id="Nav-knowledge-user"><a href="/knowledge/user"><i class="icon-chevron-right"></i>Cited By</a></li>
|
|
<li id="Nav-knowledge-author"><a href="/knowledge/author"><i class="icon-chevron-right"></i>Published by Authors</a></li>
|
|
<li id="Nav-knowledge-water"><a href="/knowledge/water"><i class="icon-chevron-right"></i>Related with WATER</a></li>
|
|
<li id="Nav-knowledge-datacenter"><a href="/knowledge/datacenter"><i class="icon-chevron-right"></i>Published by CARD</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="Search title and author">
|
|
<button type="submit" class="btn">Search</button>
|
|
</div>
|
|
</form>
|