forked from Coded/SIPRP
no message
git-svn-id: https://svn.coded.pt/svn/SIPRP@451 bb69d46d-e84e-40c8-a05a-06db0d633741lxbfYeaa
parent
92fdace74d
commit
439d4facc8
@ -0,0 +1,11 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="stylesheet" href="html/css/style.css" type="text/css">
|
||||||
|
<title>Enviado</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<span class="text">O seu pedido foi enviado com sucesso</span>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
Pedido de informação de:
|
||||||
|
Nome: $name
|
||||||
|
Telefone: $phone
|
||||||
|
e-mail: $email
|
||||||
|
Assunto: $details
|
||||||
@ -0,0 +1,10 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="stylesheet" href="html/css/style.css" type="text/css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
Erro a enviar o seu pedido
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in new issue