|
|
|
@ -40,7 +40,9 @@
|
|
|
|
|
<td>
|
|
|
|
|
<span class="info" align="right" style="width: 90px; font-weight: bold ;margin-left:22px"><%= l(:label_class_period) %>
|
|
|
|
|
<span class="required"> * </span></span>
|
|
|
|
|
<span class="info" style="width: 10px;"><%= text_field_tag :class_period, @course.class_period, :placeholder => "在此输入课时", :maxlength => 5 %></span>
|
|
|
|
|
<span class="info" style="width: 10px;">
|
|
|
|
|
<%= text_field_tag :class_period, @course.class_period, :placeholder => "在此输入课时", :maxlength => 5 %>
|
|
|
|
|
</span>
|
|
|
|
|
<span> <strong><%= l(:label_class_hour) %></strong></span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
@ -53,7 +55,10 @@
|
|
|
|
|
<td>
|
|
|
|
|
<span class="info" align="right" style="width: 90px; font-weight: bold ;margin-left:22px"><%= l(:label_class_period) %>
|
|
|
|
|
<span class="required"> * </span></span>
|
|
|
|
|
<span class="info" style="width: 10px;"><%= text_field_tag :class_period, nil, :placeholder => "在此输入课时", :maxlength => 5 %></span><strong><%= l(:label_class_hour) %></strong>
|
|
|
|
|
<span class="info" style="width: 10px;">
|
|
|
|
|
<%= text_field_tag :class_period, nil, :placeholder => "在此输入课时", :maxlength => 5 %>
|
|
|
|
|
</span>
|
|
|
|
|
<strong><%= l(:label_class_hour) %></strong>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|