Comptable du Projet WASOP-3

IUCN • Dakar, Dakar Region • Posted June 12, 2026

About the Role

This site uses JavaScript for part of its functionality. If you are reading this message, it is because JavaScript was not detected on your computer. Please install and/or enable JavaScript before continuing.

function extendVac() { jPrompt(Please enter the new closing date (format dd.mm.yyyy):, dd.mm.yyyy, IUCN - HRMS, function(newDate) { if (newDate == null || newDate == ) return; newDate = dateFormat(newDate); if (!dateValidation(null, null, newDate)) { jAlert(Invalid date !, IUCN - HRMS); return; } window.location = /iresy/index.cfm?event=vac.extend&vacId=11713&lang=fr&closingDate= + newDate; }); } function cmdOpen() { jConfirm(This command will announce the vacancy.nnNote: The questions will not be editable after the vacancy has been announced., IUCN - HRMS, function(r) { if (r) popup('/iresy/index.cfm?event=vac.open.form&vacancy_id=11713', 'vacOpenForm11713', 'small'); }); } function cmdCancel() { popup(/iresy/index.cfm?event=vac.cancel.form&vacId=11713, vacC...