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; $gara = publicGara::init($_GET["codice"],$codice_round); } } if (!empty($gara) && $gara->showPanel() && !$gara->partecipazioneAttiva()) { $error = false; if ($gara->sedutaAperta()) { $partecipanti = $gara->getPartecipantiSeduta(); if (!isset($buste)) { $buste = []; $tipiBuste = gara::tipologieBusta(); foreach($tipiBuste AS $id_busta => $busta) { $tmp = $gara->getRichieste($id_busta); if (!empty($tmp)) { $buste[$id_busta] = ["info"=>$busta,"richieste"=>$tmp]; } } } } } if (!empty($partecipanti)) { if ($_SESSION["ente"]->hasModulo("conference")) { $status = conferenceManager::checkStatus("gare",$gara->info["codice"],"seduta",$gara->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"]); } } } ?>
| = __("Stato") ?> | = __("Ragione Sociale") ?> | foreach($buste AS $id_busta => $busta) { ?>= $busta["info"]["titolo"] ?> | } ?> if ($gara->showPunteggiTecnici()) { ?>= __("Punteggio Tecnico") ?> | } if ($gara->showPunteggiEconomici()) { ?>= __("Punteggio Economico") ?> | } ?>
|---|---|---|---|---|
| = $obj["stato"] ?> |
= ($obj["escluso"] == "S") ? (" " . __("Escluso")) . " " : "" ?> = $gara->listPartecipantiSeduta($obj["codice"]) ?> |
foreach($buste AS $id_busta => $busta) {
$info = "= $info ?> | } ?> if ($gara->showPunteggiTecnici()) { ?>= $obj["totaleTecnico"] ?> | } if ($gara->showPunteggiEconomici()) { ?>= $obj["totaleEconomico"] ?> | } ?>