showPanel() && !$concorso->partecipazioneAttiva()) { $error = false; if ($concorso->sedutaAperta()) { $partecipanti = $concorso->getPartecipantiSeduta(); if (!isset($buste)) { $buste = []; $tipiBuste = concorso::tipologieBusta(); foreach($tipiBuste AS $id_busta => $busta) { $tmp = $concorso->getRichieste($id_busta); if (!empty($tmp)) { $buste[$id_busta] = ["info"=>$busta,"richieste"=>$tmp]; } } } } } if (!empty($partecipanti)) { if ($_SESSION["ente"]->hasModulo("conference")) { $status = conferenceManager::checkStatus("concorsi",$concorso->info["codice"],"seduta",$concorso->round["codice"]); if ($status["esito"] === 1 && !empty($status["url"])) { ?> " target="_blank" class="my-3 btn btn-block btn-primary">

$busta) { ?> showPunteggiTecnici()) { ?> prepare("SELECT MIN(b_concorsi_buste.timestamp_decrypt) AS firstOpen FROM b_concorsi_buste JOIN b_concorsi_richieste ON b_concorsi_buste.codice_richiesta = b_concorsi_richieste.codice WHERE b_concorsi_buste.open = 'S' AND b_concorsi_buste.codice_partecipante = :partecipante AND b_concorsi_richieste.busta = :busta GROUP BY b_concorsi_buste.codice_partecipante "); foreach($partecipanti AS $obj) { $checkBusta->bindValue(":partecipante",$obj["codice"]); $class = ""; if ($obj["escluso"] == "S") { $class="bg-danger text-white"; } ?> $busta) { $info = "
" . __("Chiusa") . "
"; $checkBusta->bindValue(":busta",$id_busta); $checkBusta->execute(); if ($checkBusta->rowCount() === 1) { $firstOpen = $checkBusta->fetch(PDO::FETCH_ASSOC)["firstOpen"]; $info = "
" . __("Aperta") . "
" . mysql2datetime($firstOpen) . "
"; } else { if ($obj["escluso"] == "S") { $info = "
" . __("Non ammesso alla fase") . "
"; } } ?> showPunteggiTecnici()) { ?>
" . __("Escluso")) . "
" : "" ?>