|
|
|
@ -27,11 +27,11 @@
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="info_font" style="width: 240px; color: #15bccf"">创新竞赛社区</td>
|
|
|
|
|
<td style="width: 350px; color: #15bccf""><strong>当前位置 : </strong></td>
|
|
|
|
|
<td rowspan="2" width="350px">
|
|
|
|
|
<td style="width: 430px; color: #15bccf""><strong>当前位置 : </strong></td>
|
|
|
|
|
<td rowspan="2" width="250px">
|
|
|
|
|
<div class="project-search">
|
|
|
|
|
<%= form_tag(:controller => 'bids', :action => 'contest', :method => :get) do %>
|
|
|
|
|
<%= text_field_tag 'name', params[:name], :size => 30 %>
|
|
|
|
|
<%= text_field_tag 'name', params[:name], :size => 20 %>
|
|
|
|
|
<%= hidden_field_tag 'reward_type', @bid.reward_type %>
|
|
|
|
|
<%= hidden_field_tag 'project_type', params[:project_type] %>
|
|
|
|
|
<%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
|
|
|
|
|