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.

40 lines
859 B

3 years ago
  1. <style>
  2. table.table{
  3. border-collapse: collapse;
  4. }
  5. table.table td{
  6. border: 1px solid #ddd;
  7. padding: 6px;
  8. }
  9. </style>
  10. <div>
  11. ::raw __content__::
  12. </div>
  13. <hr/>
  14. <div style="color:#666;font-size:12px;">
  15. &gt; ::_("This e-mail was sent from"):: <a href="http://::raw HOST::">::_("Cagette.net")::</a>.
  16. ::if group!=null::
  17. <br/>
  18. ::_("You receive this message because you are part of"):: <b>::_("Cagette.net")::</b>
  19. ::end::
  20. ::if list!=null::
  21. ( ::list:: )
  22. ::end::
  23. <!-- btn -->
  24. ::if group!=null::
  25. <div style="width:50%;max-width:300px;margin: 12px auto;padding: 8px;text-decoration: none;background: #070;border-radius: 3px;text-align: center;">
  26. <a href="http://::HOST::/group/::group.id::" style="color: white;font-weight: bold;text-decoration: none;font-size:1.2em;">
  27. &rarr; ::_("Cagette.net")::
  28. </a>
  29. </div>
  30. ::end::
  31. </div>