Example #1
0
function standingsList($event)
{
    Standings::printEventStandings($event->name, Player::loginName());
}
Example #2
-1
        echo "<br />";
        print_ratingsHistory($_GET['format']);
    } elseif ($dispmode == 'allmatches') {
        print_allMatchForm($player);
        print_matchTable($player);
    } elseif ($dispmode == 'Filter Matches') {
        print_allMatchForm($player);
        print_matchTable($player);
    } elseif ($dispmode == 'changepass') {
        print_changePassForm($player, $result);
    } elseif ($dispmode == 'submit_result') {
        print_submit_resultForm($_GET['player'], $_GET['match_id']);
    } elseif ($dispmode == 'verify_result') {
        print_verify_resultForm($_POST['report'], $_POST['match_id'], $_POST['player']);
    } elseif ($dispmode == 'standings') {
        Standings::printEventStandings($_GET['event'], Player::loginName());
    } elseif ($dispmode == 'verifymtgo') {
        print_verifyMtgoForm($player, $result);
        // print_manualverifyMtgoForm();
    } elseif ($dispmode == 'drop_form') {
        print_dropConfirm($_GET['event'], $player);
    } else {
        print_mainPlayerCP($player);
    }
}
?>
</div> <!-- gatherling_main box -->
</div> <!-- grid 10 suff 1 pre 1 -->

<?php 
print_footer();