|
|
|
@ -131,12 +131,12 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!--搜索框-->
|
|
|
|
|
<div id="J_Slide" class="d-p-index-box d-p-index-hotproject" style="float: right;">
|
|
|
|
|
<%= form_tag({controller: 'contests', action: 'index'}, method: :get) do %>
|
|
|
|
|
<div id="J_Slide" class="d-p-index-box d-p-index-hotproject" style="float: right;">
|
|
|
|
|
<%= form_tag({controller: :welcome, action: :search }, method: :get) do %>
|
|
|
|
|
<%= text_field_tag 'name', params[:name], :placeholder => l(:label_search_intimation), name: "name", :class => 'blueinputbar', :style => 'width:240px; padding-right:50px;'%>
|
|
|
|
|
|
|
|
|
|
<%= hidden_field_tag 'project_type', params[:project_type] %>
|
|
|
|
|
<%= submit_tag l(:label_search), :class => "enterprise" , :name => nil%>
|
|
|
|
|
<%= submit_tag l(:label_search), :class => "enterprise", :name => "contests_search" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<!-- <div class='font_lighter' style="display: inline-block; margin-top:3px;">竞赛相关内容搜索,如竞赛题目,参赛题目,参赛人名等。</div> -->
|
|
|
|
|
</div>
|
|
|
|
|