|
|
@ -1,7 +1,7 @@
|
|
|
|
<ul id="syllabus_course_ul">
|
|
|
|
<ul id="syllabus_course_ul">
|
|
|
|
<li class="syllabus_class_list " style="line-height:44px; vertical-align:middle;">
|
|
|
|
<li class="syllabus_class_list" style="line-height:44px; vertical-align:middle;">
|
|
|
|
<div class="syllabus_class_w fontGrey3">
|
|
|
|
<div class="syllabus_class_w fontGrey3">
|
|
|
|
<%= link_to(image_tag(url_to_avatar(st.user),:width =>"40",:height => "40"),user_activities_path(st.user), :class => "fl") %>
|
|
|
|
<%= link_to(image_tag(url_to_avatar(st.user),:width =>"40",:height => "40", :style => "display:block;"),user_activities_path(st.user), :class => "fl") %>
|
|
|
|
<% if !st.student_work_projects.empty? %>
|
|
|
|
<% if !st.student_work_projects.empty? %>
|
|
|
|
<span class="fl student_work_<%= st.id%>" style="width:135px;">
|
|
|
|
<span class="fl student_work_<%= st.id%>" style="width:135px;">
|
|
|
|
<span class="fl hidden ml5" style="max-width:90px;"><%= st.user.show_name %></span>
|
|
|
|
<span class="fl hidden ml5" style="max-width:90px;"><%= st.user.show_name %></span>
|
|
|
@ -67,8 +67,8 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="hworkTip" style="display: none" id="work_click_<%= st.id%>"><em></em><span></span><font class="fontGrey2"><%= !st.student_work_projects.empty? ? '大作品评分即组长的评分' : '点击查看详情' %></font></div>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<div style="position:relative;"><div class="hworkTip" style="display: none" id="work_click_<%= st.id%>"><em></em><span></span><font class="fontGrey2"><%= !st.student_work_projects.empty? ? '大作品评分即组长的评分' : '点击查看详情' %></font></div></div>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
<script type="text/javascript">
|
|
|
|