diff --git a/trunk/web/template/bs3/conteststatus.php b/trunk/web/template/bs3/conteststatus.php index 7077f2a3bda..70f87c213d9 100644 --- a/trunk/web/template/bs3/conteststatus.php +++ b/trunk/web/template/bs3/conteststatus.php @@ -25,39 +25,43 @@
@@ -110,7 +114,10 @@ "; +if ($cnt) +echo " | ||
---|---|---|
";
echo "\t".$table_cell;
@@ -132,11 +139,16 @@
echo "[Next Page]";
?>
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
+//0&&$_SESSION['user_id']==$_GET['user_id']) echo "fresh_result($last);";?>
+//alert(123);
+ var hj_ss="";
+ hj_ss+="";
+ hj_ss+="";
+ hj_ss+="";
-
-
-
-
+auto_refresh();
+$(".http_judge_form").append(hj_ss);
+$(".http_judge_form").submit(function (){
+ var sid=this.children[0].value;
+ $.post("admin/problem_judge.php",$(this).serialize(),function(data,textStatus){
+ if(textStatus=="success")window.setTimeout("fresh_result("+sid+")",1000);
+ })
+ return false;
+});
+$(".td_result").mouseover(function (){
+// $(this).children(".btn").hide(300);
+ $(this).children(".http_judge_form").show(600);
+});
+$(".http_judge_form").hide();
+
|