socialforge/app/views/layouts/base_courses.html.erb

265 lines
10 KiB
Plaintext
Raw Normal View History

2014-01-23 10:08:46 +08:00
<% @nav_dispaly_course_label = 1 %>
2013-12-11 10:00:38 +08:00
<!DOCTYPE html>
<html lang="en">
2014-05-19 17:56:39 +08:00
<head>
<meta charset="utf-8">
<title><%= h html_title %></title>
<meta name="description" content="<%= Redmine::Info.app_name %>"/>
<meta name="keywords" content="issue,bug,tracker"/>
<%= 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 %>
<%= javascript_include_tag "jquery.leanModal.min" %>
<%= heads_for_theme %>
<%= call_hook :view_layouts_base_html_head %>
<!-- page specific tags -->
<%= yield :header_tags -%>
</head>
<!--add by huang-->
<body class="<%= h body_css_classes %>">
<div id="wrapper">
<div id="wrapper2">
<div id="wrapper3">
<%= render :partial => 'layouts/base_header' %>
<div id="main">
<!--added by huang-->
<div class="top-content">
<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 => 'courses', :action => 'search', :method => :get) do %>
2014-05-19 17:56:39 +08:00
<%= text_field_tag 'name', params[:name], :size => 20 %>
<%= 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 => 'courses', :action => 'index' %></td>
2014-05-19 17:56:39 +08:00
<td><p class="top-content-list"><%= link_to "主页", home_path %>
> <%= link_to l(:label_course_practice), :controller => 'courses', :action => 'index' %>
> <%= link_to @course.name, nil %></p></td>
2014-05-19 17:56:39 +08:00
</tr>
</table>
</div>
<!-- end -->
<!--course page-->
2014-05-19 17:56:39 +08:00
<div id="sidebar">
<div class="spaceleft">
<!--informations-->
<div class="inf_user_image">
<table>
<tr>
<td valign="top">
<% if get_avatar?(@course) %>
<%= image_tag(url_to_avatar(@course), :class => "avatar2") %>
2014-05-19 17:56:39 +08:00
<% else %>
<%= link_to image_tag('../images/avatars/course/course.jpg', :class => "avatar2"), course_path(@course) %>
<% end %>
2014-05-19 17:56:39 +08:00
<td>
<table>
<tr>
<td class="info-course"><%= @course.name %></td>
2014-05-19 17:56:39 +08:00
</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 => 'courses', :action => 'settings', :id => @course} %>
<%= render :partial => 'courses/set_course_time', :locals => {:course => @course} %>
2014-05-19 17:56:39 +08:00
<% else %>
<%= join_in_course(@course, User.current) %>
2014-05-19 17:56:39 +08:00
<% end %>
<% unless User.current.member_of?(@course) %>
2014-05-19 17:56:39 +08:00
<!-- <%= image_tag "/images/fav.png" %> -->
<% end %>
<% end %>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<!--parameter-->
<div class="user_fans">
<table width="240" border="0">
<tr align="center" width="80px">
<% files_count = @course.attachments.count %>
2014-05-19 17:56:39 +08:00
<td class="font_index">
<!-- 1 教师; 2 学生0 全部-->
<% if User.current.member_of?(@course) %>
<%= link_to "#{teacherCount(@course)}", course_member_path(@course, :role => 1), :course => '1' %>
<% else %>
<span><%= teacherCount(@course)%></span> <!--<%= link_to "#{teacherCount(@course)}", "javascript:void(0)", :course => '1' %>-->
<% end%>
2014-05-19 17:56:39 +08:00
</td>
<td class="font_index">
<% if User.current.member_of?(@course) %>
<%= link_to "#{studentCount(@course)}", course_member_path(@course, :role => 2), :course => '1' %>
<% else %>
<span><%= studentCount(@course)%></span>
<% end %>
2014-05-19 17:56:39 +08:00
</td>
<td class="font_index"><%= link_to files_count, course_files_path(@course) %></td>
2014-05-19 17:56:39 +08:00
<tr class="font_aram">
<td align="center" width="80px" id="teacherCount">
<!-- %= l(:label_x_base_courses_member, :count => @course.members.count) % -->
<%= l(:label_x_base_courses_teacher, :count => teacherCount(@course)) %>
2014-05-19 17:56:39 +08:00
</td>
<td align="center" width="80px" id="studentCount">
<%= l(:label_x_base_courses_student, :count => studentCount(@course)) %>
2014-05-19 17:56:39 +08:00
<!-- %= l(:label_x_course_data, :count => files_count) % -->
</td>
<td align="center" width="80px">
<%= l(:label_x_course_data, :count => files_count) %>
</td>
</tr>
</table>
<div class="user_underline"></div>
</div>
<!--info-->
<div class="inf_user_context">
2014-05-20 09:12:15 +08:00
<table>
2013-12-11 10:00:38 +08:00
2014-05-19 17:56:39 +08:00
<!-- addedby bai 教师姓名加超链接、加入开课时间、结课时间与课时 -->
<tr>
<td valign="top" style="padding-left: 8px; width:60px"><%= l(:label_main_teacher) %> :</td>
<td class="font_lighter_sidebar"><%= link_to(@course.teacher.lastname+@course.teacher.firstname, user_path(@course.teacher)) %></td>
</tr>
2013-12-11 10:00:38 +08:00
2014-05-19 17:56:39 +08:00
<tr class="hidden">
<td valign="top" style="padding-left: 8px;"><%= l(:label_setup_time) %> :</td>
<td class="font_lighter_sidebar"><%= @course.setup_time %></td>
</tr>
2013-12-11 10:00:38 +08:00
2014-05-19 17:56:39 +08:00
<tr class="hidden">
<td valign="top" style="padding-left: 8px;"><%= l(:label_endup_time) %> :</td>
<td class="font_lighter_sidebar"><%= @course.endup_time %></td>
</tr>
2013-12-11 10:00:38 +08:00
2014-05-19 17:56:39 +08:00
<tr>
<td valign="top" style="padding-left: 8px;"><%= l(:label_class_period) %> :</td>
<td class="font_lighter_sidebar"><%= @course.class_period %>&nbsp;<%= l(:label_class_hour) %></td>
</tr>
2013-12-11 10:00:38 +08:00
2014-05-19 17:56:39 +08:00
<tr>
<td valign="top" style="padding-left: 8px;"><%= l(:label_main_term) %> :</td>
<td class="font_lighter_sidebar"><%= @course.time %> <%= @course.term %></td>
</tr>
<!-- end -->
2014-05-19 17:56:39 +08:00
<% unless @course.teacher.user_extensions.nil? %>
<tr>
<td valign="top" style="padding-left: 8px;"><%= l(:label_teacher_work_unit) %> :</td>
<td class="font_lighter_sidebar"><%= @course.teacher.user_extensions.school %></td>
</tr>
<% else %>
<tr>
<td valign="top" style="padding-left: 8px;"><%= l(:label_teacher_work_unit) %> :</td>
<td class="font_lighter_sidebar"><%= l(:field_course_un) %></td>
</tr>
<% end %>
2013-12-11 10:00:38 +08:00
2014-05-19 17:56:39 +08:00
</table>
2013-12-11 10:00:38 +08:00
2014-05-19 17:56:39 +08:00
</div>
<div class="user_underline"></div>
<!--description-->
<div class="inf_user_context">
<div class="font_title_left">
<%= l(:label_course_overview) %>
2014-05-19 17:56:39 +08:00
</div>
2013-12-11 10:00:38 +08:00
2014-05-19 17:56:39 +08:00
<div style="padding-bottom: 8px">
<% if @course.description && @course.description.size>0 %>
2014-05-19 17:56:39 +08:00
<div class="font_lighter_sidebar">
2013-12-11 10:00:38 +08:00
<%= textilizable @course.description %>
2014-05-19 17:56:39 +08:00
</div>
<% else %>
<div class="font_lighter_sidebar">
<%= l(:label_course_description_no) %>
</div>
<% end %>
<div class="created_on_course">
<strong style="color: #068d9c"><%= l(:label_create_time) %></strong><%= format_time(@course.created_at) %>
2014-05-19 17:56:39 +08:00
</div>
</div>
<div class="user_underline"></div>
</div>
<!--tags-->
2013-12-11 10:00:38 +08:00
2014-05-19 17:56:39 +08:00
<div class="user_fans">
<!-- added by william -for tag -->
<div class="user_tags">
<div id="tags">
<%= render :partial => 'tags/tag', :locals => {:obj => @course, :object_flag => "5"} %>
2014-05-19 17:56:39 +08:00
</div>
</div>
</div>
2013-12-11 10:00:38 +08:00
2014-05-19 17:56:39 +08:00
<div class="user_underline"></div>
</div>
</div>
<div id="content">
<div class="tabs_new">
<ul>
<li>
<%= link_to l(:label_course_overview), course_path(@course), :class => link_class(:overview) %>
2014-05-19 17:56:39 +08:00
</li>
<li>
<%= link_to l(:label_homework), homework_course_path(@course), :class => link_class(:homework), :course_type => 1 %>
2014-05-19 17:56:39 +08:00
</li>
<li>
<%= link_to l(:label_course_file), course_files_path(@course), :class => link_class(:files) %>
2014-05-19 17:56:39 +08:00
</li>
<li>
<%= link_to l(:label_course_news), {:controller => 'news', :action => 'index', :course_id => @course}, :class => link_class(:news) %>
2014-05-19 17:56:39 +08:00
</li>
<li>
<%= link_to l(:label_course_board), {:controller => 'boards', :action => 'index', :course_id => @course}, :class => link_class(:boards) %>
2014-05-19 17:56:39 +08:00
</li>
<li>
<%= link_to l(:label_course_feedback), course_feedback_path(@course), :class => link_class(:feedback) %>
2014-05-19 17:56:39 +08:00
</li>
<!-- <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)) %>
2013-12-11 10:00:38 +08:00
2014-05-19 17:56:39 +08:00
<% end %>
</ul>
</div>
<%= render_flash_messages %>
<%= yield %>
<%= call_hook :view_layouts_base_content %>
<div style="clear:both;"></div>
<!--gcm-->
2013-12-11 10:00:38 +08:00
2014-05-19 17:56:39 +08:00
</div>
<!--gcm move it mistakenly-->
<%= render :partial => 'layouts/base_footer' %>
</div>
<div id="ajax-indicator" style="display:none;">
<span><%= l(:label_loading) %></span>
</div>
<div id="ajax-modal" style="display:none;"></div>
</div>
</div>
<%= call_hook :view_layouts_base_body_bottom %>
2014-05-20 09:12:15 +08:00
</div>
2014-05-19 17:56:39 +08:00
</body>
2014-05-20 09:12:15 +08:00
2013-09-14 09:51:26 +08:00
</html>