From 96bc35552a134e22a080df1dce0ffcd874aa3753 Mon Sep 17 00:00:00 2001 From: cxt Date: Mon, 14 Nov 2016 15:11:37 +0800 Subject: [PATCH 001/112] =?UTF-8?q?=E6=9C=AA=E6=94=B6=E8=97=8F=E7=9A=84?= =?UTF-8?q?=E7=8F=AD=E7=BA=A7=E5=92=8C=E9=A1=B9=E7=9B=AE=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/users_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index c95366835..cf1fc7f4e 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -1653,8 +1653,8 @@ class UsersController < ApplicationController shield_project_ids = ShieldActivity.select("shield_id").where("container_type='User' and container_id=#{@user.id} and shield_type='Project'").map(&:shield_id) shield_course_ids = ShieldActivity.select("shield_id").where("container_type='User' and container_id=#{@user.id} and shield_type='Course'").map(&:shield_id) @page = params[:page] ? params[:page].to_i + 1 : 0 - user_project_ids = (@user.projects.visible.map{|project| project.id}-shield_project_ids).empty? ? "(-1)" : "(" + (@user.projects.visible.map{|project| project.id}-shield_project_ids).join(",") + ")" - user_course_ids = (@user.courses.visible.where("is_delete = 0").map{|course| course.id}-shield_course_ids).empty? ? "(-1)" : "(" + (@user.courses.visible.where("is_delete = 0").map{|course| course.id}-shield_course_ids).join(",") + ")" + user_project_ids = (@user.favorite_projects.visible.map{|project| project.id}-shield_project_ids).empty? ? "(-1)" : "(" + (@user.favorite_projects.visible.map{|project| project.id}-shield_project_ids).join(",") + ")" + user_course_ids = (@user.favorite_courses.visible.where("is_delete = 0").map{|course| course.id}-shield_course_ids).empty? ? "(-1)" : "(" + (@user.favorite_courses.visible.where("is_delete = 0").map{|course| course.id}-shield_course_ids).join(",") + ")" course_types = "('Message','News','HomeworkCommon','Poll','Course','JournalsForMessage')" project_types = "('Message','Issue','Project')" principal_types = "JournalsForMessage" From 0ed878e718df24c2b75489ce6e675f10d6aa9816 Mon Sep 17 00:00:00 2001 From: cxt Date: Mon, 14 Nov 2016 15:36:36 +0800 Subject: [PATCH 002/112] =?UTF-8?q?404=E3=80=81403=E3=80=81500=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/courses_controller.rb | 2 +- app/views/common/403.html | 56 ++++++++++++++++-------- app/views/common/404.html | 59 ++++++++++++++++++-------- public/500.html | 48 +++++++++++++++++++-- public/images/404/pic_403.jpg | Bin 0 -> 26392 bytes public/images/404/pic_404.jpg | Bin 0 -> 28199 bytes public/images/404/pic_500.jpg | Bin 0 -> 27994 bytes public/stylesheets/css/common.css | 30 +++++++++++++ public/stylesheets/css/public.css | 8 +++- 9 files changed, 162 insertions(+), 41 deletions(-) create mode 100644 public/images/404/pic_403.jpg create mode 100644 public/images/404/pic_404.jpg create mode 100644 public/images/404/pic_500.jpg diff --git a/app/controllers/courses_controller.rb b/app/controllers/courses_controller.rb index 4af7d6644..0bb027153 100644 --- a/app/controllers/courses_controller.rb +++ b/app/controllers/courses_controller.rb @@ -1457,7 +1457,7 @@ class CoursesController < ApplicationController WHERE student_works.homework_common_id = homework_commons.id AND homework_commons.course_id = #{@course.id} AND student_works.user_id = members.user_id - ) AS score,(SELECT (message_num*2 + message_reply_num*1 + news_reply_num*1 + news_num*1 + + ) AS score,(SELECT max(message_num*2 + message_reply_num*1 + news_reply_num*1 + news_num*1 + resource_num*5 + journal_num*1 + homework_journal_num*1 ) FROM `course_contributor_scores` AS ccs WHERE ccs.course_id = #{@course.id} AND ccs.user_id = members.user_id ) AS act_score,(SELECT SUM(exercise_users.score) FROM exercise_users,exercises WHERE exercise_users.exercise_id = exercises.id AND exercises.course_id = #{@course.id} AND exercise_users.user_id = members.user_id) AS ex_score, diff --git a/app/views/common/403.html b/app/views/common/403.html index d063b315e..78dc6dae7 100644 --- a/app/views/common/403.html +++ b/app/views/common/403.html @@ -12,13 +12,6 @@ .cl{ clear:both; overflow:hidden; } a{ text-decoration:none !important; } a:hover{ } - - .error_content{ width:550px; height:200px; margin:0 auto; padding:10px 0;} - .error_left{color:#15bccf; font-size:100px; font-weight:bold; font-style:oblique; width:200px; height:120px; padding-right:30px; float:left;} - .error_right{ width:240px; height:120px; float:left;color:#15bccf; font-size: 17px; font-weight:bold; padding-left:30px; margin-top:40px; border-left:1px dashed #CCC; } - .error_link{ margin-top:8px;} - .error_link a{ display:block; width:80px; height:28px; font-size:14px; font-weight:bold; color:#fff; text-align:center; background:#15bccf; float:left; margin-right:10px;} - .error_link a:hover{ background:#ff8417;} - -
-
403
-
-

ERROR FORBIDDEN
- 没有访问权限!建议您

