[php]titleHeader();[/php]
[php]banner(“banner3.png”,”Login-01.png”);

$c = $_GET[“c”];
if ($c == 1){
$cmessage = ‘

Congratulations!: User account created, please wait to be verified!

‘;
} else { ”;
}

$e = $_GET[“e”];
if ($e == 1){
$emessage = ‘

ERROR: Invalid user credentials, incorrect username/password.

‘;
} else if ($e == 2){
$emessage = ‘

WARNING: User not verified.

‘;
} else if ($e == 3){
$emessage = ‘

ERROR: Invalid Email Address.

‘;
} else { ”;
}

echo ‘

Use this form to login to the contribution area.
If you are not a registered contributer please use the registration form on the ‘.getLink(“Register Institution”,”registration page”).’ to get access to the contribution section.

‘;

echo $emessage;
echo $cmessage;
echo ‘

Login

Email:

Password:

‘;

[/php]