From a9aa438ea0558eb0044cf1e54a9190ddb41b65e5 Mon Sep 17 00:00:00 2001 From: cassio Date: Tue, 2 Jul 2013 09:44:46 +0400 Subject: restructuring of boca's git --- boca-1.5.2/src/admin/report/site.php | 128 ----------------------------------- 1 file changed, 128 deletions(-) delete mode 100644 boca-1.5.2/src/admin/report/site.php (limited to 'boca-1.5.2/src/admin/report/site.php') diff --git a/boca-1.5.2/src/admin/report/site.php b/boca-1.5.2/src/admin/report/site.php deleted file mode 100644 index 001d48e..0000000 --- a/boca-1.5.2/src/admin/report/site.php +++ /dev/null @@ -1,128 +0,0 @@ -. -//////////////////////////////////////////////////////////////////////////////// -// Last modified 05/aug/2012 by cassio@ime.usp.br - -require('header.php'); - -$sitetime = DBAllSiteTime($_SESSION["usertable"]["contestnumber"], $site); -?> -
-

Site Start/Stop Logs

- - -Start date (contest=" . dateconv($ct["conteststartdate"]) . "):"; -echo "\n"; -echo ""; -if (!$st["siterunning"]) { - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - if($st["siteautoended"]) { - $w = (int) ($st["siteduration"]/60); - $ww = $st["siteduration"] % 60; - } - else { - $w = (int) ($st["currenttime"]/60); - $ww = $st["currenttime"] % 60; - } - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; -} -echo "\n"; -echo " "; -?> - - - -Stop answering (contest="; -echo $ct["contestlastmileanswer"]/60; -echo "):"; -?> - - - -Stop scoreboard (contest="; -echo $ct["contestlastmilescore"]/60; -echo "):"; -?> - - - - - - - - - - - - - - -
" . dateconv($st["sitestartdate"]) . "
Finished at:" . dateconv($st["siteendeddate"]); - if($st["siteautoended"]) echo " (auto)"; - echo "
Real duration:$w minutes"; - if($ww != 0) echo " plus $ww seconds"; - echo "
Planned Duration (contest="; -echo $ct["contestduration"]/60; -echo "): - -
- -
- -
Number of Clars: -
Number of Runs: -
Number of Tasks: -
- -
-
- - - - -"; - echo ""; - echo ""; - echo ""; -} -?> -
Starting atEnding at
"; - echo dateconv($sitetime[$i]["sitestartdate"]); - echo ""; - if($sitetime[$i]["siteenddate"] == 0) { - if($st["siterunning"]) - echo "still open"; - else echo "auto-ended"; - } - else - echo dateconv($sitetime[$i]["siteenddate"]); - echo "
-
- - -- cgit v1.2.3