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.

45 lines
1.3 KiB

  1. :: use 'mail/design.mtt'::
  2. <div style="max-width:400px;margin:auto;border:solid 1px #AAA;border-radius:8px;padding:12px;text-align:center;font-family:Arial;">
  3. <img src="http://::HOST::/img/logo2.png" title="CagettePéi" />
  4. <p>
  5. ::_("Hello"):: $$nullSafe(::name::),
  6. </p>
  7. <p>
  8. ::if groupName!=null::
  9. ::raw __("As a member of <b>::groupName::</b>",{groupName:groupName})::
  10. <br/>
  11. ::_("you have been pre-registered on Cagette.net")::
  12. ::else::
  13. <b>::_("you have been pre-registered on Cagette.net")::</b>
  14. ::end::
  15. </p>
  16. <p>
  17. ::_("This software makes the organisation of the group easy by informing you about the next delivery dates, orders and current contracts")::
  18. </p>
  19. <p>
  20. ::_("In order to finalize the subscription, please choose your password")::
  21. </p>
  22. <p>
  23. ::_("You will then be able to connect anytime by using your e-mail")::
  24. ( <i>::email:: ::if email2!=null:: ou ::email2:: ::end::</i> )
  25. ::_("and your password on the website"):: <a href="http://::HOST::">::HOST::</a>
  26. <a href="http://::HOST::/user/validate/::k::" class="btn" style="display:block;padding:8px;background:#227700;border-radius:8px;width:auto;color: white;margin: 12px; text-decoration: none;margin-top:16px;font-size:120%;">
  27. &raquo; ::_("Finalize your subscription")::
  28. </a>
  29. </p>
  30. </div>
  31. ::end::