const utentePrivilege = ""; const centroUtente = ""; const partecipantePrivilege = 0; const tutorPrivilege = 1; const agenziaPrivilege = 2; const adminPrivilege = 3; const lblErrorHttp = "Errore invio dati HTTP"; const lblSaveBtn = "Salva"; const lblNewBtn = "Nuovo"; const lblRefreshBtn = "Aggiorna lista"; const lblBackBtn = "Indietro"; const lblOpenBtn = "Apri"; const lblMsgError = ""; const notifEnabled = ""; const lblNotif = "Il servizio Help Desk sarà sospeso dal 4 agosto 2025 al 22 agosto 2025 (compresi).
Il servizio riprenderà il 25 agosto 2025|^|"; const indexUrl = 'https://schede.algodistrofiaedema.it/index.php'; $(document).ready(function() { if((lblMsgError) && (lblMsgError != 'null')) { showError(lblMsgError); } if(notifEnabled) { showMessage(lblNotif); } });