|
|
|
@ -46,9 +46,7 @@
|
|
|
|
|
<%= text_field_tag 'name', params[:name], :size => 30, :onkeyup => 'regexName1();', :width => "125px" %>
|
|
|
|
|
<%= hidden_field_tag 'project_type', params[:project_type] %>
|
|
|
|
|
<%#= submit_tag l(:label_search), :class => "enterprise", :name => "contests_search" %>
|
|
|
|
|
<a href="#" onclick="submitSerch();" class="ButtonColor m3p10" style="padding-top: 7px !important;">
|
|
|
|
|
<%= l(:label_search)%>
|
|
|
|
|
</a>
|
|
|
|
|
<%= submit_tag l(:label_search), :class => "enterprise", :name => "contests_search" %>
|
|
|
|
|
<br />
|
|
|
|
|
<span id="contest_name_span_head"></span>
|
|
|
|
|
</div>
|
|
|
|
|