|  |  | @ -2,7 +2,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |     <li class="homepageLeftMenuCoursesLine pr"> |  |  |  |     <li class="homepageLeftMenuCoursesLine pr"> | 
			
		
	
		
		
			
				
					
					|  |  |  |       <% is_teacher = User.current.logged? && (User.current.admin? || User.current.allowed_to?(:as_teacher,course)) %> |  |  |  |       <% is_teacher = User.current.logged? && (User.current.admin? || User.current.allowed_to?(:as_teacher,course)) %> | 
			
		
	
		
		
			
				
					
					|  |  |  |       <%= link_to course.name, course_path(course.id,:host=>Setting.host_course), :class => "coursesLineGrey hidden #{course_endTime_timeout?(course) ? 'c_dark_grey' : ''}", |  |  |  |       <%= link_to course.name, course_path(course.id,:host=>Setting.host_course), :class => "coursesLineGrey hidden #{course_endTime_timeout?(course) ? 'c_dark_grey' : ''}", | 
			
		
	
		
		
			
				
					
					|  |  |  |                   :id => "show_course_#{course.id}",:title => (course.is_public? ? "公开课程:":"私有课程:")+course.name+"("+current_time_and_term(course)+")"%> |  |  |  |                   :id => "show_course_#{course.id}", :target => '_blank', :title => (course.is_public? ? "公开课程:":"私有课程:")+course.name+"("+current_time_and_term(course)+")"%> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         <% count = ShieldActivity.where("container_type='User' and container_id=#{user.id} and shield_type='Course' and shield_id=#{course.id}").count %> |  |  |  |         <% count = ShieldActivity.where("container_type='User' and container_id=#{user.id} and shield_type='Course' and shield_id=#{course.id}").count %> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <ul class="<%= count > 0 ? 'shild shildP':'subNavArrow'%>"> |  |  |  |         <ul class="<%= count > 0 ? 'shild shildP':'subNavArrow'%>"> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <li> |  |  |  |           <li> | 
			
		
	
	
		
		
			
				
					|  |  | 
 |