Source for file pending-team.php

Documentation is available at pending-team.php

  1. <?php
  2. /**
  3. * Inform User of completion of setup process.
  4. *
  5. * Linked to from {@link new-commit.php}
  6. *
  7. * This file is part of CompInaBox.
  8. * @copyright Copyright 2001-2005. Eric D. Nielsen, All rights reserverd.
  9. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10. * @author Eric D. Nielsen <nielsene@alum.mit.edu>
  11. *
  12. * @package WebPages
  13. * @subpackage Team
  14. */
  15. $authenticationRequired=TRUE;
  16. // {{{ Variable Setup
  17. include("include_others.inc");
  18.  
  19.  
  20.  
  21. $display = new Team_Display($db);
  22. // }}}
  23.  
  24. $page = $display->beginPage("CompInaBox: Team Information","Team Record Creation");
  25. $page .= "<p>The entered information has been saved.</p><p>Email(s) were sent to
  26. the addresses enterend and on-file, as applicable. Additional emails weill be
  27. after the server administrator has verified the entered information and has
  28. granted access permission.</p>";
  29. $page .= $display->endPage();
  30. echo $page;
  31. ?>

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