code from amapei
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<style>
|
||||
table.table{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table.table td{
|
||||
border: 1px solid #ddd;
|
||||
padding: 6px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<div>
|
||||
::raw __content__::
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
|
||||
<div style="color:#666;font-size:12px;">
|
||||
::_("This e-mail was sent from"):: <a href="http://::HOST::">::_("Cagette.net")::</a>.
|
||||
|
||||
::if group!=null::
|
||||
<br/>
|
||||
::_("You receive this message because you are part of"):: <b>::group.name::</b>
|
||||
::end::
|
||||
|
||||
::if list!=null::
|
||||
( ::list:: )
|
||||
::end::
|
||||
|
||||
<!-- btn -->
|
||||
::if group!=null::
|
||||
<div style="width:50%;max-width:300px;margin: 12px auto;padding: 8px;text-decoration: none;background: #070;border-radius: 3px;text-align: center;">
|
||||
<a href="http://::HOST::/group/::group.id::" style="color: white;font-weight: bold;text-decoration: none;font-size:1.2em;">
|
||||
→ ::group.name::
|
||||
</a>
|
||||
</div>
|
||||
::end::
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user