国际化代码
This commit is contained in:
parent
43b204e0a7
commit
978c883f6e
|
@ -1,4 +1,4 @@
|
||||||
<h3>修改作业</h3>
|
<h3><%= l(:label_edit_homework) %></h3>
|
||||||
|
|
||||||
<%= labelled_form_for @bid do |f| %>
|
<%= labelled_form_for @bid do |f| %>
|
||||||
<div class="box tabular">
|
<div class="box tabular">
|
||||||
|
|
|
@ -40,7 +40,9 @@
|
||||||
<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"><%= l(:label_class_period) %>
|
||||||
<span class="required"> * </span></span>
|
<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>
|
<span> <strong><%= l(:label_class_hour) %></strong></span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -53,7 +55,10 @@
|
||||||
<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"><%= l(:label_class_period) %>
|
||||||
<span class="required"> * </span></span>
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue