no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@445 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
P Santos 21 years ago
parent 89e7e88667
commit 057a98d85d

@ -67,7 +67,7 @@ HashMap hmFuncionario = new HashMap();
{ {
hmFuncionario.put( "realizado", "não" ); hmFuncionario.put( "realizado", "não" );
} }
else if( tmp.equals( "s" ) ) else if( tmp.equals( "s" ) || tmp.equals( "y" ) )
{ {
hmFuncionario.put( "realizado", "sim" ); hmFuncionario.put( "realizado", "sim" );
} }
@ -81,7 +81,7 @@ HashMap hmFuncionario = new HashMap();
{ {
hmFuncionario.put( "realizada", "n\u00E3o" ); hmFuncionario.put( "realizada", "n\u00E3o" );
} }
else if( tmp.equals( "s" ) ) else if( tmp.equals( "s" ) || tmp.equals( "y" ) )
{ {
hmFuncionario.put( "realizada", "sim" ); hmFuncionario.put( "realizada", "sim" );
} }

@ -0,0 +1,216 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<link rel="stylesheet" href="css/style.css" type="text/css">
<title>SIPRP</title>
<script>
if( !document.all )
{
window.captureEvents(Event.KEYUP);
}
else
{
document.onkeypress = s;
}
function s( e )
{
if( document.all ) // IE
{
var e = window.event.keyCode;
}
else
{
e = e.which;
}
if( e == 13 )
{
document.loginForm.submit();
}
}
</script>
</head>
<body>
<table
style="width: 760px; height: 623px; background-image: url(images/fundo.jpg); background-repeat: no-repeat;"
align="center">
<tbody>
<tr>
<td style="height: 623px; width: 20px;"><br>
</td>
<td style="vertical-align: top; width: 760px; height: 623px;">
<table style="text-align: center; width: 740px; height: 230px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="height: 200px; vertical-align: top;" colspan="7"><br>
</td>
</tr>
<tr>
<td style="width: 45px; vertical-align: top;"><br>
</td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="siprp.html" target="_ifrm">a SIPRP</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="servicos.html" target="_ifrm">servi&ccedil;os</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="clientes.html" target="_ifrm">clientes</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="contactos.html" target="_ifrm">contactos</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="links.html" target="_ifrm">links</a></td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
<table style="text-align: left; width: 740px; height: 367px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="1" rowspan="3" style="vertical-align: top;"><!-- INICIO --> <iframe
name="_ifrm" src="clientes.html" marginwidth="0" marginheight="0"
frameborder="0" height="100%" width="588" allowtransparency='true'></iframe><!--
<table style="width: 588px; text-align: left;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class='title' style="background: transparent url( images/texto%20topo.gif ) no-repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; width: 588px; height: 29px; vertical-align: top;">&nbsp;&nbsp;&nbsp;os nossos servi&ccedil;os</td>
</tr>
<tr>
<td style="width: 588px; vertical-align: top;">
<table style="width: 100%; text-align: left;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="width: 3px; background-color: #789BB5;"></td>
<td style="width: 4px;"></td>
<!-td class='text' style="vertical-align: top;">texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto</td->
<td id='textTable' class='text' style="vertical-align: top;"></td>
<td style="width: 2px;"></td>
<td style="width: 3px; background-color: #789BB5;"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="width: 588px; height: 13px; vertical-align: top; background-image: url( images/texto%20base.gif ); background-repeat: no-repeat;"><br></td>
</tr>
<tr>
<td style='font-weight: bold;'><br>
<a class='big' href='#' onclick='setText( 0 );'>-Higiene e Seguran&ccedil;a</a><br>
<a class='big' href='#' onclick='setText( 1 );'>-Medicina do Trabalho</a><br>
<a class='big' href='#' onclick='setText( 2 );'>-Politica de Qualidade e Tratamento da Vertente Burocratica</a><br>
<a class='big' href='#' onclick='setText( 3 );'>-Serviços Complementares</a>
</td>
</tr>
</tbody>
</table>
--><!-- FIM --> <br>
</td>
<td style="vertical-align: top;">
<table
style="width: 143px; height: 101px; vertical-align: top; background-image: url(images/login.jpg); background-repeat: no-repeat;"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<form method="post" name="loginForm"> <input
name="form" value="Entrar" type="hidden">
<table
style="font-family: verdana; font-weight: bold; font-size: 10pt;"
align="center" cellpadding="0" cellspacing="0" height="90" width="120">
<tbody>
<tr valign="top">
<td class="title">user</td>
</tr>
<tr valign="top">
<td><input size="17" name="user" type="text" ></td>
</tr>
<tr valign="top">
<td class="title">password</td>
</tr>
<tr valign="top">
<td><input size="17" name="password"
onfocus="onkeypress = s" type="password" ></td>
</tr>
</tbody>
</table>
</form>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="height: 5px; vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="width: 141px; vertical-align: top;">
<table style="text-align: left; width: 141px;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="title"
style="height: 30px; background-image: url(images/noticias_top.jpg); background-repeat: no-repeat;">&nbsp;&nbsp;&nbsp;not&iacute;cias<br>
</td>
</tr>
<tr>
<td>
<table style="width: 100%; text-align: left;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="width: 3px; background-color: rgb(120, 155, 181);"><br>
</td>
<td style="width: 2px;"><br>
</td>
<td class="noticias"
style="text-align: left; vertical-align: top;">A SIPRP apresenta o
seu novo site em www.siprp.pt.<br>
<br>
Al&eacute;m de conte&uacute;dos sobre a empresa e o grupo, &eacute;
disponibilizado um portal online com funcionalidades para os seus
clientes. </td>
<td style="width: 1px;"><br>
</td>
<td
style="width: 3px; background-color: rgb(120, 155, 181);"><br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
</tr>
<tr>
<td
style="height: 11px; background-image: url(images/noticias_base.jpg); background-repeat: no-repeat;"><br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="footer"
style="width: 740px; height: 33px; background-image: url(images/rodape.jpg); background-position: right center; background-repeat: no-repeat;"
rowspan="1" colspan="2">Site optimizado para 800x600 - Todos os
direitos reservados Sociedade Ib&eacute;rica de Preven&ccedil;&atilde;o
de Riscos Profissionais&nbsp;&nbsp;<br>
Desenvolvido por <a class="copy" href="http://www.evolute.pt" target="_blank">Evolute
- Consultoria Inform&aacute;tica</a> e <a class="copy"
href="http://www.2-3design.com/" target="_blank">2/3 Design</a>&nbsp;&nbsp;</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>

