@ -26,71 +26,62 @@
<div id="main">
<!--added by huang-->
<div class="top-content">
<% @project = Project.find_by_id(@project.id) %>
<% @course = Course.find_by_extra(@project.identifier) %>
<table>
<tr>
<td class="info_font" style="width: 240px; color: #15bccf">高校课程实践社区</td>
<td style="color: #15bccf"><strong><%= l(:label_user_location) %> : </strong></td>
<td rowspan="2" width="250px">
<div class="top-content-search">
<%= form_tag(:controller => 'project s', :action => 'search', :method => :get) do %>
<%= form_tag(:controller => 'course s', :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 %>
</div>
</td>
</tr>
<tr>
<td style="padding-left: 8px"><%= link_to request.host()+"/course", :controller => 'project s', :action => 'course' %></td>
<td style="padding-left: 8px"><%= link_to request.host()+"/course", :controller => 'course s', :action => 'course' %></td>
<td><p class="top-content-list"><%= link_to "主页", home_path %>
> <%= link_to l(:label_course_practice), :controller => 'project s', :action => 'course' %>
> <%= link_to @project .name, nil %></p></td>
> <%= link_to l(:label_course_practice), :controller => 'course s', :action => 'course' %>
> <%= link_to @course .name, nil %></p></td>
</tr>
</table>
</div>
<!-- end -->
<!--project page-->
<!--course page-->
<div id="sidebar">
<div class="spaceleft">
<!--informations-->
<div class="inf_user_image">
<% @project = Project.find_by_id(@project.id) %>
<% @course = Course.find_by_extra(@project.identifier) %>
<table>
<tr>
<td valign="top">
<% if (@project.project_type==1) %>
<% if get_avatar?(@project) %>
<%= image_tag(url_to_avatar(@project), :class => "avatar2") %>
<% else %>
<%= link_to image_tag('../images/avatars/Project/course.jpg', :class => "avatar2"), project_path(@project) %>
<% end %>
<% if get_avatar?(@course) %>
<%= image_tag(url_to_avatar(@course), :class => "avatar2") %>
<% else %>
<%= image_tag(url_to_avatar(@project), :class => "avatar2" ) %>
<% end %> </td>
<%= link_to image_tag('../images/avatars/course/course.jpg', :class => "avatar2"), course_path(@course) %>
<% end %>
<td>
<table>
<tr>
<td class="info-course"><%= @project .name %></td>
<td class="info-course"><%= @course .name %></td>
</tr>
<tr>
<td align="center">
<div id="join_in_course">
<% if User.current.logged? %>
<% if @course.teacher.id == User.current.id %>
<%= link_to l(:label_course_modify_settings), {:controller => 'projects', :action => 'settings', :id => @project } %>
<%= render :partial => 'courses/set_course_time', :locals => {:project => @project } %>
<%= link_to l(:label_course_modify_settings), {:controller => 'courses', :action => 'settings', :id => @course } %>
<%= render :partial => 'courses/set_course_time', :locals => {:course => @course } %>
<% else %>
<%= join_in_course(@project , User.current) %>
<%= join_in_course(@course , User.current) %>
<% end %>
<% unless User.current.member_of?(@project ) %>
<% unless User.current.member_of?(@course ) %>
<!-- <%= image_tag "/images/fav.png" %> -->
<div style="padding-right: 10px">
<span class="icon-fav icon"></span><span>
<%= watcher_link(@project , User.current) %></span></div>
<%= watcher_link(@course , User.current) %></span></div>
<% end %>
<% end %>
</div>
@ -107,34 +98,34 @@
<table width="240" border="0">
<tr align="center" width="80px">
<% files_count = @project .attachments.count %>
<% @project .versions.each do |version| %>
<% files_count = @course .attachments.count %>
<% @course .versions.each do |version| %>
<% files_count += version.attachments.count %>
<% end %>
<td class="font_index">
<!-- 1 教师; 2 学生; 0 全部-->
<% if User.current.member_of?(@project ) %>
<%= link_to "#{teacherCount(@project)}", project_member_path(@project , :role => 1), :course => '1' %>
<% if User.current.member_of?(@course ) %>
<%= link_to "#{teacherCount(@course)}", course_member_path(@course , :role => 1), :course => '1' %>
<% else %>
<span><%= teacherCount(@project)%></span> <!--<%= link_to "#{teacherCount(@project )}", "javascript:void(0)", :course => '1' %>-->
<span><%= teacherCount(@course)%></span> <!--<%= link_to "#{teacherCount(@course )}", "javascript:void(0)", :course => '1' %>-->
<% end%>
</td>
<td class="font_index">
<% if User.current.member_of?(@project ) %>
<%= link_to "#{studentCount(@project)}", project_member_path(@project , :role => 2), :course => '1' %>
<% if User.current.member_of?(@course ) %>
<%= link_to "#{studentCount(@course)}", course_member_path(@course , :role => 2), :course => '1' %>
<% else %>
<span><%= studentCount(@project )%></span>
<span><%= studentCount(@course )%></span>
<% end %>
</td>
<td class="font_index"><%= link_to files_count, project_files_path(@project ) %></td>
<td class="font_index"><%= link_to files_count, course_files_path(@course ) %></td>
<tr class="font_aram">
<td align="center" width="80px" id="teacherCount">
<!-- %= l(:label_x_base_courses_member, :count => @project .members.count) % -->
<%= l(:label_x_base_courses_teacher, :count => teacherCount(@project )) %>
<!-- %= l(:label_x_base_courses_member, :count => @course .members.count) % -->
<%= l(:label_x_base_courses_teacher, :count => teacherCount(@course )) %>
</td>
<td align="center" width="80px" id="studentCount">
<%= l(:label_x_base_courses_student, :count => studentCount(@project )) %>
<%= l(:label_x_base_courses_student, :count => studentCount(@course )) %>
<!-- %= l(:label_x_course_data, :count => files_count) % -->
</td>
<td align="center" width="80px">
@ -196,22 +187,22 @@
<!--description-->
<div class="inf_user_context">
<div class="font_title_left">
<%= l(:label_project _overview) %>
<%= l(:label_course _overview) %>
</div>
<div style="padding-bottom: 8px">
<% if @project .description.size>0 %>
<% if @course .description.size>0 %>
<div class="font_lighter_sidebar">
<%= textilizable @project .description %>
<%= textilizable @course .description %>
</div>
<% else %>
<div class="font_lighter_sidebar">
<%= l(:label_course_description_no) %>
</div>
<% end %>
<div class="created_on_project ">
<strong style="color: #068d9c"><%= l(:label_create_time) %>: </strong><%= format_time(@project .created_on) %>
<div class="created_on_course ">
<strong style="color: #068d9c"><%= l(:label_create_time) %>: </strong><%= format_time(@course .created_on) %>
</div>
</div>
<div class="user_underline"></div>
@ -222,7 +213,7 @@
<!-- added by william -for tag -->
<div class="user_tags">
<div id="tags">
<%= render :partial => 'tags/tag', :locals => {:obj => @project , :object_flag => "2"} %>
<%= render :partial => 'tags/tag', :locals => {:obj => @course , :object_flag => "2"} %>
</div>
</div>
</div>
@ -234,25 +225,25 @@
<div class="tabs_new">
<ul>
<li>
<%= link_to l(:label_course_overview), project_path(@project ), :class => link_class(:overview) %>
<%= link_to l(:label_course_overview), course_path(@course ), :class => link_class(:overview) %>
</li>
<li>
<%= link_to l(:label_homework), homework_project_path(@project), :class => link_class(:homework), :project _type => 1 %>
<%= link_to l(:label_homework), homework_course_path(@course), :class => link_class(:homework), :course _type => 1 %>
</li>
<li>
<%= link_to l(:label_course_file), project_files_path(@project ), :class => link_class(:files) %>
<%= link_to l(:label_course_file), course_files_path(@course ), :class => link_class(:files) %>
</li>
<li>
<%= link_to l(:label_course_news), {:controller => 'news', :action => 'index', :project_id => @project }, :class => link_class(:news) %>
<%= link_to l(:label_course_news), {:controller => 'news', :action => 'index', :course_id => @course }, :class => link_class(:news) %>
</li>
<li>
<%= link_to l(:label_course_board), {:controller => 'boards', :action => 'index', :project_id => @project }, :class => link_class(:boards) %>
<%= link_to l(:label_course_board), {:controller => 'boards', :action => 'index', :course_id => @course }, :class => link_class(:boards) %>
</li>
<li>
<%= link_to l(:label_course_feedback), project_feedback_path(@project ), :class => link_class(:feedback) %>
<%= link_to l(:label_course_feedback), course_feedback_path(@course ), :class => link_class(:feedback) %>
</li>
<!-- <li><%= link_to(l(:label_course_repository), {:controller => 'repositories', :action => 'show', :id => @project , :repository_id => nil, :path => nil, :rev => nil, :course => 1}) %></li> -->
<% 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)) %>
<!-- <li><%= link_to(l(:label_course_repository), {:controller => 'repositories', :action => 'show', :id => @course , :repository_id => nil, :path => nil, :rev => nil, :course => 1}) %></li> -->
<% if User.current.logged? && (User.current.admin? || (!Member.where('user_id = ? and course_id = ?', User.current.id, @course.id).first.nil? && (Member.where('user_id = ? and course_id = ?', User.current.id, @course .id).first.roles&Role.where('id = ? or id = ?', 7, 9)).size >0)) %>
<% end %>
</ul>