| <div class="alert alert-info" role="alert"> | |
| <h2>Almost there! Confirm your email address</h2> | |
| <p>An email with the subject <i>[<?php echo $SERVICE_ACRONYM;?>] Confirm your email address</i> | |
| has been sent to you. Follow the steps in the email to confirm your email address.</p> | |
| <?php echo "<p>Didn't receive anything yet? <a href='".$BASE_URL."/?type=resend&token=".$_SESSION['resend']."'>Click here</a> | |
| to resend the confirmation email to ".$_SESSION['email']; ?>. | |
| </p> | |
| </div> |