diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-10-30 17:05:30 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-10-30 17:05:30 +0000 |
| commit | e801af3ad5cee0864229bff8353ca359d3b5f225 (patch) | |
| tree | c36f97195d957751a60aff9914fdfff3784d80ad /src/staff/header.php | |
| parent | 9da64b3bed595d6cb416cf18801209a67a05d9ff (diff) | |
| download | boca-e801af3ad5cee0864229bff8353ca359d3b5f225.tar.gz boca-e801af3ad5cee0864229bff8353ca359d3b5f225.zip | |
bf
Diffstat (limited to 'src/staff/header.php')
| -rw-r--r-- | src/staff/header.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/staff/header.php b/src/staff/header.php index 21f93f9..10b0338 100644 --- a/src/staff/header.php +++ b/src/staff/header.php @@ -69,11 +69,11 @@ echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=score.php>Score</a></td>\n"; echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=run.php>Runs</a></td>\n"; -echo " <td align=center width=\"20%\"><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></td>\n"; +//echo " <td align=center width=\"20%\"><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></td>\n"; -echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=option.php>Options</a></td>\n"; +//echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=option.php>Options</a></td>\n"; echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=../index.php>Logout</a></td>\n"; echo " </tr>\n"; echo "</table>\n"; |