diff options
| author | Carlos Joa <cjoa@yahoo.com> | 2017-10-19 15:37:31 +0000 |
|---|---|---|
| committer | Carlos Joa <cjoa@yahoo.com> | 2017-10-19 15:37:31 +0000 |
| commit | 0f0a9f31132ea420a63cf492dba5cd1db7e56c40 (patch) | |
| tree | b015d82185e6b944f7ac8ef2e54aed85c96e29a1 /src/admin/report.php | |
| parent | 1bfadfa27cb0b94d2063054ccf78f8bfedd62f59 (diff) | |
| download | boca-0f0a9f31132ea420a63cf492dba5cd1db7e56c40.tar.gz boca-0f0a9f31132ea420a63cf492dba5cd1db7e56c40.zip | |
Add new option to download contest results in S4RiS JSON format
Fix user institution in webcast report
Add flag for Puerto Rico
Diffstat (limited to 'src/admin/report.php')
| -rw-r--r-- | src/admin/report.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/admin/report.php b/src/admin/report.php index fe4b88d..895cac6 100644 --- a/src/admin/report.php +++ b/src/admin/report.php @@ -58,6 +58,10 @@ if (isset($_GET)) { "'Webcast File','width=800,height=600,scrollbars=yes,toolbar=yes,menubar=yes,". "resizable=yes')\">Webcast File</a><br />\n"; + echo " <a href=\"#\" class=menu style=\"font-weight:bold\" onClick=\"window.open('report/s4ris.php', ". + "'S4ris File','width=800,height=600,scrollbars=yes,toolbar=yes,menubar=yes,". + "resizable=yes')\">S4RiS File</a><br />\n"; + echo " <a href=\"#\" class=menu style=\"font-weight:bold\" onClick=\"window.open('report/stat.php', ". "'Problem Statistics','width=800,height=600,scrollbars=yes,toolbar=yes,menubar=yes,". "resizable=yes')\">Statistics</a><br />\n"; |