permission($radice,$_GET["codice"])) { $codice_round = $_GET["codice_round"] ?? null; $gara = gara::init($_GET["codice"],$codice_round); if ($gara !== false) { $record = $gara->info; $round = $gara->round; $lotti = $gara->getLotti(); $extraInfoGara = $gara->getExtraInfo()["gara"]; $breadcrumb = array(); $breadcrumb["/".$radice."/"] = Modulo::getInfo($radice)["titolo"]; $breadcrumb[""] = __("Pannello"); include_once $beRoot."/layout/top.php"; $stati = gara::getStati(); $stato = $stati[$record["stato"]]; if ($record["stato"] == 20 && strtotime($round["pubblicazione"]) > time()) { $stato["titolo"] = "Programmata pubblicazione"; } $alertManager = new alertManager("gara-{$record["codice"]}"); $canCreate = $_SESSION["ente"]->checkLimite($radice,true); if ($canCreate) { if (!$_SESSION["utente"]->readOnly) { $canCreate = $_SESSION["utente"]->permission("gare.insert"); } else { $canCreate = false; } } if ($gara->quickAvailable && !isset($extraInfoGara["quickPanel"]) && empty($gara->info["stato"])) { ?>
= __("Pertanto l'importazione è funzionale solo allo scopo di sincronizzazione delle schede trasmesse e alla compilazione delle successive schede previste dagli adempimenti e dai flussi ANAC.") ?>
validaElaborazione() !== true && $gara->info["stato"] < 10) : ?>