上传资源
<%= error_messages_for 'attachment' %>
<%= l(:label_file_upload_error_messages)%>
<%= form_tag(course_files_path(course), :multipart => true,:remote => !ie8?,:name=>"upload_form") do %>
课件 |
软件 |
媒体 |
代码 |
论文 |
其他
<%= render :partial => 'files/new_style_attachment_list',:locals => {:container => course} %>
<% if User.current.allowed_to?(:as_teacher,course) %>
延期发布:
<% end %>
附件描述:
确定
取消
<% end %>
<% content_for :header_tags do %> <%= javascript_include_tag 'attachments' %> <% end %>