@ -0,0 +1,216 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<link rel="stylesheet" href="css/style.css" type="text/css">
<title>SIPRP</title>
<script>
if( !document.all )
{
window.captureEvents(Event.KEYUP);
}
else
{
document.onkeypress = s;
}
function s( e )
{
if( document.all ) // IE
{
var e = window.event.keyCode;
}
else
{
e = e.which;
}
if( e == 13 )
{
document.loginForm.submit();
}
}
</script>
</head>
<body>
<table
style="width: 760px; height: 623px; background-image: url(images/fundo.jpg); background-repeat: no-repeat;"
align="center">
<tbody>
<tr>
<td style="height: 623px; width: 20px;"><br>
</td>
<td style="vertical-align: top; width: 760px; height: 623px;">
<table style="text-align: center; width: 740px; height: 230px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="height: 200px; vertical-align: top;" colspan="7"><br>
</td>
</tr>
<tr>
<td style="width: 45px; vertical-align: top;"><br>
</td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="siprp.html" target="_ifrm">a SIPRP</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="servicos.html" target="_ifrm">servi&ccedil;os</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="clientes.html" target="_ifrm">clientes</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="contactos.html" target="_ifrm">contactos</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="links.html" target="_ifrm">links</a></td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
<table style="text-align: left; width: 740px; height: 367px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="1" rowspan="3" style="vertical-align: top;"><!-- INICIO --> <iframe
name="_ifrm" src="contactos.html" marginwidth="0" marginheight="0"
frameborder="0" height="100%" width="588" allowtransparency='true'></iframe><!--
<table style="width: 588px; text-align: left;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class='title' style="background: transparent url( images/texto%20topo.gif ) no-repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; width: 588px; height: 29px; vertical-align: top;">&nbsp;&nbsp;&nbsp;os nossos servi&ccedil;os</td>
</tr>
<tr>
<td style="width: 588px; vertical-align: top;">
<table style="width: 100%; text-align: left;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="width: 3px; background-color: #789BB5;"></td>
<td style="width: 4px;"></td>
<!-td class='text' style="vertical-align: top;">texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto</td->
<td id='textTable' class='text' style="vertical-align: top;"></td>
<td style="width: 2px;"></td>
<td style="width: 3px; background-color: #789BB5;"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="width: 588px; height: 13px; vertical-align: top; background-image: url( images/texto%20base.gif ); background-repeat: no-repeat;"><br></td>
</tr>
<tr>
<td style='font-weight: bold;'><br>
<a class='big' href='#' onclick='setText( 0 );'>-Higiene e Seguran&ccedil;a</a><br>
<a class='big' href='#' onclick='setText( 1 );'>-Medicina do Trabalho</a><br>
<a class='big' href='#' onclick='setText( 2 );'>-Politica de Qualidade e Tratamento da Vertente Burocratica</a><br>
<a class='big' href='#' onclick='setText( 3 );'>-Serviços Complementares</a>
</td>
</tr>
</tbody>
</table>
--><!-- FIM --> <br>
</td>
<td style="vertical-align: top;">
<table
style="width: 143px; height: 101px; vertical-align: top; background-image: url(images/login.jpg); background-repeat: no-repeat;"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<form method="post" name="loginForm"> <input
name="form" value="Entrar" type="hidden">
<table
style="font-family: verdana; font-weight: bold; font-size: 10pt;"
align="center" cellpadding="0" cellspacing="0" height="90" width="120">
<tbody>
<tr valign="top">
<td class="title">user</td>
</tr>
<tr valign="top">
<td><input size="17" name="user" type="text" ></td>
</tr>
<tr valign="top">
<td class="title">password</td>
</tr>
<tr valign="top">
<td><input size="17" name="password"
onfocus="onkeypress = s" type="password" ></td>
</tr>
</tbody>
</table>
</form>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="height: 5px; vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="width: 141px; vertical-align: top;">
<table style="text-align: left; width: 141px;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="title"
style="height: 30px; background-image: url(images/noticias_top.jpg); background-repeat: no-repeat;">&nbsp;&nbsp;&nbsp;not&iacute;cias<br>
</td>
</tr>
<tr>
<td>
<table style="width: 100%; text-align: left;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="width: 3px; background-color: rgb(120, 155, 181);"><br>
</td>
<td style="width: 2px;"><br>
</td>
<td class="noticias"
style="text-align: left; vertical-align: top;">A SIPRP apresenta o
seu novo site em www.siprp.pt.<br>
<br>
Al&eacute;m de conte&uacute;dos sobre a empresa e o grupo, &eacute;
disponibilizado um portal online com funcionalidades para os seus
clientes. </td>
<td style="width: 1px;"><br>
</td>
<td
style="width: 3px; background-color: rgb(120, 155, 181);"><br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
</tr>
<tr>
<td
style="height: 11px; background-image: url(images/noticias_base.jpg); background-repeat: no-repeat;"><br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="footer"
style="width: 740px; height: 33px; background-image: url(images/rodape.jpg); background-position: right center; background-repeat: no-repeat;"
rowspan="1" colspan="2">Site optimizado para 800x600 - Todos os
direitos reservados Sociedade Ib&eacute;rica de Preven&ccedil;&atilde;o
de Riscos Profissionais&nbsp;&nbsp;<br>
Desenvolvido por <a class="copy" href="http://www.evolute.pt" target="_blank">Evolute
- Consultoria Inform&aacute;tica</a> e <a class="copy"
href="http://www.2-3design.com/" target="_blank">2/3 Design</a>&nbsp;&nbsp;</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>

