addCurriculum * -> personales * -> laborables * -> curriculum * -> candidaturas * -> historial */ include_once("functions_get.php"); include_once("seguridad.php"); $destinoURL = substr($_SERVER['REQUEST_URI'], strripos($_SERVER['REQUEST_URI'], "/") + 1); if (stripos($destinoURL, "?") > 0) { $destinoURL = substr($destinoURL, 0, stripos($destinoURL, "?")); } /* * Comprobamos acciones com�nes a editar en los detalles como: * - Cambiar la observaci�n de una candidatura por parte de RRHH */ $action = ""; if ($_GET['action'] != "") $action = $_GET['action']; if ($_POST['action'] != "") $action = $_POST['action']; switch ($action) { case "addComent": if (($_POST['obs'] != "") && ($_POST['idCandidato'] != "") && ($_POST['idPedido'] != "")) { // Agregamso comentario al candidato sobre el pedido try { $pedido = new Pedido($_POST['idPedido'], $usuario); $pedido->addComentarioPropuestaRRHH($_POST['idCandidato'], $_POST['obs']); $msg = $locale['4047']; $tipo = "ok"; } catch (Exception $e) { $msg = $e->getMessage(); $tipo = "error"; } } break; ; default: break; } ?>

getValor("nombre_tipo") . ": " . $persona->getValor("nombre") . " " . $persona->getValor("apellidos"); ?>

" . $msg . ""; } ?>
getValor("nombre") . " " . $persona->getValor("apellidos"); ?> getValor("dni"); ?> getValor("fecha_nacimiento"); ?> getValor("sexo") == "" || $persona->getValor("sexo") == "h") echo "hombre"; else echo "mujer"; ?>
">getValor("email"); ?> getValor("t_movil"); ?> getValor("t_casa"); ?> getValor("lugar_nacimiento"); ?>

getValor("oid")); if (gettype($idiomas) != "NULL") { foreach ($idiomas as $tecno) { echo $tecno . "
"; } } ?>

getValor("oid")); if (gettype($titulaciones) != "NULL") { foreach ($titulaciones as $tecno) { echo $tecno . "
"; } } ?>
getValor("localidad")); ?>
getValor("tipo") == "candidato") { ?> getValor("procedencia")); ?>
: getValor("nombre_procedencia_cv"); ?>
getValor("incorporacion")); ?> getValor("tarifa"); ?> getValor("salario_min"); ?>
getValor("salario_max"); ?>
getValor("entrevistas") != "") { echo "SI  (".$persona->getValor("entrevistas").")"; } else { echo "NO"; } ?> getValor("guardias") != "") { echo "SI  (".$persona->getValor("guardias").")"; } else { echo "NO"; } ?> getValor("viajar") != "") { echo "SI  (".$persona->getValor("viajar").")"; } else { echo "NO"; } ?> getValor("internacional") != "") { echo "SI  (".$persona->getValor("internacional").")"; } else { echo "NO"; } ?>
getValor("carnet") != "") { echo "SI  (".$persona->getValor("carnet").")"; } else { echo "NO"; } ?> getProvinciasDeseadas(); $keylocalidades = array_values($localidadesDeseadas); // Mostramos la lista foreach ($localidadesDeseadas as $nombre => $valor) { echo $nombre . ", "; } echo "
". nl2br($persona->getValor("observaciones_prov_deseada")); ?>
getProvinciasNoDeseadas(); $keylocalidades = array_values($localidadesNoDeseadas); // Mostramos la lista foreach ($localidadesNoDeseadas as $nombre => $valor) { echo $nombre . ", "; } echo "
". nl2br($persona->getValor("observaciones_prov_nodeseada")); ?>
method="post" >

getValor("observaciones")); } ?>
&action=cambEstObs" method="post"> " />
: getValor("nombre_estado"); ?> getValor("msgEstado") != "") { echo " -> " . $persona->getValor("msgEstado"); } if (is_numeric($persona->getValor("diasEspera")) && ($persona->getValor("diasEspera") > 0)) { echo "
" . $locale['1094'] . " " . $persona->getValor("diasEspera") . " " . $locale['1093']; } echo "
"; $estadosSiguientes = $persona->getSiguientes(); foreach ($estadosSiguientes as $codEstado => $nombreEstado) { // En estados 20,60 se necesita mensaj obs if (($codEstado == "20") || ($codEstado == "60")) { ?> ','','txt;dias')" style="margin-bottom:5px"> ','','salario')" style="margin-bottom:5px"> &action=cambEst&idEst='" style="margin-bottom:5px"> "; } ?>
'.$locale['Capacidades001'].'
'; echo ''; $CapacidadesProfesionales = $persona->getCapacidadesProfesionales(); VerListaCapacidadesProfesionales($CapacidadesProfesionales, "detalle_candidato"); ?>
" method="POST" enctype="multipart/form-data">
addCurriculum($_FILES['userfile']); } ?> getValor("oid"), $tipo); ?>

getValor("estado") == "540") || ($persona->getValor("estado") == "550") || ($persona->getValor("estado") == "560"))) { ?>

tieneRol("1") || $usuario->tieneRol("4")) { ?>
" />
getPedidos(); $listaProponer = array(); foreach ($lpedPend as $pedAct) { $listaProponer[$pedAct->getValor("oid")] = $pedAct->getValor("nombre"); } if (count($listaProponer) > 0) { ?>
Comentario:

No hay solicitudes de oferta