- +
+
-
-
- ddd -
- - ddd
-
+ + - diff --git a/public/stylesheets/css/common.css b/public/stylesheets/css/common.css index 4ca947af4..a5eb0bc6d 100644 --- a/public/stylesheets/css/common.css +++ b/public/stylesheets/css/common.css @@ -709,7 +709,8 @@ input.issues_calendar_input{ padding-left:5px; color:#444; border-right:none;} .issues_form_filter select.issues_filter_select_min{width:50px; } .issues_form_filter select:focus,.issues_form_filter input:focus{border:none; } .issues_filter_data input{height:28px;width:91px; border:1px solid #c8c8c8;background-color:#fff;} -.issues_form_filter select{appearance:none;-moz-appearance:none;-webkit-appearance:none; background: url("../images/project/arrow.png") no-repeat scroll right center transparent;} +.issues_form_filter select{appearance:none;-moz-appearance:none;-webkit-appearance:none; background: url("/images/new_project/arrow.png") no-repeat scroll right center transparent;} +.issues_form_filter select.my_issues_filter{ background:none; width:70px; padding-right:10px;padding-left:10px;} input.issues_calendar_input{ padding-left:5px; color:#444; border-right:none;} .issues_data_img{ display:block; width:25px; height:28px; border:1px solid #c8c8c8; border-left:none; background: url("../images/public_icon.png") -29px 9px no-repeat; } @@ -800,4 +801,11 @@ a:hover.sy_btn_pink{ background: #e64c4c;} select.issues_filter_active { font-weight: bold; color: #333;} .issues_form_filter select.issues_filter_select_min02{width:60px; } .issues_form_filter select.issues_filter_select_max{width:90px; } -.issues_list_txt li.issues_list_max{ width:90px } \ No newline at end of file +.issues_list_txt li.issues_list_max{ width:90px } +.btn_newpro_grey{display: inline-block;color: #7b7b7b; border:1px solid #dbdbdb;background:#fff;text-align: center;font-size: 12px; padding:0 15px; height:24px; line-height: 24px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px;} +a:hover.btn_newpro_grey,a:active.btn_newpro_grey{ background: #eaeaea;} + +.my_issues_form_filter{ position: absolute; top:0; right: 0;} +.my_issues_form_filter select{ width:70px; height:30px; border:none; font-size:14px; border:none;border-right:none; color: #888; font-size: 12px; line-height: 30px; text-align:center} +.my_issues_form_filter select.issues_filter_select_min{width:50px; } +.my_issues_form_filter select{appearance:none;-moz-appearance:none;-webkit-appearance:none;} \ No newline at end of file From 3ebc3c649288bdcc82967eb3662ec850a837fc5b Mon Sep 17 00:00:00 2001 From: cxt Date: Thu, 17 Nov 2016 17:04:00 +0800 Subject: [PATCH 022/112] =?UTF-8?q?=E8=80=81=E5=B8=88=E3=80=81=E5=AD=A6?= =?UTF-8?q?=E7=94=9F=E6=B5=8B=E9=AA=8C=E5=88=97=E8=A1=A8=E7=9A=84=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/exercise_controller.rb | 13 ++- app/models/exercise_user.rb | 1 + app/views/exercise/_exercise.html.erb | 104 +++++++++--------- app/views/exercise/_student_table.html.erb | 8 +- app/views/exercise/index.html.erb | 71 +++++------- app/views/exercise/publish_exercise.js.erb | 13 +-- app/views/exercise/republish_exercise.js.erb | 13 +-- ...1117060138_add_column_to_exercise_users.rb | 15 +++ db/schema.rb | 8 +- lib/tasks/exercise_publish.rake | 4 +- public/stylesheets/css/common.css | 1 + public/stylesheets/css/moduel.css | 2 + 12 files changed, 129 insertions(+), 124 deletions(-) create mode 100644 db/migrate/20161117060138_add_column_to_exercise_users.rb diff --git a/app/controllers/exercise_controller.rb b/app/controllers/exercise_controller.rb index ec89b9bc2..02a8400a7 100644 --- a/app/controllers/exercise_controller.rb +++ b/app/controllers/exercise_controller.rb @@ -374,12 +374,13 @@ class ExerciseController < ApplicationController =end @is_teacher = User.current.allowed_to?(:as_teacher,@course) || User.current.admin? @all_exercises = @course.exercises.where("exercise_status > 1").order("created_at desc") - @exercise_count = @exercise.exercise_users.where('score is not NULL').count - if @is_teacher || (!@exercise.exercise_users.where(:user_id => User.current.id).empty? && @exercise.end_time <= Time.now) - @exercise_users_list = @exercise.exercise_users.where('score is not NULL') + student_id = @course.student.blank? ? "(-1)" : "(" + @course.student.map{|student| student.student_id}.join(",") + ")" + @exercise_count = @exercise.exercise_users.where("score is not NULL and user_id in #{student_id}").count + if @is_teacher || (!@exercise.exercise_users.where("user_id = #{User.current.id} and user_id in #{student_id}").empty? && @exercise.end_time <= Time.now) + @exercise_users_list = @exercise.exercise_users.where("score is not NULL and user_id in #{student_id}") @show_all = true; - elsif !@exercise.exercise_users.where(:user_id => User.current.id).empty? && @exercise.end_time > Time.now - @exercise_users_list = @exercise.exercise_users.where("user_id = ? and score is not NULL",User.current.id) + elsif !@exercise.exercise_users.where("user_id = #{User.current.id} and user_id in #{student_id}").empty? && @exercise.end_time > Time.now + @exercise_users_list = @exercise.exercise_users.where("user_id = ? and score is not NULL and user_id in #{student_id}",User.current.id) else @exercise_users_list = [] end @@ -537,7 +538,7 @@ class ExerciseController < ApplicationController else # 更新提交状态 cur_exercise_user = ExerciseUser.where("user_id =? and exercise_id=?", User.current, @exercise.id).first - cur_exercise_user.update_attributes(:status => 1) + cur_exercise_user.update_attributes(:status => 1, :commit_status => 1) # 答题过程中需要统计完成量 @uncomplete_question = get_uncomplete_question(@exercise, User.current) # 获取改学生的考试得分 diff --git a/app/models/exercise_user.rb b/app/models/exercise_user.rb index 2d5da5d95..c675f35a3 100644 --- a/app/models/exercise_user.rb +++ b/app/models/exercise_user.rb @@ -1,4 +1,5 @@ class ExerciseUser < ActiveRecord::Base + #commit_status 0:未交 1:已交 include Redmine::SafeAttributes belongs_to :user diff --git a/app/views/exercise/_exercise.html.erb b/app/views/exercise/_exercise.html.erb index 7a871591e..fbad24aed 100644 --- a/app/views/exercise/_exercise.html.erb +++ b/app/views/exercise/_exercise.html.erb @@ -3,13 +3,8 @@ <% if @is_teacher%>
-
- <%# if has_commit %> - <%#= link_to poll_name, poll_result_poll_path(poll.id), :class => "polls_title polls_title_w fl c_dblue"%> - <%# else %> - <%#= link_to poll_name, exercise_path(poll.id), :class => "polls_title polls_title_w fl c_dblue" %> - <%# end %> - <%= link_to (index.to_i+1).to_s+". "+exercise_name, exercise_path(exercise.id), :class => "polls_title polls_title_w fl c_dblue" %> +
+ <%= link_to (index.to_i+1).to_s+". "+exercise_name, exercise_path(exercise.id), :class => "polls_title polls_title_w fl c_dblue mw450", :title => "#{exercise_name}" %> <% if exercise.exercise_status == 1 %> <% elsif exercise.exercise_status == 2 %> @@ -20,19 +15,9 @@
- <%# if exercise.exercise_status == 2 %> - - <%# else %> - - <%# end%> - - <%# if exercise.exercise_status == 1%> - - <%# elsif exercise.exercise_status == 2 || exercise.exercise_status == 3 %> - - <%# end%> <% if exercise.exercise_status == 1 %> - + <% end_time_status = exercise.end_time.nil? ? 1 : (exercise.end_time <= Time.now ? 2 : 3) %> + <% elsif exercise.exercise_status == 2%> <% else%> @@ -51,15 +36,15 @@ 测试时长:<%= exercise.time.nil? || exercise.time == -1 ? '不限' : exercise.time.to_s + "分钟" %> 截止时间:<%= exercise.end_time.nil? ? '未设置' : format_time(exercise.end_time) %> 发布时间:<%= exercise.publish_time.nil? ? '未设置' : format_time(exercise.publish_time) %> - <% if exercise.exercise_status > 2 %> - 已提交:<%= exercise.exercise_users.where("created_at >= #{exercise.end_time.to_i}").count %> - 未提交:<%= exercise.course.student.count - exercise.exercise_users.where("created_at >= #{exercise.end_time.to_i}").count %> + <% if @is_teacher && exercise.exercise_status > 2 %> + 已提交:<%= exercise.exercise_users.where("commit_status = 1").count %> + 未提交:<%= exercise.course.student.count - exercise.exercise_users.where("commit_status = 1").count %> <% end %>
- + <% if exercise.exercise_status == 1 %> - <%= link_to '', edit_exercise_path(exercise.id), :class => "ex_icon_edit mt0"%> + <%= link_to '', edit_exercise_path(exercise.id), :title => "编辑试卷", :class => "ex_icon_edit mt0"%> <% end%>
@@ -67,31 +52,50 @@ <% else%> <% if exercise.exercise_status != 1%> - <%# if has_commit%> - - <%#else%> - <%= link_to (index.to_i+1).to_s+". "+exercise_name, exercise_path(exercise.id), :class => "polls_title polls_title_st fl c_dblue"%> <% eu = ExerciseUser.where("exercise_id=? and user_id=? and status=?",exercise.id, User.current.id, true).first %> - <% if exercise.end_time <= Time.now && eu && exercise.end_time >= eu.created_at %> -
  • 已答
  • - <% end %> - <%#end%> +
    + <%= link_to (index.to_i+1).to_s+". "+exercise_name, exercise_path(exercise.id), :title => "#{exercise_name}", :class => "polls_title polls_title_st fl c_dblue "%> + <% if exercise.exercise_status == 1 %> + + <% elsif exercise.exercise_status == 2 %> + + <% else %> + + <% end%> + <% if eu && exercise.end_time >= eu.created_at %> + + <% else %> + + <% end %> +
    +
    +
    + 测试时长:<%= exercise.time.nil? || exercise.time == -1 ? '不限' : exercise.time.to_s + "分钟" %> + 截止时间:<%= exercise.end_time.nil? ? '未设置' : format_time(exercise.end_time) %> + 发布时间:<%= exercise.publish_time.nil? ? '未设置' : format_time(exercise.publish_time) %> + + <% exercise_end = exercise.end_time > Time.now + if exercise.time == -1 || exercise.time.nil? + can_edit_excercise = exercise_end + else + can_edit_excercise = !has_commit_exercise?(exercise.id,User.current.id)&& exercise_end + end%> + <% if can_edit_excercise && eu %> + 继续答题 + <% elsif can_edit_excercise %> + 开始答题 + <% else %> + 查看答题 + <% end %> + <% if exercise.show_result == 1 %> + <% if exercise.end_time <= Time.now %> + <%= link_to l(:label_statistical_results), student_exercise_list_exercise_path(exercise.id,:course_id => @course.id), :class => "pollsbtn fr mr10"%> + <% else %> +
    统计结果
    + <%end%> + <% end %> +
    +
    <% end%> -
  • 截止时间:<%= format_time(exercise.end_time.to_s)%>
  • - <% if exercise.show_result == 1 %> - <% if exercise.end_time <= Time.now %> -
  • <%= link_to l(:label_statistical_results), student_exercise_list_exercise_path(exercise.id,:course_id => @course.id), :class => "pollsbtn fr mr10"%>
  • - <% else %> -
  • 统计结果
  • - <%end%> - <% end %> -<% end%> - \ No newline at end of file + +<% end%> \ No newline at end of file diff --git a/app/views/exercise/_student_table.html.erb b/app/views/exercise/_student_table.html.erb index 13f928a0e..6d4b25a44 100644 --- a/app/views/exercise/_student_table.html.erb +++ b/app/views/exercise/_student_table.html.erb @@ -23,9 +23,9 @@ <%=exercise.user.show_name %> - - - + + + -- @@ -33,7 +33,7 @@ <% if exercise.created_at%> <%= Time.parse(format_time(exercise.created_at)).strftime("%m-%d %H:%M")%>  - <% if @exercise.end_time <= exercise.created_at %> + <% if exercise.commit_status == 0 %> [未答] <% end %> <% end %> diff --git a/app/views/exercise/index.html.erb b/app/views/exercise/index.html.erb index 68adfb4d4..c8ca72a59 100644 --- a/app/views/exercise/index.html.erb +++ b/app/views/exercise/index.html.erb @@ -5,31 +5,16 @@ }); function republish_exercise(exercise_id,index) { - $('#ajax-modal').html("
    " + - "
    " + - "
    " + - "

    取消发布后学生答题将会被清空
    是否确定取消发布该测验?

    " + - "
    " + - "确  定" + - "取  消" + - "
    " + - "
    " + - "
    " + - "
    " + - "
    "); - showModal('ajax-modal', '310px'); - $('#ajax-modal').css('height','120px'); - $('#ajax-modal').siblings().remove(); - $('#ajax-modal').before("" + - ""); - $('#ajax-modal').parent().removeClass("alert_praise"); - $('#ajax-modal').parent().css("top","").css("left","").css("border","3px solid #269ac9"); - $('#ajax-modal').parent().addClass("popbox_polls"); + var htmlvalue = '

    提示

    '+ + '

    取消发布后学生答题将会被清空
    是否确定取消发布该试卷?

    ' + + '取  消' + + '确  定
    '; + pop_box_new(htmlvalue, 400, 152); } function clickCanel(){hideModal("#popbox02");} - function exercise_submit(exercise_id,exercise_name,index) + function exercise_submit(status, exercise_id,exercise_name,index) { if(exercise_name == 0) { @@ -37,29 +22,31 @@ } else { - $('#ajax-modal').html("
    " + - "
    " + - "
    " + - "

    测验发布后将不能对测验进行修改,
    是否确定发布该测验?

    " + - "
    " + - "确  定" + - "取  消" + - "
    " + - "
    " + - "
    " + - "
    " + - "
    "); - showModal('ajax-modal', '310px'); - $('#ajax-modal').css('height','120px'); - $('#ajax-modal').siblings().remove(); - $('#ajax-modal').before("" + - ""); - $('#ajax-modal').parent().removeClass("alert_praise"); - $('#ajax-modal').parent().css("top","").css("left","").css("border","3px solid #269ac9"); - $('#ajax-modal').parent().addClass("popbox_polls"); + if (status == 1){ + var htmlvalue = '

    提示

    '+ + '

    您还没有设置截止时间,请先设置截止时间再发布

    ' + + '知道了
    '; + pop_box_new(htmlvalue, 400, 152); + } else if(status == 2){ + var htmlvalue = '

    提示

    '+ + '

    您设置的截止时间已过期,请重新设置

    ' + + '知道了
    '; + pop_box_new(htmlvalue, 400, 152); + } else{ + var htmlvalue = '

    提示

    '+ + '

    发布后不能再对试卷进行修改
    是否确定发布

    ' + + '取  消' + + '确  定
    '; + pop_box_new(htmlvalue, 400, 152); + } } } - + function delete_exercise(id){ + var htmlvalue = '

    提示

    '+ + '

    您是否确定删除

    确定'+ + '取消
    '; + pop_box_new(htmlvalue, 300, 140); + }
    diff --git a/app/views/exercise/publish_exercise.js.erb b/app/views/exercise/publish_exercise.js.erb index 004ca9625..70faa477b 100644 --- a/app/views/exercise/publish_exercise.js.erb +++ b/app/views/exercise/publish_exercise.js.erb @@ -1,10 +1,5 @@ $("#exercises_<%= @exercise.id %>").html("<%= escape_javascript(render :partial => 'exercise',:locals => {:exercise => @exercise,:index =>@index}) %>"); -$('#ajax-modal').html("<%= escape_javascript(render :partial => 'alert', locals: { :message => l(:label_memo_create_succ)}) %>"); -showModal('ajax-modal', '250px'); -//$('#ajax-modal').css('height','111px'); -$('#ajax-modal').siblings().remove(); -$('#ajax-modal').before("" + - ""); -$('#ajax-modal').parent().removeClass("alert_praise"); -$('#ajax-modal').parent().css("top","").css("left","").css("border","3px solid #269ac9"); -$('#ajax-modal').parent().addClass("poll_alert_form"); \ No newline at end of file +var htmlvalue = '

    提示

    '+ + '

    发布成功

    ' + + '知道了
    '; +pop_box_new(htmlvalue, 400, 152); \ No newline at end of file diff --git a/app/views/exercise/republish_exercise.js.erb b/app/views/exercise/republish_exercise.js.erb index a55cefbde..372cd08dc 100644 --- a/app/views/exercise/republish_exercise.js.erb +++ b/app/views/exercise/republish_exercise.js.erb @@ -1,10 +1,5 @@ $("#exercises_<%= @exercise.id %>").html("<%= escape_javascript(render :partial => 'exercise',:locals => {:exercise => @exercise,:index => @index}) %>"); -$('#ajax-modal').html("<%= escape_javascript(render :partial => 'alert', locals: { :message => l(:label_poll_republish_success)}) %>"); -showModal('ajax-modal', '250px'); -//$('#ajax-modal').css('height','80px'); -$('#ajax-modal').siblings().remove(); -$('#ajax-modal').before("" + - ""); -$('#ajax-modal').parent().removeClass("alert_praise"); -$('#ajax-modal').parent().css("top","").css("left","").css("border","3px solid #269ac9"); -$('#ajax-modal').parent().addClass("poll_alert_form"); \ No newline at end of file +var htmlvalue = '

    提示

    '+ + '

    取消成功

    ' + + '知道了
    '; +pop_box_new(htmlvalue, 400, 152); \ No newline at end of file diff --git a/db/migrate/20161117060138_add_column_to_exercise_users.rb b/db/migrate/20161117060138_add_column_to_exercise_users.rb new file mode 100644 index 000000000..02ef19007 --- /dev/null +++ b/db/migrate/20161117060138_add_column_to_exercise_users.rb @@ -0,0 +1,15 @@ +class AddColumnToExerciseUsers < ActiveRecord::Migration + def change + add_column :exercise_users, :commit_status, :integer, :default => 0 + count = ExerciseUser.all.count / 30 + 2 + transaction do + for i in 1 ... count do i + ExerciseUser.page(i).per(30).each do |eu| + if eu.exercise && eu.exercise.end_time < Time.now && eu.exercise.end_time > eu.created_at + eu.update_column('commit_status', 1) + end + end + end + end + end +end diff --git a/db/schema.rb b/db/schema.rb index fd75bb020..b645ba5ad 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20161114092115) do +ActiveRecord::Schema.define(:version => 20161117060138) do create_table "activities", :force => true do |t| t.integer "act_id", :null => false @@ -806,10 +806,11 @@ ActiveRecord::Schema.define(:version => 20161114092115) do t.integer "exercise_id" t.integer "score" t.datetime "start_at" - t.datetime "created_at", :null => false - t.datetime "updated_at", :null => false + t.datetime "created_at", :null => false + t.datetime "updated_at", :null => false t.datetime "end_at" t.integer "status" + t.integer "commit_status", :default => 0 end create_table "exercises", :force => true do |t| @@ -1910,6 +1911,7 @@ ActiveRecord::Schema.define(:version => 20161114092115) do t.float "work_score" t.integer "work_status", :default => 0 t.datetime "commit_time" + t.integer "is_delete", :default => 0 end add_index "student_works", ["homework_common_id", "user_id"], :name => "index_student_works_on_homework_common_id_and_user_id" diff --git a/lib/tasks/exercise_publish.rake b/lib/tasks/exercise_publish.rake index de93b3861..3683847dd 100644 --- a/lib/tasks/exercise_publish.rake +++ b/lib/tasks/exercise_publish.rake @@ -24,8 +24,10 @@ namespace :exercise_publish do course = exercise.course exercise.update_column('exercise_status', 3) course.student.each do |student| - if ExerciseUser.where("user_id = ? && exercise_id = ?",student.student_id,exercise.id).empty? + if ExerciseUser.where("user_id = ? && exercise_id = ?",student.student_id,exercise.id).blank? ExerciseUser.create(:user_id => student.student_id, :exercise_id => exercise.id, :start_at => exercise.end_time, :status => true,:score=>0) + else + ExerciseUser.where("user_id = ? && exercise_id = ?",student.student_id,exercise.id).first.update_column('commit_status', 1) end =begin s_score = calculate_student_score(exercise, student.student) diff --git a/public/stylesheets/css/common.css b/public/stylesheets/css/common.css index 55617868f..e957e0127 100644 --- a/public/stylesheets/css/common.css +++ b/public/stylesheets/css/common.css @@ -181,6 +181,7 @@ h4{ font-size:14px;}/*color:#3b3b3b;*/ .mw20{ margin: 0 20px;} .mw380 {max-width: 380px !important;} .mw400 {max-width: 400px !important;} +.mw450 {max-width: 450px !important;} .mt-20 {margin-top:-20px;} .mt-10 {margin-top:-10px;} .mt-4 {margin-top:-4px;} diff --git a/public/stylesheets/css/moduel.css b/public/stylesheets/css/moduel.css index 97623c1d2..2161753b1 100644 --- a/public/stylesheets/css/moduel.css +++ b/public/stylesheets/css/moduel.css @@ -21,6 +21,8 @@ input.radio-width90{ width: 90px; } /*模板buttons 20161013byLB*/ .btn{display: inline-block;border:none; padding:0 10px;color: #333;background: #e1e1e1; text-align:center;font-size: 12px; height: 30px;line-height: 30px;-webkit-border-radius: 3px;-moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } .btn:hover{background: #c3c3c3; color: #333;} +.btn-grey{background: #d9d9d9; color: #656565;} +.btn-grey:hover{background: #717171; color: #fff;} .btn-green{background: #60b25e; color: #fff;} .btn-green:hover{background: #51a74f; color: #fff;} .btn-blue{background: #3b94d6; color: #fff;} From 4d7dbc1fc6d0d3c841f9fc40ee7b345fd0b8f1bf Mon Sep 17 00:00:00 2001 From: cxt Date: Thu, 17 Nov 2016 17:07:01 +0800 Subject: [PATCH 023/112] =?UTF-8?q?=E5=B7=B2=E5=8F=91=E5=B8=83=E7=9A=84?= =?UTF-8?q?=E8=AF=95=E5=8D=B7=E6=98=BE=E7=A4=BA=E6=8F=90=E4=BA=A4=E6=83=85?= =?UTF-8?q?=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/exercise/_exercise.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/exercise/_exercise.html.erb b/app/views/exercise/_exercise.html.erb index fbad24aed..a1dd20627 100644 --- a/app/views/exercise/_exercise.html.erb +++ b/app/views/exercise/_exercise.html.erb @@ -36,7 +36,7 @@ 测试时长:<%= exercise.time.nil? || exercise.time == -1 ? '不限' : exercise.time.to_s + "分钟" %> 截止时间:<%= exercise.end_time.nil? ? '未设置' : format_time(exercise.end_time) %> 发布时间:<%= exercise.publish_time.nil? ? '未设置' : format_time(exercise.publish_time) %> - <% if @is_teacher && exercise.exercise_status > 2 %> + <% if @is_teacher && exercise.exercise_status > 1 %> 已提交:<%= exercise.exercise_users.where("commit_status = 1").count %> 未提交:<%= exercise.course.student.count - exercise.exercise_users.where("commit_status = 1").count %> <% end %> From 8f7e6004fd3d3e8593d084930e005d833c6fe76e Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Thu, 17 Nov 2016 17:09:07 +0800 Subject: [PATCH 024/112] =?UTF-8?q?=E6=88=91=E7=9A=84issue=E5=B1=85?= =?UTF-8?q?=E4=B8=AD=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/css/common.css | 2 +- public/stylesheets/css/project.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/css/common.css b/public/stylesheets/css/common.css index a5eb0bc6d..132543367 100644 --- a/public/stylesheets/css/common.css +++ b/public/stylesheets/css/common.css @@ -795,7 +795,7 @@ a.sy_btn_pink{ a:hover.sy_btn_pink{ background: #e64c4c;} /* 我的缺陷列表*/ -.myissues_con{ width:968px; padding:15px; border:1px solid #ddd; background-color:#fff; color:#444; } +.myissues_con{ width:968px; padding:15px; border:1px solid #ddd; background-color:#fff; color:#444; margin: 0 auto; } .myissues_head{ width: 100%; height: 40px; line-height: 40px; background: #f4f4f4; } .myissues_head h2{ font-size: 14px;} select.issues_filter_active { font-weight: bold; color: #333;} diff --git a/public/stylesheets/css/project.css b/public/stylesheets/css/project.css index a5ea850f2..cf56102b3 100644 --- a/public/stylesheets/css/project.css +++ b/public/stylesheets/css/project.css @@ -832,7 +832,7 @@ a.sy_corange{ color: #ee4a1f;} a.sy_cblue{ color: #3b94d6;} /* 我的缺陷列表*/ -.myissues_con{ width:968px; padding:15px; border:1px solid #ddd; background-color:#fff; color:#444; } +.myissues_con{ width:968px; padding:15px; border:1px solid #ddd; background-color:#fff; color:#444;} .myissues_head{ width: 100%; height: 40px; line-height: 40px; background: #f4f4f4; } .myissues_head h2{ font-size: 14px;} select.issues_filter_active { font-weight: bold; color: #333;} From db71b1578b8840ffb659188dc5ff3c748565a1db Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 18 Nov 2016 10:43:49 +0800 Subject: [PATCH 025/112] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=EF=BC=8C=E5=BF=85=E9=A1=BB=E5=85=88?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E4=BD=9C=E4=B8=9A=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/helpers/application_helper.rb | 4 + app/views/homework_common/index.html.erb | 2 + app/views/users/_user_homework_form.html.erb | 112 +++++++++++-------- app/views/users/user_select_homework.js.erb | 3 +- 4 files changed, 71 insertions(+), 50 deletions(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index c4746ff29..992cfcaf0 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -3724,6 +3724,9 @@ end #作业类型 def homework_type_option type = [] + option0 = [] + option0 << "请选择" + option0 << 0 option1 = [] option1 << "普通作业" option1 << 1 @@ -3733,6 +3736,7 @@ def homework_type_option option3 = [] option3 << "分组作业" option3 << 3 + type << option0 type << option1 type << option2 type << option3 diff --git a/app/views/homework_common/index.html.erb b/app/views/homework_common/index.html.erb index a388d2270..8fd06e166 100644 --- a/app/views/homework_common/index.html.erb +++ b/app/views/homework_common/index.html.erb @@ -12,6 +12,8 @@ $("#homework_end_time_span").text(""); $("#homework_course_id_span").text(""); $("#homework_editor").toggle(); + $("#select_type_nitice").show(); + document.getElementById("homework_type_option").options[0].selected = true; } $(function(){ diff --git a/app/views/users/_user_homework_form.html.erb b/app/views/users/_user_homework_form.html.erb index 842cf50f4..32ca4e50e 100644 --- a/app/views/users/_user_homework_form.html.erb +++ b/app/views/users/_user_homework_form.html.erb @@ -6,17 +6,23 @@ \ No newline at end of file diff --git a/config/routes.rb b/config/routes.rb index e523bbf9a..781b5acbd 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1243,6 +1243,7 @@ RedmineApp::Application.routes.draw do get 'search_not_group_member' post 'add_members' get 'delete_member' + get 'archive_course' end collection do match 'join_private_courses', :via => [:get, :post] diff --git a/public/javascripts/course.js b/public/javascripts/course.js index 188c383d7..338930548 100644 --- a/public/javascripts/course.js +++ b/public/javascripts/course.js @@ -81,7 +81,11 @@ function regex_course_name(str) if($("#new_syllabus_id").length > 0){ syl_title = $("#new_syllabus_id").find("option:selected").text(); } else{ - syl_title = $("#edit_syllabus_id").html(); + if(str == "edit"){ + syl_title = $("#edit_syllabus_id").html(); + } else{ + syl_title = $("#course_syllabus_title").html(); + } } if(name.length < 2) { diff --git a/public/stylesheets/css/common.css b/public/stylesheets/css/common.css index e957e0127..5a7f18e26 100644 --- a/public/stylesheets/css/common.css +++ b/public/stylesheets/css/common.css @@ -549,6 +549,24 @@ a:hover.BlueCirBtnMini{ background:#3598db; color:#fff;} a.BlueCirBtnMiddle{ display:block;width:50px; height:24px; background-color:#ffffff; line-height:24px; vertical-align:middle; text-align:center; border:1px solid #3598db; color:#3598db; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;} a:hover.BlueCirBtnMiddle{ background:#3598db; color:#fff;} /* 按钮*/ +a.btn_grey_big{ + display: inline-block; + border: 1px solid #ccc; + color: #747474; + text-align: center; + font-size: 14px; + padding:0 10px; + height: 30px; + line-height: 30px; + -webkit-border-radius:3px; + -moz-border-radius:3px; + -o-border-radius:3px; + border-radius:3px; +} +a:hover.btn_grey_big{ + background: #c3c3c3; + color: #fff; +} a.btn_orange_big{ display:inline-block; border: 1px solid #ee4a1f; From 9a30369cef5d04a6c53476906f06a4964457b801 Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 18 Nov 2016 16:37:25 +0800 Subject: [PATCH 028/112] =?UTF-8?q?=E7=8F=AD=E7=BA=A7=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=EF=BC=9A=E4=B8=A4=E7=A7=8D=E8=BA=AB=E4=BB=BD=EF=BC=88=E5=8A=A9?= =?UTF-8?q?=E6=95=99=E5=92=8C=E5=AD=A6=E7=94=9F=EF=BC=89=E7=9A=84=E6=88=90?= =?UTF-8?q?=E5=91=98=E5=8C=BF=E8=AF=84=E6=89=A3=E5=88=86=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/homework_common_controller.rb | 6 +++--- app/controllers/student_work_controller.rb | 6 +++--- lib/tasks/homework_evaluation.rake | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/controllers/homework_common_controller.rb b/app/controllers/homework_common_controller.rb index b479fa206..b9a49dbcb 100644 --- a/app/controllers/homework_common_controller.rb +++ b/app/controllers/homework_common_controller.rb @@ -261,20 +261,20 @@ class HomeworkCommonController < ApplicationController work_ids = "(" + @homework.student_works.has_committed.map(&:id).join(",") + ")" if @homework.homework_type != 3 @homework.student_works.has_committed.each do |student_work| - absence_penalty_count = student_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - student_work.user.student_works_scores.where("student_work_id IN #{work_ids}").count + absence_penalty_count = student_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - student_work.user.student_works_scores.where("student_work_id IN #{work_ids} and reviewer_role = 3").count student_work.absence_penalty = absence_penalty_count > 0 ? absence_penalty_count * @homework_detail_manual.absence_penalty : 0 student_work.save end else @homework.student_works.has_committed.each do |student_work| - absence_penalty_count = student_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - student_work.user.student_works_scores.where("student_work_id IN #{work_ids}").count + absence_penalty_count = student_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - student_work.user.student_works_scores.where("student_work_id IN #{work_ids} and reviewer_role = 3").count student_work.absence_penalty = absence_penalty_count > 0 ? absence_penalty_count * @homework_detail_manual.absence_penalty : 0 student_work.save pros = student_work.student_work_projects.where("is_leader = 0") user_ids = pros.empty? ? "(-1)" : "(" + pros.map{|stu|stu.user_id}.join(",") + ")" student_works = @homework.student_works.where("user_id in #{user_ids}") student_works.each do |st_work| - absence_penalty_count = st_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - st_work.user.student_works_scores.where("student_work_id IN #{work_ids}").count + absence_penalty_count = st_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - st_work.user.student_works_scores.where("student_work_id IN #{work_ids} and reviewer_role = 3").count st_work.absence_penalty = absence_penalty_count > 0 ? absence_penalty_count * @homework_detail_manual.absence_penalty : 0 st_work.save end diff --git a/app/controllers/student_work_controller.rb b/app/controllers/student_work_controller.rb index f788efd3f..fb99f6507 100644 --- a/app/controllers/student_work_controller.rb +++ b/app/controllers/student_work_controller.rb @@ -988,20 +988,20 @@ class StudentWorkController < ApplicationController work_ids = "(" + @homework.student_works.has_committed.map(&:id).join(",") + ")" if @homework.homework_type != 3 @homework.student_works.has_committed.each do |student_work| - absence_penalty_count = student_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - student_work.user.student_works_scores.where("student_work_id IN #{work_ids}").count + absence_penalty_count = student_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - student_work.user.student_works_scores.where("student_work_id IN #{work_ids} and reviewer_role = 3").count student_work.absence_penalty = absence_penalty_count > 0 ? absence_penalty_count * homework_detail_manual.absence_penalty : 0 student_work.save end else @homework.student_works.has_committed.each do |student_work| - absence_penalty_count = student_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - student_work.user.student_works_scores.where("student_work_id IN #{work_ids}").count + absence_penalty_count = student_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - student_work.user.student_works_scores.where("student_work_id IN #{work_ids} and reviewer_role = 3").count student_work.absence_penalty = absence_penalty_count > 0 ? absence_penalty_count * homework_detail_manual.absence_penalty : 0 student_work.save pros = student_work.student_work_projects.where("is_leader = 0") user_ids = pros.empty? ? "(-1)" : "(" + pros.map{|stu|stu.user_id}.join(",") + ")" student_works = @homework.student_works.where("user_id in #{user_ids}") student_works.each do |st_work| - absence_penalty_count = st_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - st_work.user.student_works_scores.where("student_work_id IN #{work_ids}").count + absence_penalty_count = st_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - st_work.user.student_works_scores.where("student_work_id IN #{work_ids} and reviewer_role = 3").count st_work.absence_penalty = absence_penalty_count > 0 ? absence_penalty_count * homework_detail_manual.absence_penalty : 0 st_work.save end diff --git a/lib/tasks/homework_evaluation.rake b/lib/tasks/homework_evaluation.rake index 2252bdaf5..7494e80f8 100644 --- a/lib/tasks/homework_evaluation.rake +++ b/lib/tasks/homework_evaluation.rake @@ -84,13 +84,13 @@ namespace :homework_evaluation do work_ids = "(" + homework_common.student_works.has_committed.map(&:id).join(",") + ")" if homework_common.homework_type != 3 homework_common.student_works.has_committed.each do |student_work| - absence_penalty_count = student_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - student_work.user.student_works_scores.where("student_work_id IN #{work_ids}").count + absence_penalty_count = student_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - student_work.user.student_works_scores.where("student_work_id IN #{work_ids} and reviewer_role = 3").count student_work.absence_penalty = absence_penalty_count > 0 ? absence_penalty_count * homework_detail_manual.absence_penalty : 0 student_work.save end else homework_common.student_works.has_committed.each do |student_work| - absence_penalty_count = student_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - student_work.user.student_works_scores.where("student_work_id IN #{work_ids}").count + absence_penalty_count = student_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - student_work.user.student_works_scores.where("student_work_id IN #{work_ids} and reviewer_role = 3").count student_work.absence_penalty = absence_penalty_count > 0 ? absence_penalty_count * homework_detail_manual.absence_penalty : 0 student_work.save if student_work.absence_penalty != 0 @@ -98,7 +98,7 @@ namespace :homework_evaluation do user_ids = pros.empty? ? "(-1)" : "(" + pros.map{|stu|stu.user_id}.join(",") + ")" student_works = homework_common.student_works.where("user_id in #{user_ids}") student_works.each do |st_work| - absence_penalty_count = st_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - st_work.user.student_works_scores.where("student_work_id IN #{work_ids}").count + absence_penalty_count = st_work.user.student_works_evaluation_distributions.where("student_work_id IN #{work_ids}").count - st_work.user.student_works_scores.where("student_work_id IN #{work_ids} and reviewer_role = 3").count st_work.absence_penalty = absence_penalty_count > 0 ? absence_penalty_count * @homework_detail_manual.absence_penalty : 0 st_work.save end From b1b456e63e76e6e1ac75f99281fa391cbb704d6a Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 18 Nov 2016 16:57:45 +0800 Subject: [PATCH 029/112] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A7=93=E5=90=8D=EF=BC=8C=E5=8D=95=E8=AF=8D?= =?UTF-8?q?=E4=B8=8D=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/_base_project_top.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/layouts/_base_project_top.html.erb b/app/views/layouts/_base_project_top.html.erb index d86ffca11..afd78117a 100644 --- a/app/views/layouts/_base_project_top.html.erb +++ b/app/views/layouts/_base_project_top.html.erb @@ -9,7 +9,6 @@
    <% unless @project.is_public? %><% end %> - <%=link_to "#{@project.owner.try(:show_name)}/".html_safe, user_path(@project.owner), :class => "pro_new_username" %> <%=link_to @project.name, project_path(@project), :class => "pro_new_username break_word" %>
    From 7f1d12de04ad65b2ed8be6e7bce32ab948da4a6d Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 18 Nov 2016 17:08:36 +0800 Subject: [PATCH 030/112] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=BA=93=E6=A0=87=E9=A2=98=E6=94=B9=E6=88=90=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E5=8A=A0=E7=89=88=E6=9C=AC=E5=BA=93=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/repositories/_top.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/repositories/_top.html.erb b/app/views/repositories/_top.html.erb index bc26ba2b0..1684c4975 100644 --- a/app/views/repositories/_top.html.erb +++ b/app/views/repositories/_top.html.erb @@ -1,5 +1,6 @@

    - <%=link_to @project.owner, user_path(@project.owner), :class => "repository-title-dec" %> / <%= link_to @project.name, project_path(@project), :class => "repository-title-dec" %> + <%=link_to @project.owner, user_path(@project.owner), :class => "repository-title-dec" %> / + <%=link_to @repository.identifier,({:controller => 'repositories', :action => 'show', :id => @project, :repository_id => gitlab_repository(@project).try(:identifier)}), :class => "repository-title-dec" %>

    \ No newline at end of file From 6bb4e650c442ae1f06d2935c31fd748e7d605692 Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 18 Nov 2016 17:21:23 +0800 Subject: [PATCH 031/112] =?UTF-8?q?QQ=E5=8F=8D=E9=A6=88=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E7=A9=BA=E7=99=BD=E9=A1=B5=E3=80=81=E2=80=9C=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E4=B8=8A=E4=B8=80=E9=A1=B5=E2=80=9D=E4=B8=8D=E8=83=BD=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=97=B6=E5=AD=97=E4=BD=93=E7=BD=AE=E7=81=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/common/403.html | 5 +++-- app/views/common/404.html | 9 +++++++-- public/500.html | 9 +++++++-- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/app/views/common/403.html b/app/views/common/403.html index 78dc6dae7..dcfeb9f41 100644 --- a/app/views/common/403.html +++ b/app/views/common/403.html @@ -17,7 +17,8 @@ $(function(){ if(window.history.length == 1) { - $("#history_back").css("background","#CCC"); + $("#history_back").css("color","#CCC"); + $("#history_back").css("cursor","default"); } $("#subject").keydown(function(){ var curLength=$("#subject").val().length; @@ -50,7 +51,7 @@ 您没有访问权限,请先获取相应权限。 返回上页>> 给我留言>> - QQ反馈>> + QQ反馈>>