-
-
- - <%= link_to l(:label_course_overview), project_path(@project), :class => link_class(:overview) %> - -
- - <%= link_to l(:label_homework), homework_project_path(@project), :class => link_class('Task') ,:project_type => 1 %> - -
- - <%= link_to l(:label_course_board), { :controller => 'boards', :action => 'index', :project_id => @project}, :class => link_class(:boards) %> - -
- - <%= link_to l(:label_course_file), project_files_path(@project), :class => link_class(:files)%> - -
- - <%= link_to l(:label_course_news), {:controller => 'news', :action => 'index', :project_id => @project}, :class => link_class(:news) %> - -
- - <%= link_to l(:label_course_feedback), project_feedback_path(@project), :class => link_class('Feedback')%> - - - <% if User.current.logged? && (User.current.admin? || (!Member.where('user_id = ? and project_id = ?', User.current.id, @project.id).first.nil? && (Member.where('user_id = ? and project_id = ?', User.current.id, @project.id).first.roles&Role.where('id = ? or id = ?', 7, 9)).size >0))%> - -
高校课程实践社区 | -<%= l(:label_user_location) %> : | -
-
- <%= form_tag(:controller => 'projects', :action => 'search', :method => :get) do %>
- <%= text_field_tag 'name', params[:name], :size => 20 %>
- <%= hidden_field_tag 'project_type', @project.project_type %>
- <%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
- <% end %>
-
- |
-
<%=link_to "forge.trustie.net/course", :controller => 'projects', :action => 'course' %> | -<%=link_to "主页", home_path %> > <%=link_to "实践课程", :controller => 'projects', :action => 'course' %> > <%=link_to @project.name, nil %> |
-