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") . " " . $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")); ?> |
|
|
getValor("observaciones")); } ?> |
|||
" . $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"> "; } ?> |
| addCurriculum($_FILES['userfile']); } ?> getValor("oid"), $tipo); ?> | ||
|
|