2011-02-01 09:57:29 +08:00
<% content_for :page_title do %><%= @section.name %><% end %>
<% content_for :right_side do %>
<div class="rs-margin-all">
2011-04-16 14:22:55 +08:00
<% if can_do(@section, @current_user, :update) %>
2011-08-16 06:34:57 +08:00
<a href="#" class="button button-sidebar-wide edit_section_link"><%= image_tag "edit.png" %> <%= t('buttons.edit_section', 'Edit Section') %></a>
2011-04-16 14:22:55 +08:00
<% if @section.nonxlist_course_id %>
2011-11-18 05:38:35 +08:00
<% if can_do(@section.nonxlist_course, @current_user, :manage_sections) %>
2011-06-22 02:38:28 +08:00
<a href="#" class="button button-sidebar-wide uncrosslist_link"><%= image_tag "move.png" %> <%= t('buttons.uncrosslist_section', 'De-Cross-List this Section') %></a>
2011-04-16 14:22:55 +08:00
<% end %>
2011-06-22 02:38:28 +08:00
<a href="#" class="button button-sidebar-wide crosslist_link"><%= image_tag "move.png" %> <%= t('buttons.recrosslist_section', 'Re-Cross-List this Section') %></a>
2011-04-16 14:22:55 +08:00
<% else %>
2011-06-22 02:38:28 +08:00
<a href="#" class="button button-sidebar-wide crosslist_link"><%= image_tag "move.png" %> <%= t('buttons.crosslist_section', 'Cross-List this Section') %></a>
2011-04-16 14:22:55 +08:00
<% end %>
<% end %>
2011-06-22 02:38:28 +08:00
<a href="<%= context_url(@context, :context_details_url) %>" class="button button-sidebar-wide"><%= image_tag "back.png" %> <%= t('buttons.back_to_course', 'Back to Course Settings') %></a>
2011-02-01 09:57:29 +08:00
</div>
<% end %>
<% content_for :stylesheets do %>
<style>
#course_form .course_form {
display: none;
}
#course_form.editing .course_form {
display: inline;
}
#course_form.editing .course_info {
display: none;
}
#course_form .date_entry {
width: 100px;
}
ul.user_list {
list-style: none;
padding-left: 0px;
margin-top: 0px;
max-width: 400px;
}
ul.user_list li.user {
padding-left: 10px;
color: #444;
line-height: 1.5em;
-moz-border-radius: 5px;
}
ul.user_list li.user:hover {
background-color: #eee;
}
ul.user_list li.user .email {
font-size: 0.8em;
margin: -5px 10px 5px;
}
ul.user_list li.user .section {
font-size: 0.8em;
margin: -5px 10px 5px;
}
ul.user_list li.user .short_name {
font-size: 0.8em;
margin: -2px 10px 0px;
}
ul.user_list li.user .enrollment_type {
font-size: 0.8em;
margin: -2px 10px 0px;
}
ul.user_list li.user .links {
float: right;
padding-right: 20px;
padding-top: 5px;
visibility: hidden;
}
ul.user_list li.user .links a {
text-decoration: none;
}
ul.user_list li.user:hover .links {
float: right;
padding-right: 20px;
visibility: visible;
}
ul.user_list li.user.pending {
color: #888;
font-style: italic;
}
h3 .tally {
font-family: arial,sans-serif;
font-size: 12px;
padding-left: 5px;
}
.associated_user {
display: none;
}
#edit_section_form {
margin-bottom: 20px;
}
</style>
<% end %>
<% form_for @section, :url => context_url(@context, :context_section_url, @section), :html => {:id => "edit_section_form", :style => "display: none;"} do |f| %>
<table class="formtable">
<tr>
2011-06-22 02:38:28 +08:00
<td><%= f.blabel :name, :en => "Section Name" %></td>
2011-02-01 09:57:29 +08:00
<td><%= f.text_field :name %></td>
</tr>
2011-06-01 04:47:28 +08:00
<% if @section.sis_source_id || can_do(@context.root_account, @current_user, :manage_sis) %>
<tr>
2011-06-22 02:38:28 +08:00
<td><%= f.blabel :sis_source_id, :en => "SIS ID" %></td>
2011-06-01 04:47:28 +08:00
<td>
<span class="course_form">
<% if can_do(@context.root_account, @current_user, :manage_sis) %>
<%= f.text_field :sis_source_id, :style => "width: 50px;", :title => "SIS ID", :value => @section.sis_source_id %>
<% else %>
<%= @section.sis_source_id %>
<% end %>
</span>
</td>
</tr>
<% end %>
2011-02-24 13:26:39 +08:00
<tr>
2011-06-22 02:38:28 +08:00
<td><%= f.blabel :start_at, :en => "Starts" %></td>
2011-02-24 13:26:39 +08:00
<td><%= f.text_field :start_at, :class => "datetime_field", :value => datetime_string(@section.start_at), :style => 'width: 120px;' %></td>
</tr>
<tr>
2011-06-22 02:38:28 +08:00
<td><%= f.blabel :end_at, :en => "Ends" %></td>
2011-02-24 13:26:39 +08:00
<td><%= f.text_field :end_at, :class => "datetime_field", :value => datetime_string(@section.end_at), :style => 'width: 120px;' %></td>
</tr>
<tr>
<td colspan="2">
<%= f.check_box :restrict_enrollments_to_section_dates %>
2011-09-27 05:03:05 +08:00
<%= f.label :restrict_enrollments_to_section_dates, t('access_limit', "Users can only participate in the course between these dates") %>
2011-02-24 13:26:39 +08:00
<div style="font-size: 0.8em; padding-left: 25px;">
2011-06-22 02:38:28 +08:00
<%= t('override_settings', 'This will override any term or course date settings.') %>
2011-06-01 04:47:28 +08:00
</div>
2011-02-24 13:26:39 +08:00
</td>
</tr>
2011-02-01 09:57:29 +08:00
<tr>
<td colspan="2">
<div class="button-container">
2011-06-22 02:38:28 +08:00
<button type="submit" class="button submit_button"><%= t('buttons.update_section', 'Update Section') %></button>
<button type="button" class="button cancel_button button-secondary"><%= t('buttons.cancel', 'Cancel') %></button>
2011-02-01 09:57:29 +08:00
</div>
</td>
</tr>
</table>
<% end %>
2011-06-01 04:47:28 +08:00
<h2 id="section_name"><%= @section.name %></h2>
2011-02-24 13:26:39 +08:00
<div style="margin-bottom: 20px;">
<div>
2011-06-22 02:38:28 +08:00
<%= t('enrollment', 'Enrollment', :count => (@current_enrollments + @completed_enrollments).length) %>
2011-02-24 13:26:39 +08:00
</div>
2011-06-01 04:47:28 +08:00
<% if @section && ( @section.sis_source_id || can_do(@context.root_account, @current_user, :manage_sis))%>
2011-06-22 02:38:28 +08:00
<div><%= before_label('sis_id', "SIS ID") %> <span class="sis_source_id"><%= @section.sis_source_id %></span></div>
2011-04-09 11:00:46 +08:00
<% end %>
2011-02-24 13:26:39 +08:00
<% if @section.start_at || @section.end_at %>
<div>
2011-06-22 02:38:28 +08:00
<% if @section.start_at && @section.end_at %>
<%= t('run_dates', 'Runs from %{start_date} to %{end_date}', :start_date => datetime_string(@section.start_at), :end_date => datetime_string(@section.end_at)) %>
<% elsif @section.end_at %>
<%= t('runs_until', 'Runs until %{end_date}', :end_date => datetime_string(@section.end_at)) %>
<% elsif @section.start_at %>
<%= t('run_from', 'Runs from %{start_date} with no end date', :start_date => datetime_string(@section.start_at)) %>
<% end %>
2011-02-24 13:26:39 +08:00
</div>
<div style="margin-left: 10px; font-size: 0.8em;">
2011-06-22 02:38:28 +08:00
<%= t('student_access_dates', 'Students can only access the course between these dates') if @section.restrict_enrollments_to_section_dates %>
2011-02-24 13:26:39 +08:00
</div>
<% end %>
</div>
2011-08-16 06:34:57 +08:00
<% if can_do @context, @current_user, :read_roster, :manage_students, :manage_admin_users %>
<% unless @current_enrollments.empty? %>
<h3><%= t('titles.current_enrollments', 'Current Enrollments') %></h3>
<ul class="user_list">
<% @current_enrollments.each do |enrollment| %>
<%= render :partial => "shared/enrollment", :object => enrollment, :locals => {:include_type => true} %>
<% end %>
</ul>
<% end %>
<% unless @completed_enrollments.empty? %>
<h2><%= t('titles.completed_enrollments', 'Completed Enrollments') %></h2>
<ul class="user_list">
<% @completed_enrollments.each do |enrollment| %>
<%= render :partial => "shared/enrollment", :object => enrollment, :locals => {:include_type => true} %>
<% end %>
</ul>
<% end %>
2011-02-01 09:57:29 +08:00
<% end %>
2011-11-11 00:31:45 +08:00
<% js_bundle :section %>
2011-04-16 14:22:55 +08:00
<div style="display: none;">
2011-06-22 02:38:28 +08:00
<% form_tag context_url(@context, :context_section_crosslist_url, @section.id), :id => "crosslist_course_form", :title => t('titles.crosslist_this_section', 'Cross-List this Section'), :method => :post do %>
<h2><%= t('titles.cross_listed_sections', 'Cross-List Section') %></h2>
2011-04-16 14:22:55 +08:00
<p>
2011-06-22 02:38:28 +08:00
<%= t('crosslist_description', %{
2011-04-16 14:22:55 +08:00
Cross-listing allows you to create a section in one account and
then move it to a course on a different account.
To cross-list this course, you'll need to find the course you
want to move it to, either using the search tool or by
2011-06-22 02:38:28 +08:00
entering the course's ID. }) %>
2011-04-16 14:22:55 +08:00
</p>
<table class="formtable">
<tr>
2011-06-22 02:38:28 +08:00
<td><label for="course_autocomplete_id_lookup"><%= before_label('search_for_course', "Search for Course") %> </label></td>
2011-04-16 14:22:55 +08:00
<td>
2011-06-09 03:56:27 +08:00
<a href="<%= context_url(@current_user, :context_manageable_courses_url, :format => :json) %>" id="course_autocomplete_url" style="display: none;"> </a>
2011-04-16 14:22:55 +08:00
<a href="<%= context_url(@context, :context_section_confirm_crosslist_url, @section.id, "{{ id }}") %>" id="course_confirm_crosslist_url" style="display: none;"> </a>
<input type="hidden" name="new_course_id" id="course_autocomplete_id"/>
<input type="text" id="course_autocomplete_id_lookup" style="width: 250px;"/>
</td>
</tr><tr>
2011-06-22 02:38:28 +08:00
<td><label for="course_id"><%= before_label('enter_course_id', "Or Enter the Course's ID") %></label></td>
2011-04-16 14:22:55 +08:00
<td>
<input type="text" id="course_id" style="width: 75px;"/>
</td>
</tr><tr>
<td colspan="2">
<div id="course_autocomplete_name_holder" style="margin-top: 20px;">
2011-06-22 02:38:28 +08:00
<%= before_label('labels.selected_course', 'Selected Course') %>
2011-04-16 14:22:55 +08:00
<div style="margin-left: 20px;">
<div id="course_autocomplete_name" style="font-weight: bold;"></div>
2011-06-22 02:38:28 +08:00
<div id="sis_id_holder" style="display: none;"><%= before_label('labels.sis_id', 'SIS ID') %> <span class="sis_id"> </span></div>
<div id="account_name_holder" style="display: none;"><%= before_label('labels.account', 'Account') %> <span class="account_name"></span></div>
2011-04-16 14:22:55 +08:00
</div>
<div class="button-container">
2011-06-22 02:38:28 +08:00
<button type="submit" class="button submit_button"><%= t('buttons.crosslist_this_section', 'Cross-List This Section') %></button>
<button type="button" class="button button-secondary cancel_button"><%= t('buttons.cancel', 'Cancel') %></button>
2011-04-16 14:22:55 +08:00
</div>
</div>
</td>
</tr>
</table>
<% end %>
2011-06-22 02:38:28 +08:00
<% form_tag context_url(@context, :context_section_uncrosslist_url, @section.id), :id => "uncrosslist_form", :title => t('titles.decrosslist_section', 'De-Cross-List this Section'), :method => :delete do %>
<h2><%= t('titles.decrosslist_section', 'De-Cross-List this Section') %></h2>
2011-04-16 14:22:55 +08:00
<p>
2011-06-22 02:38:28 +08:00
<%= t('prompts.are_you_sure_decrosslist', 'Are you sure you want to de-cross-list this section?') %>
2011-04-16 14:22:55 +08:00
<% if @section.nonxlist_course %>
2011-06-22 02:38:28 +08:00
<%= mt('decrosslist_description', 'This will move the section back to its original course, **%{course_name}**.', :course_name => @section.nonxlist_course.name) %>
2011-04-16 14:22:55 +08:00
<% end %>
</p>
<% if @student_enrollments.length > 0 %>
<p>
2011-06-22 02:38:28 +08:00
<%= t('decrosslist_long_description', %{
All grades for students in this course will no longer be visible.
You can retrieve the grades later by re-cross-listing the course,
but in the mean time the grades for these students will come from the original course.
}) %>
2011-04-16 14:22:55 +08:00
</p>
<% end %>
<div class="button-container">
2011-06-22 02:38:28 +08:00
<button type="submit" class="button submit_button"><%= t('buttons.decrosslit_section', 'De-Cross-List This Section') %></button>
<button type="button" class="button button-secondary cancel_button"><%= t('buttons.cancel', 'Cancel') %></button>
2011-04-16 14:22:55 +08:00
</div>
<% end %>
</div>