<?
require("../common.inc.php");
send_header("Administration - Participant Registration");
echo "<a href=\"index.php\"><< ".i18n("Back to Administration")."</a><br />";
echo "<br />";
echo "<a href=\"registration_receivedforms.php\">View/Input Received Forms</a> <br />";
send_footer();
?>