getValor("pedido"); $pedido = new Pedido($idPedido, $usuario); //Cargamos el candidato $candidato = null; $idCandidato = $oferta->getValor("candidato"); if (!empty($idCandidato)) $candidato = new Candidato($usuario, $idCandidato); include_once("html/cabecera.php"); include_once("Objects/Administracion.php"); $administracion = new Administracion($usuario, $locale); $constantes = $administracion->getItem("constantes"); $mostrarTabla = $constantes['candPagina']; $altoScroll = 83 / 2 * $mostrarTabla; ?> getMensaje($_GET["msgSem"]); echo "
" . $mensajeSemaforo . "
"; } $action = (isset($_GET['action']) && ($_GET['action'] != "")) ? $_GET['action'] : ""; if (!empty($action)) { $error = false; $mensaje = ""; switch ($action) { case "aceptar": if (!empty($_GET['idCand'])) { try { $idCand = $_GET['idCand']; $estado = $oferta->asignarCandidato($idCand); if ($estado) { $tipo = "ok"; $mensaje = "El candidato se ha asignado a la oferta"; } else { $tipo = "error"; $mensaje = "No se ha podido asignar el candidato a la oferta"; } } catch (Exception $e) { $mensaje = $e->getMessage(); $tipo = "error"; } } else { $tipo = "error"; $mensaje = $locale['1053']; } break; case "cambEst": if (!empty($_GET['idEst'])) { $idEstado = $_GET['idEst']; try { $camb = $oferta->transita($idEstado, ""); if ($camb) { $tipo = "ok"; $mensaje = $locale['1072']; } else { $tipo = "error"; $mensaje = $locale['1073']; } } catch (Exception $e) { $mensaje = $e->getMessage(); $tipo = "error"; } } break; default: $error = true; $mensaje = $locale['1057']; break; } if ($mensaje != "") { // Mostramos el mensaje echo "
" . $mensaje . "
"; } } if (($oferta->getValor("estado") == 110) || ($oferta->getValor("estado") == 120)) { echo $html->menuOfertas($usuario, array("")); } else echo $html->menuOfertas($usuario, "gestionar"); ?>

getValor("referencia") ." - ". $oferta->getValor("nombre_solicitud")?>

" . $locale['1061'] . ""; break; default: break; } } else { $mensaje = ""; } echo $mensaje; ?>
   getValor("fecha")); ?>
   getValor("num_solicitud_cliente"); ?>
   getValor("denominacion_cliente"); ?>
   getValor("empleados"); ?>
    getValor("dni"); ?>
    getValor("nombre") ." ". $candidato->getValor("apellidos"); ?>
    getValor("nombre_estado"); ?>
//FOTO
 getValor("observaciones")); ?>
getValor("nombre_estado"); ?>
&action=cambEstObs" method="post" >
getValor("msgEstado") != "") { echo " -> " . $oferta->getValor("msgEstado"); } echo "
"; $estadosSiguientes = $oferta->getSiguientes(); foreach ($estadosSiguientes as $codEstado => $nombreEstado) { ?> &action=cambEst&idEst='" style="width:200px; margin-bottom:5px">
getProvincias(); if (count($tecnologias) > 0) { foreach ($tecnologias as $nombre => $codigo) { echo $nombre . ", "; } } else { } echo nl2br($pedido->getValor("observaciones_direccion")); ?>    getValor("direccion_solicitud"); ?>
getProvinciasDeseadas(); $keylocalidades = array_values($localidadesDeseadas); // Mostramos la lista foreach ($localidadesDeseadas as $nombre => $valor) { echo $nombre . ", "; } echo nl2br($candidato->getValor("observaciones_prov_deseada")); } ?> getProvinciasNoDeseadas(); $keylocalidades = array_values($localidadesNoDeseadas); // Mostramos la lista foreach ($localidadesNoDeseadas as $nombre => $valor) { echo $nombre . ", "; } echo nl2br($candidato->getValor("observaciones_prov_nodeseada")); } ?>
   getValor("nombre_salario_max"); ?>
   getValor("nombre_salario_min"); ?>
   getValor("tasa_economica"); ?>
getValor("nombre_salario_min"); ?>
getValor("nombre_salario_max"); ?>
getValor("tarifa"); ?>
getValor("viajar") != "") { echo "SI  (".$pedido->getValor("viajar").")"; } else { echo "NO"; } ?>
getValor("internacional") != "") { echo "SI  (".$pedido->getValor("internacional").")"; } else { echo "NO"; } ?>
getValor("guardias") != "") { echo "SI  (".$pedido->getValor("guardias").")"; } else { echo "NO"; } ?>
getValor("turnos") != "") { echo "SI  (".$pedido->getValor("turnos").")"; } else { echo "NO"; } ?>
getValor("viajar") != "") { echo "SI  (".$candidato->getValor("viajar").")"; } else { echo "NO"; } } ?>
getValor("internacional") != "") { echo "SI  (".$candidato->getValor("internacional").")"; } else { echo "NO"; } } ?>
getValor("guardias") != "") { echo "SI  (".$candidato->getValor("guardias").")"; } else { echo "NO"; } } ?>
getValor("entrevistas") != "") { echo "SI  (".$candidato->getValor("entrevistas").")"; } else { echo "NO"; } } ?>
getValor("carnet") != "") { echo "SI  (".$candidato->getValor("carnet").")"; } else { echo "NO"; } } ?>
'.$locale['Capacidades001'].''; //echo ''; $CapacidadesProfesionales = $pedido->getCapacidadesProfesionales(); VerListaCapacidadesProfesionales($CapacidadesProfesionales, "ver_oferta"); ?> '.$locale['Capacidades001'].''; //echo ''; if (!empty($candidato)){ $CapacidadesProfesionales = $candidato->getCapacidadesProfesionales(); VerListaCapacidadesProfesionales($CapacidadesProfesionales, "ver_oferta"); } ?>

getCandidatosDisponibles()->getCandidatos(); if (!empty($listaCandidatos)) { ?>

Candidatos disponibles

"; $final = count($listaCandidatos); for ($i = 0; $i < $final; $i++) { $candidato_aux = $listaCandidatos[$i]; ?>
getValor("candidato"); if (!empty($candActual)) { echo "getValor("oid")."&action=aceptar&idCand=".$candidato_aux->getValor("oid")."')\">"; } else { echo ""; } ?> " target=popup onclick=window.open('', 'popup', ',',',',',',',','width = 600, height = 800')>getValor("nombre") . " " . $candidato_aux->getValor("apellidos"); ?> getValor("nombre_estado"); ?> '.$locale['Capacidades001'].''; //echo ''; if (!empty($candidato_aux)){ $CapacidadesProfesionales = $candidato_aux->getCapacidadesProfesionales(); VerListaCapacidadesProfesionales($CapacidadesProfesionales, "ver_oferta"); } ?>  getValor("oid")); if (gettype($idiomas) != "NULL") { foreach ($idiomas as $tecno) { echo $tecno . ","; } } ?>
paginacion($numPaginas, $pagAcept, "pedido.php", "idPedido=" . $oferta->getValor("oid"), "pagAcept"); ?>