Documentation is available at pending-team.php
- <?php
- /**
- * Inform User of completion of setup process.
- *
- * Linked to from {@link new-commit.php}
- *
- * 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=TRUE;
- // {{{ Variable Setup
- include("include_others.inc");
- $display = new Team_Display($db);
- // }}}
- $page = $display->beginPage("CompInaBox: Team Information","Team Record Creation");
- $page .= "<p>The entered information has been saved.</p><p>Email(s) were sent to
- the addresses enterend and on-file, as applicable. Additional emails weill be
- after the server administrator has verified the entered information and has
- granted access permission.</p>";
- $page .= $display->endPage();
- echo $page;
- ?>
Documentation generated on Tue, 25 Apr 2006 13:07:36 -0400 by phpDocumentor 1.3.0RC3