From 78181e5e4330051d40b9d88f209b1d6a73017716 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Tue, 30 Jun 2015 16:55:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=EF=BC=9A=E4=BD=9C=E5=93=81?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=92=8C=E6=8F=8F=E8=BF=B0=E4=B8=AD=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E5=87=BA=E7=8E=B0=E5=AD=A6=E7=94=9F=E7=9A=84=E5=A7=93?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/student_work/new.html.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/student_work/new.html.erb b/app/views/student_work/new.html.erb index 1b82ac31b..b4162c4da 100644 --- a/app/views/student_work/new.html.erb +++ b/app/views/student_work/new.html.erb @@ -25,6 +25,11 @@ :homework => @homework.id }) do |f|%>
+ <% if @homework.homework_type == 1%> +
+ 提示:匿评作业提交的作品,作品名称和描述中不能出现真实的姓名信息 +
+ <% end%>

<%= f.text_field "name", :required => true, :size => 60, :class => "bo fl", :maxlength => 200, :placeholder => "作品名称", :onkeyup => "regexStudentWorkName();" %>