confirmar-cadastro.html
1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8" />
</head>
<body style="font-family: Arial; font-size: 14px;">
<p style="text-align: center">
<table style="width: 100%;" >
<tr style="text-align: center">
<td>
<img src="../../static/images/brasao-brasil.png" th:src="|cid:${logo}|" />
</td>
</tr>
<tr style="text-align: center">
<td><h1 style="font-size: 22px">Ministério da Economia</h1></td>
</tr>
</table>
</p>
<p> </p>
<p style="font-size: 15px">
<p style="text-align: left;"><span class="Apple-style-span">PREZADO(A),</span></p>
<p style="text-align: justify;"><span class="Apple-style-span"><br />SEJA BEM VINDO AO SISTEMA DE PROTOCOLIZAÇÃO ELETRÔNICA DE DOCUMENTOS DO MINISTÉRIO DO PLANEJAMENTO, DESENVOLVIMENTO E GESTÃO. PARA CONCLUIR O SEU CADASTRO, ACESSE O LINK <a th:href="${usuario.urlConfirmacaoCadastro}">${usuario.urlConfirmacaoCadastro}</a></span></p>
<p><span class="Apple-style-span"><br />ESSE PASSO É IMPORTANTE PARA VALIDARMOS TODOS OS USUÁRIOS.</span></p>
<br>
</p>
<br>
<p>
“Por gentileza, responda nossa pesquisa de satisfação do Sistema de Protocolo Eletrônico. Sua contribuição é de extrema valia.
<a href="http://formsus.datasus.gov.br/site/formulario.php?id_aplicacao=36481" target="_blank"> Clique aqui</a>”
</p>
<br>
<div class="Nth">Protocolo Central – Esplanada dos Ministérios Bloco K, Térreo, sala T 28, CEP 70.040-906 – Brasília-DF<br />protocolo@planejamento.gov.br<br />(61) 2020-5195/5580</div>
<p style="text-align: left;"> </p>
</body>
</html>