@ -0,0 +1,216 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<link rel="stylesheet" href="css/style.css" type="text/css">
<title>SIPRP</title>
<script>
if( !document.all )
{
window.captureEvents(Event.KEYUP);
}
else
{
document.onkeypress = s;
}
function s( e )
{
if( document.all ) // IE
{
var e = window.event.keyCode;
}
else
{
e = e.which;
}
if( e == 13 )
{
document.loginForm.submit();
}
}
</script>
</head>
<body>
<table
style="width: 760px; height: 623px; background-image: url(images/fundo.jpg); background-repeat: no-repeat;"
align="center">
<tbody>
<tr>
<td style="height: 623px; width: 20px;"><br>
</td>
<td style="vertical-align: top; width: 760px; height: 623px;">
<table style="text-align: center; width: 740px; height: 230px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="height: 200px; vertical-align: top;" colspan="7"><br>
</td>
</tr>
<tr>
<td style="width: 45px; vertical-align: top;"><br>
</td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="siprp.html" target="_ifrm">a SIPRP</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="servicos.html" target="_ifrm">servi&ccedil;os</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="clientes.html" target="_ifrm">clientes</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="contactos.html" target="_ifrm">contactos</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="links.html" target="_ifrm">links</a></td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
<table style="text-align: left; width: 740px; height: 367px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="1" rowspan="3" style="vertical-align: top;"><!-- INICIO --> <iframe
name="_ifrm" src="links.html" marginwidth="0" marginheight="0"
frameborder="0" height="100%" width="588" allowtransparency='true'></iframe><!--
<table style="width: 588px; text-align: left;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class='title' style="background: transparent url( images/texto%20topo.gif ) no-repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; width: 588px; height: 29px; vertical-align: top;">&nbsp;&nbsp;&nbsp;os nossos servi&ccedil;os</td>
</tr>
<tr>
<td style="width: 588px; vertical-align: top;">
<table style="width: 100%; text-align: left;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="width: 3px; background-color: #789BB5;"></td>
<td style="width: 4px;"></td>
<!-td class='text' style="vertical-align: top;">texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto</td->
<td id='textTable' class='text' style="vertical-align: top;"></td>
<td style="width: 2px;"></td>
<td style="width: 3px; background-color: #789BB5;"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="width: 588px; height: 13px; vertical-align: top; background-image: url( images/texto%20base.gif ); background-repeat: no-repeat;"><br></td>
</tr>
<tr>
<td style='font-weight: bold;'><br>
<a class='big' href='#' onclick='setText( 0 );'>-Higiene e Seguran&ccedil;a</a><br>
<a class='big' href='#' onclick='setText( 1 );'>-Medicina do Trabalho</a><br>
<a class='big' href='#' onclick='setText( 2 );'>-Politica de Qualidade e Tratamento da Vertente Burocratica</a><br>
<a class='big' href='#' onclick='setText( 3 );'>-Serviços Complementares</a>
</td>
</tr>
</tbody>
</table>
--><!-- FIM --> <br>
</td>
<td style="vertical-align: top;">
<table
style="width: 143px; height: 101px; vertical-align: top; background-image: url(images/login.jpg); background-repeat: no-repeat;"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<form method="post" name="loginForm"> <input
name="form" value="Entrar" type="hidden">
<table
style="font-family: verdana; font-weight: bold; font-size: 10pt;"
align="center" cellpadding="0" cellspacing="0" height="90" width="120">
<tbody>
<tr valign="top">
<td class="title">user</td>
</tr>
<tr valign="top">
<td><input size="17" name="user" type="text" ></td>
</tr>
<tr valign="top">
<td class="title">password</td>
</tr>
<tr valign="top">
<td><input size="17" name="password"
onfocus="onkeypress = s" type="password" ></td>
</tr>
</tbody>
</table>
</form>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="height: 5px; vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="width: 141px; vertical-align: top;">
<table style="text-align: left; width: 141px;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="title"
style="height: 30px; background-image: url(images/noticias_top.jpg); background-repeat: no-repeat;">&nbsp;&nbsp;&nbsp;not&iacute;cias<br>
</td>
</tr>
<tr>
<td>
<table style="width: 100%; text-align: left;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="width: 3px; background-color: rgb(120, 155, 181);"><br>
</td>
<td style="width: 2px;"><br>
</td>
<td class="noticias"
style="text-align: left; vertical-align: top;">A SIPRP apresenta o
seu novo site em www.siprp.pt.<br>
<br>
Al&eacute;m de conte&uacute;dos sobre a empresa e o grupo, &eacute;
disponibilizado um portal online com funcionalidades para os seus
clientes. </td>
<td style="width: 1px;"><br>
</td>
<td
style="width: 3px; background-color: rgb(120, 155, 181);"><br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
</tr>
<tr>
<td
style="height: 11px; background-image: url(images/noticias_base.jpg); background-repeat: no-repeat;"><br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="footer"
style="width: 740px; height: 33px; background-image: url(images/rodape.jpg); background-position: right center; background-repeat: no-repeat;"
rowspan="1" colspan="2">Site optimizado para 800x600 - Todos os
direitos reservados Sociedade Ib&eacute;rica de Preven&ccedil;&atilde;o
de Riscos Profissionais&nbsp;&nbsp;<br>
Desenvolvido por <a class="copy" href="http://www.evolute.pt" target="_blank">Evolute
- Consultoria Inform&aacute;tica</a> e <a class="copy"
href="http://www.2-3design.com/" target="_blank">2/3 Design</a>&nbsp;&nbsp;</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>

