no message

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

@ -151,6 +151,11 @@ td.box6
m_wnd = window.open( "schedule?exames", "marcacao_window", "menubar=0, resizeable=0, width=400, height=250, top=100, left=450" );
m_wnd.focus();
}
function pedidoRelatorioWindow()
{
m_wnd = window.open( "relatorio?" + Math.random(), "pedido_window", "menubar=0, resizeable=0, width=400, height=250, top=100, left=450" );
m_wnd.focus();
}
</script>
<body>
<table style="width: 760px; height: 623px; background-image: url(/siprpWeb/html/images/fundo.jpg); background-repeat: no-repeat;" align='center' >
@ -175,7 +180,7 @@ td.box6
<td style="color: white; width: 120px; vertical-align: top; text-align: left">&nbsp;&nbsp;&nbsp;$userName&nbsp;</td>
#if( $userRole != "manager" )
<td style='color: white; vertical-align: top; text-align: right'>&nbsp;&nbsp;&nbsp;</td>
<td style='color: white; vertical-align: top; text-align: right'><a href="/siprpWeb/?$empresa_id/pedir_relatorio">pedido de relat&oacute;rio anual...</a></td>
<td style='color: white; vertical-align: top; text-align: right'><a href="javascript:pedidoRelatorioWindow();">pedido de relat&oacute;rio anual...</a></td>
#end
<td style='color: white; vertical-align: top; text-align: right'><a href="/siprpWeb/">logout »&nbsp;&nbsp;&nbsp;</a></td>
</tr>

Loading…
Cancel
Save