<%= render_menu :bid_menu %>
<% end %>
<%= yield %>
<%= call_hook :view_layouts_base_content %>
<%=l(:label_contest_innovate_community)%> | <%= l(:label_user_location) %> : |
<%= form_tag({:controller => 'bids', :action => 'contest'}, :id => "contest_search_form",:method => :get) do %>
<%= text_field_tag 'name', params[:name], :size => 20 %>
<%= hidden_field_tag 'reward_type', @bid.reward_type %>
<%= hidden_field_tag 'project_type', params[:project_type] %>
<%= l(:label_search)%>
<%#= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
<% end %>
|
<%=link_to l(:field_homepage), home_path %> > <%= l(:label_contest_innovate)%> > <%= link_to @bid.name, bid_path %> |
<% if display_main_menu?(@bid) %>
<%=render :partial => 'layouts/base_footer'%>