|
|
|
@ -127,7 +127,15 @@ $(function(){
|
|
|
|
|
$("a.CloseBtn").on('click', function(){
|
|
|
|
|
$("#BluePopupBox" ).dialog("close");
|
|
|
|
|
});
|
|
|
|
|
$('#textarea_input_test').focus();
|
|
|
|
|
var inputs = document.getElementsByName("program[input][]");
|
|
|
|
|
var outputs = document.getElementsByName("program[output][]");
|
|
|
|
|
if (inputs.length == outputs.length) {
|
|
|
|
|
for (var i=0; i<inputs.length; i++) {
|
|
|
|
|
autoTextarea2(inputs[i], outputs[i]);
|
|
|
|
|
autoTextarea2(outputs[i], inputs[i]);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$(inputs[0]).focus();
|
|
|
|
|
} else if($("input[name=homework_type]").val() == "2") {
|
|
|
|
|
$("#NoticePopupBox" ).dialog("close");
|
|
|
|
|
$("input[name=homework_type]").val(1);
|
|
|
|
@ -168,7 +176,7 @@ $(function(){
|
|
|
|
|
$("#cancel_switch").on('click', function(){
|
|
|
|
|
$("#NoticePopupBox" ).dialog("close");
|
|
|
|
|
});
|
|
|
|
|
$("#switch_homework_type_notice").text("您的作业类型将改为“分组作业”,并且您的编程设置将被清除。请问是否继续?");
|
|
|
|
|
$("#switch_homework_type_notice").text("您的作业类型将改为“编程作业”,并且您的分组设置将被清除。请问是否继续?");
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
$("#BluePopupBox").dialog("open");
|
|
|
|
@ -176,7 +184,15 @@ $(function(){
|
|
|
|
|
$("a.CloseBtn").on('click', function(){
|
|
|
|
|
$("#BluePopupBox" ).dialog("close");
|
|
|
|
|
});
|
|
|
|
|
$('#textarea_input_test').focus();
|
|
|
|
|
var inputs = document.getElementsByName("program[input][]");
|
|
|
|
|
var outputs = document.getElementsByName("program[output][]");
|
|
|
|
|
if (inputs.length == outputs.length) {
|
|
|
|
|
for (var i=0; i<inputs.length; i++) {
|
|
|
|
|
autoTextarea2(inputs[i], outputs[i]);
|
|
|
|
|
autoTextarea2(outputs[i], inputs[i]);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$(inputs[0]).focus();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
@ -280,7 +296,7 @@ $(function(){
|
|
|
|
|
$("#cancel_switch").on('click', function(){
|
|
|
|
|
$("#NoticePopupBox" ).dialog("close");
|
|
|
|
|
});
|
|
|
|
|
$("#switch_homework_type_notice").text("您的作业类型将改为“编程作业”,并且您的分组设置将被清除。请问是否继续?");
|
|
|
|
|
$("#switch_homework_type_notice").text("您的作业类型将改为“分组作业”,并且您的编程设置将被清除。请问是否继续?");
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
$("#GroupPopupBox").dialog("open");
|
|
|
|
|