|
|
@ -38,12 +38,18 @@
|
|
|
|
<table>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
|
<span class="info" align="right" style="width: 90px; font-weight: bold ;margin-left:22px"><%= l(:label_class_period) %>
|
|
|
|
<span class="info" align="right" style="width: 90px; font-weight: bold ;margin-left:22px">
|
|
|
|
<span class="required"> * </span></span>
|
|
|
|
<%= l(:label_class_period) %>
|
|
|
|
|
|
|
|
<span class="required"> * </span>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
<span class="info" style="width: 10px;">
|
|
|
|
<span class="info" style="width: 10px;">
|
|
|
|
<%= text_field_tag :class_period, @course.class_period, :placeholder => "#{l(:lable_input_class)}", :maxlength => 5 %>
|
|
|
|
<%= text_field_tag :class_period, @course.class_period, :placeholder => "#{l(:lable_input_class)}", :maxlength => 5 %>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<span> <strong><%= l(:label_class_hour) %></strong></span>
|
|
|
|
<span>
|
|
|
|
|
|
|
|
<strong>
|
|
|
|
|
|
|
|
<%= l(:label_class_hour) %>
|
|
|
|
|
|
|
|
</strong>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
<span>
|
|
|
|
<span>
|
|
|
|
<strong>
|
|
|
|
<strong>
|
|
|
|
<%= l(:label_class_hour) %>
|
|
|
|
<%= l(:label_class_hour) %>
|
|
|
@ -98,7 +104,7 @@
|
|
|
|
</strong>
|
|
|
|
</strong>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td class="info" style="width: 10px">
|
|
|
|
<td class="info" style="width: 10px">
|
|
|
|
<%= select_tag :time,options_for_select(course_time_option,@course.time), {} %>
|
|
|
|
<%= select_tag :time,options_for_select(course_time_option(@course.time),@course.time), {} %>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td class="info" style="width: 10px">
|
|
|
|
<td class="info" style="width: 10px">
|
|
|
|
<%= select_tag :term,options_for_select(course_term_option,@course.term || cur_course_term),{} %>
|
|
|
|
<%= select_tag :term,options_for_select(course_term_option,@course.term || cur_course_term),{} %>
|
|
|
|