function DeltaEmpleado($id_subproyecto, $id_empleado, $fechaini, $fechafin, $link) { $horasTotalEmpleado = SumarHorasEmpleado_Todos($id_subproyecto, $id_empleado, $fechaini, $fechafin, $link); $horasRef = ObtenerHorasRefEmpleado($id_subproyecto, $id_empleado, $fechaini, $fechafin, $link); $horasDelta = $horasTotalEmpleado - $horasRef; return $horasDelta; }
?> <td width="100" height="16" align="center" bordercolor="#000000" bgcolor="#E6E6E6" onmouseover="tooltip.show('<strong>Total Empleado: </strong><?php echo $row_1[1]; ?> ');" onmouseout="tooltip.hide();"><font color="#333333"><div style="width:80px; height:50px; overflow:auto"><strong><?php echo SumarHorasEmpleado_Todos($id_subproyecto, $row_1[0], $fechaini, $fechafin, $link) . " h"; ?> </strong></div></font></td> <?php } else { ?> <td width="100" height="16" align="center" bordercolor="#000000" bgcolor="#FFFFFF" onmouseover="tooltip.show('<strong>Total Empleado: </strong><?php echo $row_1[1]; ?> ');" onmouseout="tooltip.hide();"><font color="#333333"><div style="width:80px; height:50px; overflow:auto"><strong><?php echo SumarHorasEmpleado_Todos($id_subproyecto, $row_1[0], $fechaini, $fechafin, $link) . " h"; ?> </strong></div></font></td> <?php } } //Fin IdentificarHorasEmpleado } //Fin While ?> </tr> </table> </td> <td width='297' bgcolor='#666666' align='center'><strong></strong></td>