<% unless @course.nil? %>
<% if @course.time == 2008 %>
<%= l(:label_term) %> * |
@@ -227,10 +221,12 @@
<% end %>
<% end %>
-
-
-
-<% end %>
+
+
+ <%= m.text_field :password, :required => true, :size => 60, :style => "width:488px;margin-left: 10px;" %>
+ <%= l(:text_command) %>
+ <% end %>
+<%= f.text_area :description, :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:10px;" %>
<%= f.check_box :is_public, :style => "margin-left:10px;" %>
<%= f.text_field :project_type, :value => 1 %>
|