@ -0,0 +1,216 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<link rel="stylesheet" href="css/style.css" type="text/css">
<title>SIPRP</title>
<script>
if( !document.all )
{
window.captureEvents(Event.KEYUP);
}
else
{
document.onkeypress = s;
}
function s( e )
{
if( document.all ) // IE
{
var e = window.event.keyCode;
}
else
{
e = e.which;
}
if( e == 13 )
{
document.loginForm.submit();
}
}
</script>
</head>
<body>
<table
style="width: 760px; height: 623px; background-image: url(images/fundo.jpg); background-repeat: no-repeat;"
align="center">
<tbody>
<tr>
<td style="height: 623px; width: 20px;"><br>
</td>
<td style="vertical-align: top; width: 760px; height: 623px;">
<table style="text-align: center; width: 740px; height: 230px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="height: 200px; vertical-align: top;" colspan="7"><br>
</td>
</tr>
<tr>
<td style="width: 45px; vertical-align: top;"><br>
</td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="siprp.html" target="_ifrm">a SIPRP</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="servicos.html" target="_ifrm">servi&ccedil;os</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="clientes.html" target="_ifrm">clientes</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="contactos.html" target="_ifrm">contactos</a></td>
<td style="width: 120px; vertical-align: top;"><a
class="menu" href="links.html" target="_ifrm">links</a></td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
<table style="text-align: left; width: 740px; height: 367px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="1" rowspan="3" style="vertical-align: top;"><!-- INICIO --> <iframe
name="_ifrm" src="servicos.html" marginwidth="0" marginheight="0"
frameborder="0" height="100%" width="588" allowtransparency='true'></iframe><!--
<table style="width: 588px; text-align: left;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class='title' style="background: transparent url( images/texto%20topo.gif ) no-repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; width: 588px; height: 29px; vertical-align: top;">&nbsp;&nbsp;&nbsp;os nossos servi&ccedil;os</td>
</tr>
<tr>
<td style="width: 588px; vertical-align: top;">
<table style="width: 100%; text-align: left;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="width: 3px; background-color: #789BB5;"></td>
<td style="width: 4px;"></td>
<!-td class='text' style="vertical-align: top;">texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto texto</td->
<td id='textTable' class='text' style="vertical-align: top;"></td>
<td style="width: 2px;"></td>
<td style="width: 3px; background-color: #789BB5;"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="width: 588px; height: 13px; vertical-align: top; background-image: url( images/texto%20base.gif ); background-repeat: no-repeat;"><br></td>
</tr>
<tr>
<td style='font-weight: bold;'><br>
<a class='big' href='#' onclick='setText( 0 );'>-Higiene e Seguran&ccedil;a</a><br>
<a class='big' href='#' onclick='setText( 1 );'>-Medicina do Trabalho</a><br>
<a class='big' href='#' onclick='setText( 2 );'>-Politica de Qualidade e Tratamento da Vertente Burocratica</a><br>
<a class='big' href='#' onclick='setText( 3 );'>-Serviços Complementares</a>
</td>
</tr>
</tbody>
</table>
--><!-- FIM --> <br>
</td>
<td style="vertical-align: top;">
<table
style="width: 143px; height: 101px; vertical-align: top; background-image: url(images/login.jpg); background-repeat: no-repeat;"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<form method="post" name="loginForm"> <input
name="form" value="Entrar" type="hidden">
<table
style="font-family: verdana; font-weight: bold; font-size: 10pt;"
align="center" cellpadding="0" cellspacing="0" height="90" width="120">
<tbody>
<tr valign="top">
<td class="title">user</td>
</tr>
<tr valign="top">
<td><input size="17" name="user" type="text" ></td>
</tr>
<tr valign="top">
<td class="title">password</td>
</tr>
<tr valign="top">
<td><input size="17" name="password"
onfocus="onkeypress = s" type="password" ></td>
</tr>
</tbody>
</table>
</form>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="height: 5px; vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="width: 141px; vertical-align: top;">
<table style="text-align: left; width: 141px;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="title"
style="height: 30px; background-image: url(images/noticias_top.jpg); background-repeat: no-repeat;">&nbsp;&nbsp;&nbsp;not&iacute;cias<br>
</td>
</tr>
<tr>
<td>
<table style="width: 100%; text-align: left;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="width: 3px; background-color: rgb(120, 155, 181);"><br>
</td>
<td style="width: 2px;"><br>
</td>
<td class="noticias"
style="text-align: left; vertical-align: top;">A SIPRP apresenta o
seu novo site em www.siprp.pt.<br>
<br>
Al&eacute;m de conte&uacute;dos sobre a empresa e o grupo, &eacute;
disponibilizado um portal online com funcionalidades para os seus
clientes. </td>
<td style="width: 1px;"><br>
</td>
<td
style="width: 3px; background-color: rgb(120, 155, 181);"><br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
</tr>
<tr>
<td
style="height: 11px; background-image: url(images/noticias_base.jpg); background-repeat: no-repeat;"><br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="footer"
style="width: 740px; height: 33px; background-image: url(images/rodape.jpg); background-position: right center; background-repeat: no-repeat;"
rowspan="1" colspan="2">Site optimizado para 800x600 - Todos os
direitos reservados Sociedade Ib&eacute;rica de Preven&ccedil;&atilde;o
de Riscos Profissionais&nbsp;&nbsp;<br>
Desenvolvido por <a class="copy" href="http://www.evolute.pt" target="_blank">Evolute
- Consultoria Inform&aacute;tica</a> e <a class="copy"
href="http://www.2-3design.com/" target="_blank">2/3 Design</a>&nbsp;&nbsp;</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>

