forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
3.3 KiB
115 lines
3.3 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="../css/style.css" type="text/css">
|
|
<script language="javascript" src="../css/funcs.js"></script>
|
|
<title>SIPRP - Apresentação</title>
|
|
</head>
|
|
<body class="text" style="background-color: transparent;">
|
|
Área reservada a parceiros da SIPRP.<br>
|
|
Esta página dá acesso a funcionalidades exclusivas e confidenciais.<br>
|
|
<ul>
|
|
<li>
|
|
Acesso ao <a href="http://webmail.siprp.pt/" target="_blank">webmail SIPRP</a>
|
|
</li>
|
|
<li>
|
|
Acesso a <a href="/AnaliseAcidentesTrabalho/" target="_blank">Aplicações de Gestão de SHST - Acesso reservado</a>
|
|
</li>
|
|
<li>
|
|
<span id='span_recrut_id' style="font-weight: bold; text-decoration: underline; cursor: pointer" onmousedown="return false;" onclick="showhide('recrut_id')">Junte-se a Nós</span><br>
|
|
<br>
|
|
<div id='recrut_id' style="display: none">
|
|
<form method='post' action='/siprpWeb/recruit' name='recrutamento' id='recrutamento' enctype='multipart/form-data'>
|
|
<table border='0' class='text'>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
Função*:
|
|
</td>
|
|
<td>
|
|
<select name='rec_funcao' id='rec_funcao'>
|
|
<option VALUE='Técnico de Higiene e Segurança'>Técnico de Higiene e Segurança</option>
|
|
<option VALUE='Técnico Superior de Higiene e Segurança'>Técnico Superior de Higiene e Segurança</option>
|
|
<option VALUE='Médico do Trabalho'>Médico do Trabalho</option>
|
|
<option VALUE='Médico Curativa'>Médico Curativa</option>
|
|
<option VALUE='Enfermeiro'>Enfermeiro</option>
|
|
<option VALUE='Outros' SELECTED>Outros</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Nome Completo*:
|
|
</td>
|
|
<td>
|
|
<input type='text' id='rec_nome' name='rec_nome' size='50'>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Morada:
|
|
</td>
|
|
<td>
|
|
<input type='text' id='rec_morada' name='rec_morada' size='50'>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Telefone*:
|
|
</td>
|
|
<td>
|
|
<input type='text' id='rec_telefone' name='rec_telefone' size='10'>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
E-Mail*:
|
|
</td>
|
|
<td>
|
|
<input type='text' id='rec_email' name='rec_email' size='30'>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
C.V.:
|
|
</td>
|
|
<td>
|
|
<input type='file' id='rec_cv' name='rec_cv'>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
<td align='right'>
|
|
<table border='0'>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<input type='reset' value='Limpar'>
|
|
</td>
|
|
<td>
|
|
<input type='submit' value='Enviar' onclick='return validateForm()'>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
* Campos de preenchimento obrigatório
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|