<div class="contentBox">
    <?php if(WA_Auth_RulePasses("Email Confirmed")){ // Begin Show Region ?>
      <p>Your email has been verified and you can access your <a href="orders_History.php">order history</a>.</p>
      <?php } // End Show Region ?>
    <?php if(!WA_Auth_RulePasses("email sent")){ // Begin Show Region ?>
    <?php if(!WA_Auth_RulePasses("Email Confirmed")){ // Begin Show Region ?>
    <div class="text">
      <p>Your email address has <strong>not</strong> been verified.<br />You will need to verify your email address before gaining access to your order history.</p>
      <form name="form1" method="post"  action="">
        <input name="verify_button" type="submit" id="verify_button" value="Verify">
      </form>
      </div>
      <?php } // End Show Region ?>
    <?php } // End Show Region ?>
  <?php if(WA_Auth_RulePasses("email sent")){ // Begin Show Region ?>
      An email has been sent to <strong><?php echo $row_WAATKusers['UserEmail']; ?></strong><br />Please follow the link included in that email in order to confirm this email address is valid.
      <?php } // End Show Region ?>
      </div>

