|
|
|
@ -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 = window.open( "schedule?exames", "marcacao_window", "menubar=0, resizeable=0, width=400, height=250, top=100, left=450" );
|
|
|
|
m_wnd.focus();
|
|
|
|
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>
|
|
|
|
</script>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<table style="width: 760px; height: 623px; background-image: url(/siprpWeb/html/images/fundo.jpg); background-repeat: no-repeat;" align='center' >
|
|
|
|
<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"> $userName </td>
|
|
|
|
<td style="color: white; width: 120px; vertical-align: top; text-align: left"> $userName </td>
|
|
|
|
#if( $userRole != "manager" )
|
|
|
|
#if( $userRole != "manager" )
|
|
|
|
<td style='color: white; vertical-align: top; text-align: right'> </td>
|
|
|
|
<td style='color: white; vertical-align: top; text-align: right'> </td>
|
|
|
|
<td style='color: white; vertical-align: top; text-align: right'><a href="/siprpWeb/?$empresa_id/pedir_relatorio">pedido de relatório anual...</a></td>
|
|
|
|
<td style='color: white; vertical-align: top; text-align: right'><a href="javascript:pedidoRelatorioWindow();">pedido de relatório anual...</a></td>
|
|
|
|
#end
|
|
|
|
#end
|
|
|
|
<td style='color: white; vertical-align: top; text-align: right'><a href="/siprpWeb/">logout » </a></td>
|
|
|
|
<td style='color: white; vertical-align: top; text-align: right'><a href="/siprpWeb/">logout » </a></td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
|