|
|
|
@ -66,7 +66,8 @@
|
|
|
|
|
<%= text_field_tag 'name', params[:name], :size => 20, :onkeyup => 'regexName1();', :width => "125px", :style=>"float:left" %>
|
|
|
|
|
<%= hidden_field_tag 'project_type', params[:project_type] %>
|
|
|
|
|
<%#= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
|
|
|
|
|
<a href="#" onclick="submitSerch();" class="ButtonColor m3p10" style="float:left;padding-top: 3px; margin: 0px;padding-bottom:0px;" >
|
|
|
|
|
<!--<a href="#" onclick="submitSerch();" class="ButtonColor" style="float:left;padding-top: 3px; margin: 0px;padding-bottom:0px; padding-left:8px;" >-->
|
|
|
|
|
<a href="#" onclick="submitSerch();" class="enterprise" style="padding-top: 3px; margin: 0px;padding-bottom:0px; margin-top: 1px; margin-left: 3px; background:#15bccf repeat">
|
|
|
|
|
<%= l(:label_search)%>
|
|
|
|
|
</a>
|
|
|
|
|
<br />
|
|
|
|
@ -80,7 +81,7 @@
|
|
|
|
|
<%=link_to l(:field_homepage), home_path %> >
|
|
|
|
|
<a href="http://<%= Setting.host_contest %>" class="link_other_item">
|
|
|
|
|
<%=l(:label_contests_management_platform)%>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</a> >
|
|
|
|
|
<span title="<%= @contest.name%>">
|
|
|
|
|
<%= link_to h(truncate(@contest.name, length: 20, omission: '...')), contest_contestnotifications_path(@contest) %>
|
|
|
|
|