no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@493 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 21 years ago
parent c94c36a024
commit f9224ec7fc

@ -285,14 +285,15 @@ td.box6
<td style="width: 4px;"></td> <td style="width: 4px;"></td>
<td> <td>
#if ($query == "trabalhador") #if ($query == "trabalhador")
(*)ECD - Exames Complementares de Diagn&oacute;stico<br><br>
<table width='100%' cellspacing='0' cellpadding='0'> <table width='100%' cellspacing='0' cellpadding='0'>
<tr align='center' style='background-color: #789BB5;'> <tr align='center' style='background-color: #789BB5;'>
<td width='14%' style='color: #ffffff'>&Uacute;ltimo Exame</td> <td width='14%' style='color: #ffffff'>&Uacute;ltimo ECD(*)</td>
<td width='14%' style='color: #ffffff'>Realizado</td> <td width='14%' style='color: #ffffff'>Realizado</td>
<td width='14%' style='color: #ffffff'>&Uacute;ltima Consulta</td> <td width='14%' style='color: #ffffff'>&Uacute;ltima Consulta</td>
<td width='14%' style='color: #ffffff'>Realizada</td> <td width='14%' style='color: #ffffff'>Realizada</td>
<td width='14%' style='color: #ffffff'>Resultado</td> <td width='14%' style='color: #ffffff'>Resultado</td>
<td width='14%'><a href='javascript:marcacaoExamesWindow();'>Pr&oacute;ximo Exame</a></td> <td width='14%'><a href='javascript:marcacaoExamesWindow();'>Pr&oacute;ximo ECD(*)</a></td>
<td width='14%'><a href='javascript:marcacaoConsultaWindow();'>Pr&oacute;xima Consulta</a></td> <td width='14%'><a href='javascript:marcacaoConsultaWindow();'>Pr&oacute;xima Consulta</a></td>
</tr> </tr>
@ -330,11 +331,12 @@ td.box6
#elseif( $query == "trabalhadores_pendentes" ) #elseif( $query == "trabalhadores_pendentes" )
<IMG SRC="/siprpWeb/html/images/red.gif"> - pendente &nbsp;&nbsp; <IMG SRC="/siprpWeb/html/images/red.gif"> - pendente &nbsp;&nbsp;
<IMG SRC="/siprpWeb/html/images/yellow.gif"> - marcado &nbsp;&nbsp; <IMG SRC="/siprpWeb/html/images/yellow.gif"> - marcado &nbsp;&nbsp;
<IMG SRC="/siprpWeb/html/images/green.gif"> - tratado <br><br> <IMG SRC="/siprpWeb/html/images/green.gif"> - tratado <br>
(*)ECD - Exames Complementares de Diagn&oacute;stico<br><br>
<table width='100%' cellspacing='0' cellpadding='0' border="0"> <table width='100%' cellspacing='0' cellpadding='0' border="0">
<tr style='background-color: #789BB5; color: #ffffff;'> <tr style='background-color: #789BB5; color: #ffffff;'>
<td width='75%' align='left' >&nbsp;&nbsp;Nome</td> <td width='75%' align='left' >&nbsp;&nbsp;Nome</td>
<td width='12%' align='center' >Exame</td> <td width='12%' align='center' >ECD(*)</td>
<td width='12%' align='center'>Consulta</td> <td width='12%' align='center'>Consulta</td>
</tr> </tr>
#foreach( $element in $v1 ) #foreach( $element in $v1 )

@ -228,20 +228,21 @@ td.box6
#elseif( $query == "trabalhadores_pendentes" ) #elseif( $query == "trabalhadores_pendentes" )
<IMG SRC="/siprpWeb/html/images/red.gif"> - pendente &nbsp;&nbsp; <IMG SRC="/siprpWeb/html/images/red.gif"> - pendente &nbsp;&nbsp;
<IMG SRC="/siprpWeb/html/images/yellow.gif"> - marcado &nbsp;&nbsp; <IMG SRC="/siprpWeb/html/images/yellow.gif"> - marcado &nbsp;&nbsp;
<IMG SRC="/siprpWeb/html/images/green.gif"> - tratado <br><br> <IMG SRC="/siprpWeb/html/images/green.gif"> - tratado <br>
(*)ECD - Exames Complementares de Diagn&oacute;stico<br><br>
<table width='100%' cellspacing='0' cellpadding='0' border="0"> <table width='100%' cellspacing='0' cellpadding='0' border="0">
<tr> <tr>
<td width='75%' align='left' >&nbsp;&nbsp;Nome</td> <td width='75%' align='left' >&nbsp;&nbsp;Nome</td>
<td width='12%' align='center' >Exame</td> <td width='12%' align='center' >ECD(*)</td>
<td width='12%' align='center'>Consulta</td> <td width='12%' align='center'>Consulta</td>
</tr> </tr>
#foreach( $element in $v1 ) #foreach( $element in $v1 )
#set ( $counter = $velocityCount - 1 ) #set ( $counter = $velocityCount - 1 )
#set ( $dados_trabalhador = $v2.get($counter) ) #set ( $dados_trabalhador = $v2.get($counter) )
<tr> <tr>
<td class='box5' align='left' ><a class='text' href="$v1.get($counter)">&nbsp;&nbsp;$dados_trabalhador.Nome</a></td> <td align='left' ><a class='text' href="$v1.get($counter)">&nbsp;&nbsp;$dados_trabalhador.Nome</a></td>
<td class='box6' align='center' ><IMG SRC="/siprpWeb/html/images/${dados_trabalhador.Exame}.gif"></td> <td align='center' ><IMG SRC="/siprpWeb/html/images/${dados_trabalhador.Exame}.gif"></td>
<td class='box6' align='center' ><IMG SRC="/siprpWeb/html/images/${dados_trabalhador.Consulta}.gif"></td> <td align='center' ><IMG SRC="/siprpWeb/html/images/${dados_trabalhador.Consulta}.gif"></td>
</tr> </tr>
#end #end
</table> </table>

Loading…
Cancel
Save