Documentation is available at index.php
- <?php
- /**
- * Index listing of all known teams.
- *
- * This file is part of CompInaBox.
- * @copyright Copyright 2001-2005. Eric D. Nielsen, All rights reserverd.
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- * @author Eric D. Nielsen <nielsene@alum.mit.edu>
- *
- * @package WebPages
- * @subpackage Team
- */
- $authenticationRequired=FALSE;
- /** Load the master include */
- ("include_others.inc");
- $display = new Team_Display($db);
- $page = $display->beginPage("CompInaBox: Team Index");
- $page .= <<<END_HTML
- <p>
- The following list is an exhaustive list of ballroom dance
- teams/studios configured on this CompInaBox server. If your team is
- missing, please <a href="new-team.php">Add a New Team</a>.
- </p>
- <hr />
- END_HTML;$page .= $display->teamList($db->getTeams());
- $page .= $display->endPage();
- echo $page;
- ?>
Documentation generated on Tue, 25 Apr 2006 13:03:02 -0400 by phpDocumentor 1.3.0RC3