|
|
|
@ -9,22 +9,25 @@
|
|
|
|
|
<%#= link_to(l(:label_attachment_new), 'javascript:void(0);', :onclick=>"$('#file_buttons').slideToggle();", :class => 'icon icon-add') if User.current.allowed_to?(:manage_files, @course) %>
|
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
|
<div id="file_buttons" class="nhidden">
|
|
|
|
|
<%= link_to(l(:label_upload_files), 'javascript:void(0);', :class => 'icon m5p5 button_submit', :onclick => "$('#relation_file_div').slideUp();$('#upload_file_div').slideToggle('slow');") if User.current.allowed_to?(:manage_files, @course) %>
|
|
|
|
|
<%= link_to(l(:label_relation_files), 'javascript:void(0);', :onclick => "$('#upload_file_div').slideUp();$('#relation_file_div').slideToggle();", :class => 'icon m5p5 button_submit') if User.current.allowed_to?(:manage_files, @course) %>
|
|
|
|
|
|
|
|
|
|
<% if attachmenttypes.any? %>
|
|
|
|
|
|
|
|
|
|
<label for="attachment_browse_label"><%= l(:attachment_browse) %></label>
|
|
|
|
|
<%= select_tag "attachment_browse", content_tag(:option, l(:attachment_all), :value => '0') +options_from_collection_for_select(attachmenttypes, "id", "typeName"),
|
|
|
|
|
:onchange => "course_attachmenttypes_searchex(this.value)" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if sufixtypes.any? %>
|
|
|
|
|
|
|
|
|
|
<label for="attach_sufix_browse_label"><%= l(:attachment_sufix_browse) %></label>
|
|
|
|
|
<%= select_tag "attach_sufix_browse", content_tag(:option, l(:attachment_all), :value => '0') +options_for_select(sufixtypes),
|
|
|
|
|
:onchange => "course_attachment_contenttypes_searchex(this.value)" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="box" id="files-box">
|
|
|
|
|
<label for="files-box" style="font-weight: bold;"><%= l(:label_search_name) %></label>
|
|
|
|
|
<% if attachmenttypes.any? %>
|
|
|
|
|
|
|
|
|
|
<label for="attachment_browse_label"><%= l(:attachment_browse) %></label>
|
|
|
|
|
<%= select_tag "attachment_browse", content_tag(:option, l(:attachment_all), :value => '0') +options_from_collection_for_select(attachmenttypes, "id", "typeName"),
|
|
|
|
|
:onchange => "course_attachmenttypes_searchex(this.value)" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% if sufixtypes.any? %>
|
|
|
|
|
|
|
|
|
|
<label for="attach_sufix_browse_label"><%= l(:attachment_sufix_browse) %></label>
|
|
|
|
|
<%= select_tag "attach_sufix_browse", content_tag(:option, l(:attachment_all), :value => '0') +options_for_select(sufixtypes),
|
|
|
|
|
:onchange => "course_attachment_contenttypes_searchex(this.value)" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<%= link_to(l(:label_upload_files), 'javascript:void(0);', :class => 'icon m5p5 button_submit', :onclick => "$('#relation_file_div').slideUp();$('#upload_file_div').slideToggle('slow');") if User.current.allowed_to?(:manage_files, @course) %>
|
|
|
|
|
<%= link_to(l(:label_relation_files), 'javascript:void(0);', :onclick => "$('#upload_file_div').slideUp();$('#relation_file_div').slideToggle();", :class => 'icon m5p5 button_submit') if User.current.allowed_to?(:manage_files, @course) %>
|
|
|
|
|
|
|
|
|
|
<div id="upload_file_div" class="relation_file_div hidden">
|
|
|
|
|
<%= render :partial => 'course_new', locals: {course: @course} %>
|
|
|
|
|
</div>
|
|
|
|
@ -54,7 +57,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<% end -%>
|
|
|
|
|
</fieldset>
|
|
|
|
|
<div class="line_under" style="margin:20px 0px;"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|