<% @nav_dispaly_course_all_label = 1 @nav_dispaly_forum_label = 1 @nav_dispaly_course_label = nil @nav_dispaly_store_all_label = 1 %> <%=h html_title %> <%= csrf_meta_tag %> <%= favicon %> <%= stylesheet_link_tag 'jquery/jquery-ui-1.9.2', 'application', 'nyan', :media => 'all' %> <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %> <%= javascript_heads %> <%= heads_for_theme %> <%= javascript_include_tag "attachments" %> <%= call_hook :view_layouts_base_html_head %> <%= yield :header_tags -%> <% course = @bid.courses.first %> <% if course %>
<%= render :partial => 'layouts/base_header' %>
<%= l(:label_courses_community)%> <%= l(:label_user_location) %> :

<%= link_to "主页", home_path %> > <%=l(:label_course_practice) %> > <%= link_to(course.name.to_s, homework_course_path(course)) if course %> > <%= link_to(@bid.name, course_for_bid_path(@bid)) %>

<%= yield %> <%= call_hook :view_layouts_base_content %>
<%= render :partial => 'layouts/base_footer' %>
<%= call_hook :view_layouts_base_body_bottom %> <% end %>