diff options
| author | cassiopc <cassiopc@gmail.com> | 2012-11-07 15:25:18 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2012-11-07 15:25:18 +0000 |
| commit | 861ca8a5878d70549dae12b1ea84c5433e2372a6 (patch) | |
| tree | 235e96e953d2b4b1ba0823a0c95af7050896c6d5 /boca-1.5.2/src/admin/report.php | |
| parent | f099cf6214a24104e4b3d66bbda110cdb1703ac2 (diff) | |
| download | boca-861ca8a5878d70549dae12b1ea84c5433e2372a6.tar.gz boca-861ca8a5878d70549dae12b1ea84c5433e2372a6.zip | |
inclusion of webcast file download option at admin/report
Diffstat (limited to 'boca-1.5.2/src/admin/report.php')
| -rw-r--r-- | boca-1.5.2/src/admin/report.php | 6 |
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"; |