You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
745 B

  1. <#import "template.ftl" as layout>
  2. <@layout.registrationLayout displayInfo=true; section>
  3. <#if section = "header">
  4. <div class="header-login-welcome">${msg("emailVerifyTitle")}</div>
  5. <div class="header-login-title">${msg("emailVerifyTitle")}</div>
  6. <div class="verify-image"></div>
  7. <#elseif section = "form">
  8. <p class="instruction">${msg("emailVerifyInstruction1")}</p>
  9. <#elseif section = "info">
  10. <div class="verify-email-question">${msg("emailVerifyInstruction2")}</div>
  11. <a class="verify-email-link" href="${url.loginAction}"> ${msg("emailVerifyInstruction3")}</a>
  12. </#if>
  13. </@layout.registrationLayout>
  14. <div class="juice-footer"> © 2020-2021, <span>Juice World</span> </div>