activated.ftl 717 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <base href="<@base/>">
  5. <title>My JSP 'activated.jsp' starting page</title>
  6. <meta http-equiv="pragma" content="no-cache">
  7. <meta http-equiv="cache-control" content="no-cache">
  8. <meta http-equiv="expires" content="0">
  9. <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
  10. <meta http-equiv="description" content="This is my page">
  11. </head>
  12. <body>
  13. <div id="main" class="container">
  14. <#if 0 == activate>
  15. url expired.
  16. </#if>
  17. <#if 1 == activate>
  18. activate success,
  19. <a href='<@base url="/"/>'>
  20. <@locale code="login.button.login"/>
  21. </a>
  22. </#if>
  23. </div>
  24. </body>
  25. </html>