admin) { $object = $this->getObject(null); if (method_exists($object,"chooseLotto")) { $continua = false; $object->printSelectLottiConditions = ["hasPartecipanti","hasCriteriCommissione"]; if ($object->chooseLotto($_GET["codice_lotto"] ?? false,$_SERVER["PHP_SELF"]."?".http_build_query($_GET))) { $continua = true; $lotto = $object->lotto; } } else { $continua = true; } if ($continua) { $criteri = $object->getCriteriValutabili(); $totaleValutazioni = 0; foreach($criteri AS $criterio) { if ($criterio["tipologia"] == "Q") { $totaleValutazioni++; } } $partecipanti = $object->getPartecipanti(NULL,TRUE); $valutazioni = $object->getCoefficientiValutazione(); $totaleValutazioni = $totaleValutazioni * count($partecipanti); if (count($criteri) > 0 && count($partecipanti) > 0) { $error = false; ?>
getCommissari($codice_utente); if (!empty($commissione)) { foreach($commissione AS $commissario) { ?>
%
100) { $perc = 100; } $perc = round($perc); ?>
" role="progressbar" style="width: %;%;" aria-valuenow="%;" aria-valuemin="0" aria-valuemax="100">%
0) { ?>