|
|
|
@ -38,8 +38,7 @@
|
|
|
|
|
<% @course = Course.find_by_extra(@project.identifier)%>
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<% if(@project.project_type==1)%>
|
|
|
|
|
<td> <% if(@project.project_type==1)%>
|
|
|
|
|
|
|
|
|
|
<% if get_avatar?(@project)%>
|
|
|
|
|
<%= link_to image_tag(url_to_avatar(@project), :class => "avatar2"), project_path(@project) %>
|
|
|
|
@ -48,16 +47,13 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= link_to image_tag(url_to_avatar(@project), :class => "avatar2") %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<!--<%= link_to image_tag(url_to_avatar(@project), :class => 'avatar2') %>--></td>
|
|
|
|
|
<% end %> </td>
|
|
|
|
|
<td align="center">
|
|
|
|
|
<div class="info_font" style=" word-wrap: break-word; word-break: break-all">
|
|
|
|
|
<%= @project.name %>
|
|
|
|
|
</div>
|
|
|
|
|
<% unless @course.teacher.id == User.current.id%>
|
|
|
|
|
</div> <% unless @course.teacher.id == User.current.id%>
|
|
|
|
|
<%= join_in_course(@project, User.current)%>
|
|
|
|
|
<% end %>
|
|
|
|
|
</td>
|
|
|
|
|
<% end %> </td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
@ -88,7 +84,6 @@
|
|
|
|
|
<div class="inf_user_context">
|
|
|
|
|
<table style="font-family:微软雅黑" >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td valign="top" style="padding-left: 8px;"><%= l(:label_main_teacher) %></td><td class="font_lighter_sidebar"><%= @course.teacher.lastname+@course.teacher.firstname %></td>
|
|
|
|
|
</tr>
|
|
|
|
@ -146,42 +141,34 @@
|
|
|
|
|
<div class="user_tags">
|
|
|
|
|
<div id="tags">
|
|
|
|
|
<%= render :partial => 'tags/tag', :locals => {:obj => @project,:object_flag => "2"}%>
|
|
|
|
|
</div></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--tool-->
|
|
|
|
|
<!-- <div class="user_underline"></div> -->
|
|
|
|
|
<!-- <div class="tool">
|
|
|
|
|
<div class="font_title_left">
|
|
|
|
|
<%= l(:label_project_tool)%>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<table class="font_tool">
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="left" width="60px" valign="center"><%=image_tag("/images/sidebar/tool_tag2.png", weight:"15px", height:"15px") %>
|
|
|
|
|
<%= link_to l(:project_module_documents),project_documents_path(@project) %></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="left" width="190px" valign="left"><%=image_tag("/images/sidebar/tool_tag2.png", weight:"15px", height:"15px") %>
|
|
|
|
|
<%= link_to l(:project_module_boards) ,project_boards_path(@project) %>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div> -->
|
|
|
|
|
<div class="user_underline"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="content">
|
|
|
|
|
<div class="tabs_new">
|
|
|
|
|
<ul>
|
|
|
|
|
<li><%= link_to l(:label_course_overview), project_path(@project), :class => link_class(:overview)%></li>
|
|
|
|
|
<li><%= link_to l(:label_homework), {:controller => 'projects', :action => 'homework'}, :class => link_class('Homework')%></li>
|
|
|
|
|
<li><%= link_to l(:label_course_file), project_files_path(@project), :class => link_class(:files)%></li>
|
|
|
|
|
<li><%= link_to l(:label_course_news), {:controller => 'news', :action => 'index', :project_id => @project}, :class => link_class(:news)%></li>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to l(:label_course_overview), project_path(@project), :class => link_class(:overview)%>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to l(:label_homework), {:controller => 'projects', :action => 'homework'}, :class => link_class('Homework')%>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to l(:label_course_file), project_files_path(@project), :class => link_class(:files)%>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to l(:label_course_news), {:controller => 'news', :action => 'index', :project_id => @project}, :class => link_class(:news)%>
|
|
|
|
|
</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 = ?', 3, 7)).size >0))%>
|
|
|
|
|
<li><%= link_to l(:label_course_settings), {:controller => 'projects', :action => 'settings', :id => @project}, :class => link_class(:settings)%></li></ul>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to l(:label_course_settings), {:controller => 'projects', :action => 'settings', :id => @project}, :class => link_class(:settings)%>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
<%= yield %>
|
|
|
|
|