2016-10-25 13:21:01 +08:00
|
|
|
|
<div class="project_r_h02" style="width: 980px;">
|
2016-09-07 11:24:38 +08:00
|
|
|
|
<h2 class="project_h2">新建课程</h2>
|
|
|
|
|
</div>
|
2016-10-25 13:21:01 +08:00
|
|
|
|
<div class="hwork_new pr">
|
2016-09-07 11:24:38 +08:00
|
|
|
|
<ul>
|
|
|
|
|
<%= labelled_form_for @syllabus do |f| %>
|
|
|
|
|
<li class="ml45">
|
|
|
|
|
<label><span class="c_red">*</span> 课程名称 :</label>
|
2016-10-28 18:36:35 +08:00
|
|
|
|
<input type="text" name="title" id="new_syllabus_name" class="name_input" placeholder="例如:软件工程" maxlength="100" onkeyup="regex_syllabus_name();">
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<span class="c_red ml80" id="new_syllabus_name_notice" style="display: none;">课程名称不能为空且至少有两个字符</span>
|
2016-09-07 11:24:38 +08:00
|
|
|
|
</li>
|
|
|
|
|
<div class="cl"></div>
|
2016-11-11 17:26:38 +08:00
|
|
|
|
<li class="ml125 fontGrey3"><span class="success-icon mr70">正确示例:</span><span class="error-icon">错误示例:</span></li>
|
|
|
|
|
<li class="ml125 mt5 fontGrey3"><span class="ml25 mr70">软件工程</span><span style="margin-left: 37px;">2016软件工程</span></li>
|
|
|
|
|
<li class="ml125 mt5 fontGrey3"><span class="ml25 mr70">统计学原理</span><span style="margin-left: 25px;">统计学原理计算机系</span></li>
|
|
|
|
|
<li class="ml125 mt5 fontGrey3"><span class="ml25 mr70">并行处理</span><span style="margin-left: 36px;">并行处理2016秋季A班</span></li>
|
2016-10-25 13:21:01 +08:00
|
|
|
|
<li class="mt10 ml45">
|
2016-09-07 11:24:38 +08:00
|
|
|
|
<label><span class="c_white">*</span> <%= l(:label_tags_course_eng_name)%> :</label>
|
|
|
|
|
<input type="text" name="eng_name" id="new_syllabus_eng_name" placeholder="例如:Software Engineering" class="name_input" maxlength="100">
|
|
|
|
|
<!--<span class="c_red" id="new_course_class_period_notice" style="display: none;"></span>-->
|
|
|
|
|
</li>
|
|
|
|
|
<div class="cl"></div>
|
2016-10-25 13:21:01 +08:00
|
|
|
|
<li class="mt10 ml55" >
|
2016-09-07 11:24:38 +08:00
|
|
|
|
<a href="javascript:void(0)" class="blue_btn fl c_white" onclick="submit_new_syllabus();" >提交</a>
|
|
|
|
|
<%= link_to "取消",user_activities_path(User.current.id),:class => "grey_btn fl c_white ml10"%>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</li>
|
|
|
|
|
<% end%>
|
|
|
|
|
</ul>
|
2016-10-25 13:21:01 +08:00
|
|
|
|
<div class="ye_tips_box_inner" style="left: 570px; top: -5px; text-align: left;">
|
|
|
|
|
<em style="top: 9px;"></em>
|
|
|
|
|
<span style="top: 9px;"></span>
|
|
|
|
|
<p>
|
2016-11-11 17:26:38 +08:00
|
|
|
|
课程是针对一个具体的学科方向开展的教学内容与进程安排<br/>本质上,一门课程就是一个教学计划<br/><br/>班级是实行教学任务的群体,创建班级后才能开展在线教学
|
2016-10-25 13:21:01 +08:00
|
|
|
|
</p>
|
|
|
|
|
</div>
|
2016-09-07 11:24:38 +08:00
|
|
|
|
</div><!--talknew end-->
|
2016-06-28 15:13:04 +08:00
|
|
|
|
<div class="cl"></div>
|