<!DOCTYPE html>
<html>
  <head>
    <title>Domain Pending Verification</title>
    <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-route.js"></script>
    <script src="wap.controller.js"></script>
    <script src="wap.service.js"></script>
    <script src='environment.js'></script>
    <script src="https://www.google.com/recaptcha/api.js?onload=vcRecaptchaApiLoaded&render=explicit" async defer></script>
    <script src="angular-recaptcha.js"></script>
    <style type="text/css">
      img { border: solid 1px #ccc; margin: 0 2em; }
    </style>
  </head>

  <body style="background-color: darkgray">

    <div ng-app="myApp" ng-controller="myCtrl">
      <div ng-if="displayMode == 'form'" style="width: 920px; height: 500px; position: absolute; left: 100px; top: 40px; background-color: white">
      <form method="post" name="form" ng-submit="sendNotification()" 
            role="form">
        <div style="width: 900px; position: absolute; left: 0px; top: 0px; background-color: lightgray; padding: 10px;">
          <span style="color: red; font-weight: heavy; font-size: 32px">STOP !!!</span>&nbsp;&nbsp;&nbsp;
          <span style="color: black; font-size: 24px">This domain is pending Whois data verification per ICANN rules.</span>
        </div>

        <div style="width: 900px; position: absolute; left: 0px; top: 60px; padding: 10px;">
          <span style="color: black; font-size: 18px">As of January 1, 2014 the Internet Corporation for Assigned Names and Numbers (ICANN) will mandate that all ICANN accredited registrars begin verifying the Registrant WHOIS contact information for all new domain registrations and Registrant contact modifications.</span>
        </div>

        <div style="width: 900px; position: absolute; left: 0px; top: 150px; padding: 10px;">
          <span style="position: absolute; top: 0px; font-weight: normal; font-size: 28px">Why this domain is being suspended:</span>
          <span style="position: absolute; top: 40px; font-size: 18px; font-weight: bold">The registrant contact information for this domain has not been verified. You may verify the information by following the instructions in the email sent to the registrant email address. Once you confirm the information, this domain will be reactivated in 24 to 48 hours.</span>
        </div>

        <div style="width: 900px; position: absolute; left: 0px; top: 280px; padding: 10px;">
          <span style="position: absolute; top: 0px; font-weight: normal; font-size: 28px">Resend verification email</span>
        </div>

        <div style="width: 900px; position: absolute; left: 0px; top: 310px; padding: 10px;" theme="clean" vc-recaptcha key="'6Leb-yQUAAAAADeu0bfSR0-ngSv0XoP52yB5SQkZ'" style="transform:scale(0.77);transform-origin:0 0" on-create="getCaptchaId(id)"></div>

        <div style="width: 900px; position: absolute; left: 0px; top: 320px; padding: 10px;">
          <input style="position: absolute; left: 40px; top: 110px; font-size: 18px; color: green" type="submit" value="Resend Verification Email">
        </div>

      </form>
      </div>

      <div ng-if="displayMode == 'resent'" style="width: 900px; position: absolute; left: 100px; top: 40px; background-color: lightgray; padding: 10px;">
        <span style="color: green; font-size: 24px; font-weight: heavy">Verification email has been sent to the email address on file. <br><br>Please check your email inbox and/or junk folder. <br><br>Follow the instructions to reactivate this domain. <br><br>Please allow 24 to 48 hours for the domain to be reactivated.</span>
      </div>

      <div ng-if="displayMode == 'verified'" style="width: 900px; position: absolute; left: 100px; top: 40px; background-color: lightgray; padding: 10px;">
        <span style="color: green; font-size: 24px; font-weight: heavy">It appears that this domain has been verified. <br><br>If 48 hours have passed, please contact support@annulet.com.</span>
      </div>

    </div>


  </body>
</html>
