|
|
@ -3,9 +3,9 @@
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td class="info_font" style="width: 240px; color: #15bccf">创新竞赛社区</td>
|
|
|
|
<td class="info_font" style="width: 240px; color: #15bccf">创新竞赛社区</td>
|
|
|
|
<td style="width: 430px; color: #15bccf"><strong><%= l(:label_user_location) %> : </strong></td>
|
|
|
|
<td style="width: 430px; color: #15bccf"><strong><%= l(:label_user_location) %> : </strong></td>
|
|
|
|
<td rowspan="2" width="250px">
|
|
|
|
<td rowspan="2" width="300px">
|
|
|
|
<div class="project-search" style="float: right">
|
|
|
|
<div class="project-search" style="float: right">
|
|
|
|
<%= text_field_tag 'name', params[:name], :size => 30 %>
|
|
|
|
<%= text_field_tag 'name', params[:name], :size => 25 %>
|
|
|
|
<%= hidden_field_tag 'project_type', params[:project_type] %>
|
|
|
|
<%= 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 => nil %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|