2005-01-05 20:08:56 +00:00
|
|
|
<?
|
|
|
|
require("../common.inc.php");
|
|
|
|
send_header("Administration - Participant Registration");
|
|
|
|
echo "<a href=\"index.php\"><< ".i18n("Back to Administration")."</a><br />";
|
2005-01-05 22:57:49 +00:00
|
|
|
echo "<br />";
|
|
|
|
echo "<a href=\"registration_receivedforms.php\">View/Input Received Forms</a> <br />";
|
2005-01-07 04:45:17 +00:00
|
|
|
echo "<a href=\"registration_list.php\">Registration List</a> <br />";
|
2005-01-05 22:57:49 +00:00
|
|
|
|
2005-01-05 20:08:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
send_footer();
|
|
|
|
?>
|