|
|
|
@ -94,7 +94,8 @@
|
|
|
|
|
<option value = '2014'>2014</option>
|
|
|
|
|
<option value = '2015'>2015</option>
|
|
|
|
|
<option value = '2016'>2016</option>
|
|
|
|
|
<option value = '2017'>2017</option>".html_safe %></td></tr></table></p>
|
|
|
|
|
<option value = '2017'>2017</option>".html_safe %></td></tr></table>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<% elsif @course.time == 2009 %>
|
|
|
|
|
<p><table><tr><td class="info" align="right" style="width: 86px"><strong><%= l(:label_term) %><span class="required"> * </span></strong></td>
|
|
|
|
@ -237,7 +238,8 @@
|
|
|
|
|
<option value = '2017'>2017</option>".html_safe %></td></tr></table></p>
|
|
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
<% end %></td>
|
|
|
|
|
<% end %>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<% unless @course.nil? %>
|
|
|
|
|
<% if @course.term == l(:label_spring) %>
|
|
|
|
@ -277,7 +279,8 @@
|
|
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<% end %></td></tr></table></p>
|
|
|
|
|
<% end %></td></tr></table>
|
|
|
|
|
</p>
|
|
|
|
|
<!-- end -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -292,12 +295,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <p style="margin-left:-10px;"><%= m.text_field :password, :required => true, :size => 60, :style => "width:488px;margin-left: 10px;" %></p> -->
|
|
|
|
|
<!-- <p style="margin-left:-10px;"><%#= m.text_field :password, :required => true, :size => 60, :style => "width:488px;margin-left: 10px;" %></p> -->
|
|
|
|
|
<p style="margin-left:-10px;"><label for="course[course]_password" style="font-size: 13px;" ><%=l(:label_new_course_password)%><span class="required"> *</span></label><input id="course_course_password" type="text" style="width:488px;margin-left: 10px;" value="<%=@course.password %>" size="60" name="course[password]"></p>
|
|
|
|
|
<em class="info" style="margin-left:95px;"><%= l(:text_command) %></em>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<!-- <p style="margin-left:-10px;padding-right: 20px;"><%= f.text_area :description, :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:10px;" %></p> -->
|
|
|
|
|
<!-- <p style="margin-left:-10px;padding-right: 20px;"><%#= f.text_area :description, :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:10px;" %></p> -->
|
|
|
|
|
<p style="margin-left:-20px;padding-right: 20px;"><label for="course_description" style="font-size: 13px;"><%=l(:label_new_course_description)%></label><span class="jstEditor"><textarea id="course_description" class="wiki-edit" style="font-size:small;width:490px;margin-left:10px;" rows="8" name="course[description]" cols="40" ><%=@course.description%></textarea></span></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|