|
|
|
@ -1,63 +1,36 @@
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
#attachments_fields input.description {
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<%= javascript_include_tag 'attachments' %>
|
|
|
|
|
<!-- fq -->
|
|
|
|
|
<div class="content-title-top">
|
|
|
|
|
<% 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: [3, 4, 7, 9] )).size >0))%>
|
|
|
|
|
<%= link_to(l(:label_course_homework_new), {:controller => 'courses', :action => 'new_homework'}, :class => 'icon icon-add') %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<span class="font_lighter">
|
|
|
|
|
<%= l(:label_coursejoin_tip) %>
|
|
|
|
|
</span>
|
|
|
|
|
<% end %>
|
|
|
|
|
<div class="project_r_h">
|
|
|
|
|
<h2 class="project_h2">课程作业</h2>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="bid-show">
|
|
|
|
|
<%= render :partial => 'bids/bid_homework_show', :locals => {:bids => @bids, :bid_pages => @bid_pages} %>
|
|
|
|
|
<div class="talk_top">
|
|
|
|
|
<p class="fl">
|
|
|
|
|
共有<span><%= @obj_count%></span>个作业
|
|
|
|
|
</p>
|
|
|
|
|
<%= link_to( l(:label_course_homework_new), new_homework_course_path(@course), :class => 'problem_new_btn fl c_dorange') if @is_teacher %>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="OpenWindow">
|
|
|
|
|
<div id="signup-ct">
|
|
|
|
|
<div id="OpenWindow-header">
|
|
|
|
|
<h1> 课程: <%= @course.name%> </h1>
|
|
|
|
|
<p id='bid-desc'> 上传作业 </p>
|
|
|
|
|
<a href="javascript:void(0);" class="modal_close"></a>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="OpenWindow-content">
|
|
|
|
|
|
|
|
|
|
<% @bids.each do |bid|%>
|
|
|
|
|
<div class="problem_main">
|
|
|
|
|
<%= link_to(image_tag(url_to_avatar(bid.author), :width => "42", :height => "42"), user_path(bid.author), :class => "problem_pic fl") %>
|
|
|
|
|
<div class="problem_txt fl mt5">
|
|
|
|
|
<%= link_to(bid.author.lastname+bid.author.firstname, user_path(bid.author),:class => 'problem_name fl') %>
|
|
|
|
|
<span class="fl"> <%= l(:label_user_create_project_homework) %>:</span>
|
|
|
|
|
<%= link_to(bid.name, course_for_bid_path(bid), :class => 'problem_tit fl fb c_dblue') %>
|
|
|
|
|
<div class="cl mb5"></div>
|
|
|
|
|
<p class="fl ">已提交的作业 (<%= link_to bid.homeworks.count, course_for_bid_path(bid.id), :class => 'c_red'%> )</p>
|
|
|
|
|
<a href="#" class="fr mr10 work_edit">关闭匿评</a><a href="courses_hworkedit.html" class="fr mr10 work_edit">编辑</a>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<p id="news_description" class="news_description mt5">项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题项目问题个数显示问题<br /> 创建时间 : 2014-11-26 10:19</p>
|
|
|
|
|
<div class="news_foot" onclick="show_more_msg02();">展开更多信息 <span class="g-arr-down"><img src="images/jiantou.jpg" width="12" height="6" /></span></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$("a[rel*=leanModal]").leanModal({
|
|
|
|
|
top:100,
|
|
|
|
|
closeButton: ".modal_close"
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
function showSubH(/* ... */){
|
|
|
|
|
var id, name, numargs = arguments.length;
|
|
|
|
|
|
|
|
|
|
id = arguments[0];
|
|
|
|
|
name = arguments[1];
|
|
|
|
|
|
|
|
|
|
$("#OpenWindow").find("#bid-desc").html('作业名: '+name);
|
|
|
|
|
|
|
|
|
|
post_url = '/bids/' + id + '/homework_ajax_modal.js'
|
|
|
|
|
function deal_post (data, textStatus, xhr) {
|
|
|
|
|
if(textStatus == 'success'){
|
|
|
|
|
eval(data);
|
|
|
|
|
}
|
|
|
|
|
if(textStatus != 'success'){
|
|
|
|
|
$('#OpenWindow-content').html('<span class=\"font_color_orange\" > ' + textStatus + ' <\/span>\n');
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
function deal_error (argument) {
|
|
|
|
|
$('#OpenWindow-content').html('<strong>Network Error</strong><span class=\"font_color_orange\" > <br/>http_status:' + argument.status + '<br/>statusText:' + argument.statusText + ' <\/span>\n');
|
|
|
|
|
}
|
|
|
|
|
$.post(post_url,{}, deal_post).error(deal_error);
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<% end%>
|
|
|
|
|
|
|
|
|
|
<% html_title(l(:label_homework)) -%>
|
|
|
|
|
<ul class="wlist" >
|
|
|
|
|
<li><a href="#">下一页</a></li>
|
|
|
|
|
<li><a href="#">...</a></li>
|
|
|
|
|
<li><a href="#">2</a></li>
|
|
|
|
|
<li class="wlist_select" ><a href="#">1</a></li>
|
|
|
|
|
<li><a href="#">上一页</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="cl"></div>
|