aboutsummaryrefslogtreecommitdiff
path: root/boca-1.5.2/src/admin/report.php
diff options
context:
space:
mode:
Diffstat (limited to 'boca-1.5.2/src/admin/report.php')
-rw-r--r--boca-1.5.2/src/admin/report.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/boca-1.5.2/src/admin/report.php b/boca-1.5.2/src/admin/report.php
index bb1fc34..fe4b88d 100644
--- a/boca-1.5.2/src/admin/report.php
+++ b/boca-1.5.2/src/admin/report.php
@@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
////////////////////////////////////////////////////////////////////////////////
-// Last modified 05/aug/2012 by cassio@ime.usp.br
+// Last modified 07/nov/2012 by cassio@ime.usp.br
require 'header.php';
@@ -54,6 +54,10 @@ if (isset($_GET)) {
"'ICPC File','width=800,height=600,scrollbars=yes,toolbar=yes,menubar=yes,".
"resizable=yes')\">ICPC File</a><br />\n";
+ echo " <a href=\"#\" class=menu style=\"font-weight:bold\" onClick=\"window.open('report/webcast.php', ".
+ "'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/stat.php', ".
"'Problem Statistics','width=800,height=600,scrollbars=yes,toolbar=yes,menubar=yes,".
"resizable=yes')\">Statistics</a><br />\n";