From 4e92fd902583003f392cafdb56149ca2e193d6a6 Mon Sep 17 00:00:00 2001 From: Bruno Ribas Date: Mon, 16 Nov 2020 15:20:54 -0300 Subject: staff/run.php: updated --- src/staff/run.php | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'src/staff') diff --git a/src/staff/run.php b/src/staff/run.php index e70fd3c..ccfda15 100755 --- a/src/staff/run.php +++ b/src/staff/run.php @@ -54,7 +54,16 @@ if (($s=DBSiteInfo($_SESSION["usertable"]["contestnumber"],$_SESSION["usertable" // forca aparecer as runs do proprio site //echo disabled; -// exit; +//exit; +echo " Statistics
\n"; +//if($_SESSION['usertable']['username']=='staffnoco999') { +echo " Interactive Scoreboard
\n"; +//} + if (trim($s["sitejudging"])!="") $s["sitejudging"].=",".$_SESSION["usertable"]["usersitenumber"]; else $s["sitejudging"]=$_SESSION["usertable"]["usersitenumber"]; @@ -179,8 +188,8 @@ if ($run[$i]["judge"] != "") { } echo ""; -if (!$anyprinted) echo "
NO RUNS AVAILABLE
"; -else { +//if (!$anyprinted) echo "
NO RUNS AVAILABLE
"; +//else { ?>
-Statistics
\n"; -//if($_SESSION['usertable']['username']=='staffnoco999') { -echo " Interactive Scoreboard
\n"; -//} - -} -?> -- cgit v1.2.3