@ -136,11 +136,11 @@ td.box6
</tr> </tr>
<tr> <tr>
<td style="width: 45px; vertical-align: top;"></td> <td style="width: 45px; vertical-align: top;"></td>
<td style="width: 120px; vertical-align: top;"><a href="">a SIPRP</a></td> <td style="width: 120px; vertical-align: top;"><a href="index.html" target="_blank">a SIPRP</a></td>
<td style="width: 120px; vertical-align: top;"><a href="">servi&ccedil;os</a></td> <td style="width: 120px; vertical-align: top;"><a href="html/frame_servicos.html" target="_blank">servi&ccedil;os</a></td>
<td style="width: 120px; vertical-align: top;"><a href="">clientes</a></td> <td style="width: 120px; vertical-align: top;"><a href="html/frame_clientes.html" target="_blank">clientes</a></td>
<td style="width: 120px; vertical-align: top;"><a href="">contactos</a></td> <td style="width: 120px; vertical-align: top;"><a href="html/frame_contactos.html" target="_blank">contactos</a></td>
<td style="width: 120px; vertical-align: top;"><a href="">links</a></td> <td style="width: 120px; vertical-align: top;"><a href="html/frame_links.html" target="_blank">links</a></td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -185,7 +185,7 @@ td.box6
<tr> <tr>
<td> <td>
#if( $query == "trabalhador" ) #if( $query == "trabalhador" )
<a class='text' href='/siprpWeb/?$empresa_id/$estabelecimento_id'>Funcion&aacute;rio</a>: $funcionario.nome N&ordm;: $funcionario.numero <a class='text' href='/siprpWeb/?$empresa_id/$estabelecimento_id'>Funcion&aacute;rio</a>: $!funcionario.nome N&ordm;: $!funcionario.numero
#else #else
Funcion&aacute;rio: Funcion&aacute;rio:
#end #end
@ -232,7 +232,7 @@ td.box6
<td width='14%'>&Uacute;ltimo Exame</td><td width='14%'>Realizado</td><td width='14%'>Pr&oacute;ximo Exame</td><td width='14%'>&Uacute;ltima Consulta</td><td width='14%'>Realizada</td><td width='14%'>Pr&oacute;xima Consulta</td><td>Marca&ccedil;&atilde;o</td> <td width='14%'>&Uacute;ltimo Exame</td><td width='14%'>Realizado</td><td width='14%'>Pr&oacute;ximo Exame</td><td width='14%'>&Uacute;ltima Consulta</td><td width='14%'>Realizada</td><td width='14%'>Pr&oacute;xima Consulta</td><td>Marca&ccedil;&atilde;o</td>
</tr> </tr>
<tr align='center'> <tr align='center'>
<td class='box5'>$funcionario.ultimo_exame&nbsp;</td><td class='box6'>$funcionario.realizado&nbsp;</td><td class='box6'>$funcionario.proximo_exame&nbsp;</td><td class='box6'>$$funcionario.ultima_consulta&nbsp;</td><td class='box6'>$$funcionario.realizada&nbsp;</td><td class='box6'>$funcionario.proxima_consulta&nbsp;</td><td class='box6'>&nbsp;</td> <td class='box5'>$!funcionario.ultimo_exame&nbsp;</td><td class='box6'>$!funcionario.realizado&nbsp;</td><td class='box6'>$!funcionario.proximo_exame&nbsp;</td><td class='box6'>$!funcionario.ultima_consulta&nbsp;</td><td class='box6'>$!funcionario.realizada&nbsp;</td><td class='box6'>$!funcionario.proxima_consulta&nbsp;</td><td class='box6'>&nbsp;</td>
</tr> </tr>
</table> </table>
##<form method="post"> ##<form method="post">

Loading…
Cancel
Save