no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@453 bb69d46d-e84e-40c8-a05a-06db0d633741
lxbfYeaa
P Santos 21 years ago
parent a9b6eb2699
commit 99b49359d7

@ -72,28 +72,29 @@ E-mail: <a href='mailto:geral@siprp.pt'>geral@siprp.pt</a><br>
<br> <br>
<div id='info_id' style="display: none"> <div id='info_id' style="display: none">
<form method='post' action='/siprpWeb/request' name='request_form'> <form method='post' action='/siprpWeb/request' name='request_form'>
<table border="0" cellspacing="2" cellpadding="2" width="100%"> <table border="0" cellspacing="2" cellpadding="2">
<tr valign="top"> <tr valign="top">
<td class="text" style='text-align: right'><strong>Nome*:</strong></td> <td class="text" style='text-align: right'>Nome*:</td>
<td class="text"><input type="text" class="text" size="40" name="request_name"></td> <td class="text"><input type="text" class="text" size="45" name="request_name"></td>
</tr> </tr>
<tr valign="top"> <tr valign="top">
<td class="text" style='text-align: right'><strong>Telefone*:</strong></td> <td class="text" style='text-align: right'>Telefone*:</td>
<td class="text"><input type="text" class="text" size="35" name="request_phone"></td> <td class="text"><input type="text" class="text" size="45" name="request_phone"></td>
</tr> </tr>
<tr valign="top"> <tr valign="top">
<td class="text" style='text-align: right'><strong>e-mail*:</strong></td> <td class="text" style='text-align: right'>E-mail*:</td>
<td class="text"><input type="text" class="text" size="35" name="request_email"></td> <td class="text"><input type="text" class="text" size="45" name="request_email"></td>
</tr> </tr>
<tr valign="top"> <tr valign="top">
<td class="text" style='text-align: right'><strong>Assunto*:</strong></td> <td class="text" style='text-align: right'>Assunto*:</td>
<td class="text"><textarea rows="5" cols="45" class="text" name="request_details"></textarea></td> <td class="text"><textarea rows="5" cols="50" class="text" name="request_details"></textarea></td>
</tr> </tr>
<tr valign="top"> <tr valign="top">
<td class="text" colspan="2" style='text-align: center'><input type='submit' value='Enviar' onclick="return check_info_request();"></td> <td class="text" colspan='2' style='text-align: right'><input type='submit' value='Enviar' onclick="return check_info_request();"></td>
</tr> </tr>
<tr valign="top"> <tr valign="top">
<td class="text" colspan='2' style='text-align: center'>* Campos de preenchimento obrigat&oacute;rio</td> <td>&nbsp;</td>
<td class="text" style='font-size: 8pt'>* Campos de preenchimento obrigat&oacute;rio</td>
</tr> </tr>
</table> </table>
</form> </form>

@ -5,7 +5,7 @@
<link rel="stylesheet" href="html/css/style.css" type="text/css"> <link rel="stylesheet" href="html/css/style.css" type="text/css">
<title>Enviado</title> <title>Enviado</title>
</head> </head>
<body> <body class="text" style="background-color: transparent;">
<span class="text">O seu pedido foi enviado com sucesso</span> O seu pedido foi enviado com sucesso
</body> </body>
</html> </html>

@ -1,5 +1,5 @@
Pedido de informação de: Pedido de informação de:
Nome: $name Nome: $name
Telefone: $phone Telefone: $phone
e-mail: $email E-mail: $email
Assunto: $details Assunto: $details

@ -5,7 +5,7 @@
<link rel="stylesheet" href="html/css/style.css" type="text/css"> <link rel="stylesheet" href="html/css/style.css" type="text/css">
<title>Erro a enviar</title> <title>Erro a enviar</title>
</head> </head>
<body> <body class="text" style="background-color: transparent;">
<span class="text">Erro a enviar o seu pedido</span> Erro a enviar o seu pedido
</body> </body>
</html> </html>

Loading…
Cancel
Save