diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-10-24 14:55:01 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-10-24 14:55:01 +0000 |
| commit | 2c862aa5c6ac4afe4005582fc836b13775a99eac (patch) | |
| tree | ff57c7f621382492910292b490d9c67e6f99e739 /src/admin/report.php | |
| parent | 3cf96cfb89c4084be6117864b684dc68190103cd (diff) | |
| parent | 006561454093d44a789463d531cfbc640c519867 (diff) | |
| download | boca-2c862aa5c6ac4afe4005582fc836b13775a99eac.tar.gz boca-2c862aa5c6ac4afe4005582fc836b13775a99eac.zip | |
Merge branch 'master' into devel
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"; |