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 />";
|
2005-01-13 15:56:27 +00:00
|
|
|
echo "<a href=\"registration_receivedforms.php\">".i18n("Input Received Forms")."</a> <br />";
|
2005-01-13 18:00:36 +00:00
|
|
|
echo "<a href=\"registration_list.php\">".i18n("Registration List and Statistics")."</a> <br />";
|
2005-01-05 22:57:49 +00:00
|
|
|
|
2005-01-05 20:08:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
send_footer();
|
|
|
|
?>
|