diff options
| author | cassiopc <cassiopc@gmail.com> | 2017-10-20 15:31:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-20 15:31:03 +0000 |
| commit | 006561454093d44a789463d531cfbc640c519867 (patch) | |
| tree | 60529befdd5b7ccefbdee7486e402a4217603d10 /src/admin/report.php | |
| parent | 1bfadfa27cb0b94d2063054ccf78f8bfedd62f59 (diff) | |
| parent | bf6f929ce5119aa5669696b6596ce9435962422a (diff) | |
| download | boca-006561454093d44a789463d531cfbc640c519867.tar.gz boca-006561454093d44a789463d531cfbc640c519867.zip | |
Merge pull request #9 from cjoa/s4ris
S4RiS
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"; |