From 47ab1e05f6246b2ff269dbca490f5282f1528798 Mon Sep 17 00:00:00 2001 From: Bruno Ribas Date: Thu, 5 Nov 2020 16:08:50 -0300 Subject: team/problem.php updated Signed-off-by: Bruno Ribas --- src/team/problem.php | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'src/team/problem.php') diff --git a/src/team/problem.php b/src/team/problem.php index a411760..23ade30 100644 --- a/src/team/problem.php +++ b/src/team/problem.php @@ -22,7 +22,34 @@ if(($ct = DBContestInfo($_SESSION["usertable"]["contestnumber"])) == null) ForceLoad("../index.php"); ?> -
+
Information: +General information: info_sheet.pdf + +
Timelimits: +contest_times.pdf + */ + +if(is_readable('/var/www/boca/src/pdfwarm19/info_sheet.pdf')) { +?> +info_sheet.pdf +contest.pdf +contest_times.pdf + + + +


@@ -31,7 +58,7 @@ if(($ct = DBContestInfo($_SESSION["usertable"]["contestnumber"])) == null) \n"; // echo " \n"; @@ -51,7 +78,7 @@ for ($i=0; $i\n"; } echo "
NameDescfile
" . $prob[$i]["number"] . "
"; -if (count($prob) == 0) echo "
NO PROBLEMS AVAILABLE YET
"; +if (count($prob) == 0) echo "
NO PROBLEMS AVAILABLE
"; ?> -- cgit v1.2.3