diff --git a/common.inc.php b/common.inc.php
index b573fb5..cc2a52c 100644
--- a/common.inc.php
+++ b/common.inc.php
@@ -139,6 +139,7 @@ function send_header($title="")
if($HEADER_SENT) return;
else $HEADER_SENT=true;
+ echo "\n";
?>
diff --git a/register_participants_main.php b/register_participants_main.php
index ab93f89..63de80a 100644
--- a/register_participants_main.php
+++ b/register_participants_main.php
@@ -30,10 +30,48 @@ echo mysql_error();
}
$r=mysql_fetch_object($q);
- send_header("Participant Registration");
- echo "Welcome back $r->name";
- echo "
";
- print_r($r);
+ send_header("Participant Registration Summary");
+
+ echo i18n("Hello %1",array($r->name));
+ echo "
";
+ echo "
";
+ echo i18n("Please use the checklist below to complete your registration. Click on an item in the table to edit that information. When you have entered all information, the Status field will change to Complete");
+ echo "
";
+ echo "
";
+
+ echo "
".i18n("Registration Item")." | ".i18n("Status")." |
---|---|
".i18n("Student Information")." | "; +//check to see if its complete +echo " |
".i18n("Project Information")." | "; +//check to see if its complete +echo " |
".i18n("Safety Information")." | "; +//check to see if its complete +echo " |
".i18n("Signature Page")." | "; +//check to see if its complete +echo " |
".i18n("Signature Page Received")." | "; +//check to see if its complete +echo " |