salix/services/mailer/application/template/sepa-core/index.html

54 lines
1.7 KiB
HTML
Raw Normal View History

2017-10-24 22:38:02 +00:00
<!DOCTYPE html>
<html lang="es">
<head>
<title>{{_.subject}}</title>
<meta charset="utf8"/>
</head>
<body>
<div class="wrapper">
<div class="container">
2017-11-27 14:08:18 +00:00
<!-- Header block -->
{{$.header}}
<!-- Header block end -->
2017-10-24 22:38:02 +00:00
<!-- Title block -->
<div class="title">
<h1>{{_.title}}</h1>
</div>
<!-- Title block end -->
<!-- Mail body block -->
<div class="body">
2017-11-27 14:08:18 +00:00
<p>{{_.dear}}</p>
<p>{{_.bodyDescription}}</p>
<p>{{_.conclusion}}</p>
{{#isPreview}}
<a href="/print/manuscript/sepa-core/{{companyId}}/{{clientId}}/preview?token={{token}}" target="_blank" title="Ver adjunto">
<div class="attachment">
<div class="attachment-icon">
<img src="cid:default/preview.svg" alt="Ver adjunto"/>
</div>
<span>Ver adjunto</span>
</div>
</a>
<a href="/print/manuscript/sepa-core/{{companyId}}/{{clientId}}?token={{token}}" target="_blank" title="Descargar adjunto">
<div class="attachment">
<div class="attachment-icon">
<img src="cid:default/download.svg" alt="Descargar adjunto"/>
</div>
<span>Descargar PDF</span>
</div>
</a>
{{/isPreview}}
2017-10-24 22:38:02 +00:00
</div>
<!-- Mail body block end -->
2017-11-27 14:08:18 +00:00
<!-- Footer block -->
{{$.footer}}
<!-- Footer block end -->
2017-10-24 22:38:02 +00:00
</div>
</div>
</body>
</html>