快速进入课程通道
只要持有课程ID和密码,就可快速加入所在课程。课程页面搜索不到的私有课程只能从此通道进入哦!
<%= form_tag({:controller => 'courses', :action => 'join'}, :remote => true, :method => :post, :id => 'new-watcher-form') do %>
课 程 ID:
课程ID是所在课程网址中显示的序号
密 码:
<%= l(:label_new_join) %>
<%= l(:button_cancel)%>
<% end%>