if (!isset($root)) { $error = true; $ajax = true; $configPath = substr(__DIR__,0,strpos(__DIR__,"/public_html"))."/config.php"; include_once($configPath); if (!empty($_SESSION["utente"]) && !empty($_GET["codice"])) { $codice_round = $_GET["codice_round"] ?? NULL; $concorso = publicConcorso::init($_GET["codice"],$codice_round); } } if (!empty($concorso) && $concorso->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"> = __("Avvia teleconferenza") ?> if (empty($ajax)) { conferenceManager::printPingScript($status["codice"]); } } } ?>
| = __("ID") ?> | foreach($buste AS $id_busta => $busta) { ?>= $busta["info"]["titolo"] ?> | } if ($concorso->showPunteggiTecnici()) { ?>= __("Punteggio Tecnico") ?> | } ?>
|---|---|---|
|
= ($obj["escluso"] == "S") ? (" " . __("Escluso")) . " " : "" ?> = $obj["id"] ?> |
foreach($buste AS $id_busta => $busta) {
$info = "= $info ?> | } if ($concorso->showPunteggiTecnici()) { ?>= $obj["totale"] ?> | } ?>