|
|
@@ -31,6 +31,11 @@
|
|
|
<div class="col-md-6">
|
|
|
<h2></h2>
|
|
|
<div class="input-group search">
|
|
|
+ <select id="searchType">
|
|
|
+ <option value="/portal/search/demand.html">需求</option>
|
|
|
+ <option value="/portal/search/achievement.html">技术</option>
|
|
|
+ <option value="/portal/search/subscriberUser.html">行家</option>
|
|
|
+ </select>
|
|
|
<input type="text" id="searchInput" class="form-control"> <span class="input-group-btn">
|
|
|
<button class="btn" id="achievementBtn" type="button">搜索</button>
|
|
|
</span>
|