no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@501 bb69d46d-e84e-40c8-a05a-06db0d633741
lxbfYeaa
Frederico Palma 21 years ago
parent 8724dba5af
commit cfbcd47d51

@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<link rel="stylesheet" href="../css/style.css" type="text/css"> <link rel="stylesheet" href="../css/style.css" type="text/css">
<script language="javascript" src="../css/funcs.js"></script>
<title>SIPRP - Apresenta&ccedil;&atilde;o</title> <title>SIPRP - Apresenta&ccedil;&atilde;o</title>
</head> </head>
<body class="text" style="background-color: transparent;"> <body class="text" style="background-color: transparent;">
@ -11,6 +12,81 @@ Esta p&aacute;gina d&aacute; acesso a funcionalidades exclusivas e confidenciais
<li> <li>
Acesso ao <a href="http://www.siprp.pt/webmail" target="_blank">webmail SIPRP</a> Acesso ao <a href="http://www.siprp.pt/webmail" target="_blank">webmail SIPRP</a>
</li> </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&oacute;s</span><br>
<br>
<div id='recrut_id' style="display: none">
<form method='post' action='/siprpWeb/schedule' name='recrutamento' id='recrutamento'>
<table border='0' class='text'>
<tbody>
<tr>
<td>
Fun&ccedil;&atilde;o*:
</td>
<td>
<select name='funcao' id='funcao'>
<option VALUE='0'>T&eacute;cnico de Higiene e Seguran&ccedil;a</option>
<option VALUE='1'>T&eacute;cnico Superior de Higiene e Seguran&ccedil;a</option>
<option VALUE='2'>M&eacute;dico do Trabalho</option>
<option VALUE='3'>M&eacute;dico Curativa</option>
<option VALUE='4'>Enfermeiro</option>
<option VALUE='5' SELECTED>Outros</option>
</select>
</td>
</tr>
<tr>
<td>
Nome Completo*:
</td>
<td>
<input type='text' id='nome' name='nome' size='50'>
</td>
</tr>
<tr>
<td>
Morada:
</td>
<td>
<input type='text' id='morada' name='morada' size='50'>
</td>
</tr>
<tr>
<td>
Telefone*:
</td>
<td>
<input type='text' id='telefone' name='telefone' size='10'>
</td>
</tr>
<tr>
<td>
E-Mail:
</td>
<td>
<input type='text' id='email' name='email' size='30'>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td align='right'>
<input type='submit' value='Marcar' onclick='return validateForm()'>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
* Campos de preenchimento obrigat&oacute;rio
</td>
</tr>
</tbody>
</table>
</form>
</div>
</li>
</ul> </ul>
</body> </body>
</html> </html>

@ -111,14 +111,9 @@ a.copy:active
text-decoration: underline; text-decoration: underline;
} }
select select,
{ option,
color: #497895; input
font-family: verdana;
margin-top: 0px;
}
option
{ {
color: #497895; color: #497895;
font-family: verdana; font-family: verdana;

Loading…
Cancel
Save