Source for file index.php

Documentation is available at index.php

  1. <?php
  2. /**
  3. * Index listing of all known teams.
  4. *
  5. * This file is part of CompInaBox.
  6. * @copyright Copyright 2001-2005. Eric D. Nielsen, All rights reserverd.
  7. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  8. * @author Eric D. Nielsen <nielsene@alum.mit.edu>
  9. *
  10. * @package WebPages
  11. * @subpackage Team
  12. */
  13. $authenticationRequired=FALSE;
  14. /** Load the master include */
  15. ("include_others.inc");
  16. $display = new Team_Display($db);
  17. $page = $display->beginPage("CompInaBox: Team Index");
  18. $page .= <<<END_HTML
  19. <p>
  20. The following list is an exhaustive list of ballroom dance
  21. teams/studios configured on this CompInaBox server. If your team is
  22. missing, please <a href="new-team.php">Add a New Team</a>.
  23. </p>
  24. <hr />
  25. END_HTML;$page .= $display->teamList($db->getTeams());
  26. $page .= $display->endPage();
  27. echo $page;
  28. ?>

Documentation generated on Tue, 25 Apr 2006 13:03:02 -0400 by phpDocumentor 1.3.0RC3