First commit

This commit is contained in:
MaddoScientisto 2026-04-07 18:02:17 +02:00
commit cc69770608
1468 changed files with 265316 additions and 128 deletions

View file

@ -0,0 +1,38 @@
/////////// gestione TOOBAR MASCHERE SEMPLIFICATE ///////////////
/////////////////////////////////////////////7
function checkFields()
/////////////////////////////////////////////7
{
return Ab.validateForm('id_magFisico', 'Codice Regione', 'R', 'descrizione', 'Descrizione', 'R');
}
function checkBoxes()
/////////////////////////////////////////////
{
}
function checkRadioCR() {
}
function checkFineLav() {
if ($("#flgTipo").val() == 2) {
$("#fineLav").show();
$("#CLIFOR").show();
} else {
$("#fineLav").hide();
$("#CLIFOR").hide();
}
}
function documentReadyScript() {
checkFineLav();
}