permission("programmazione-art21",$_GET["codice"]) && !empty($_GET["scheda"])) { $programma = Programma::init($_GET["codice"]); if (!empty($programma->info["codice"])) { $schede = Programma::getSchedeProgramma($programma->info["tipologia"]); if (!empty($schede[$_GET["scheda"]])) { $idScheda = $_GET["scheda"]; $scheda = $schede[$_GET["scheda"]]; $breadcrumb = []; $breadcrumb["/{$radice}/index.php"] = __("Progetti"); $breadcrumb["/{$radice}/programmazione/index.php"] = __("Programmazione"); $breadcrumb[] = $scheda; include_once($beRoot."/layout/top.php"); ?>


getTitolo(); ?>

info["tipologia"]}/{$idScheda}.php"; if (file_exists($pathScheda)) { $idRiferimento = $programma->getIdEditorScheda($idScheda); $editor = new editorManager("programmazione-art21",$idRiferimento); $editor->exportFormat = "landscape"; $editor->exportSize = "A3"; $ids = $editor->getIDS(); ?>
printVersionButton(); ?>
"> latest())) { $editor->edit(); } else { include($pathScheda); if (!empty($content)) { $enteBeneficiario = Ente::getInfoFromID($programma->info["codice_ente"])[0]["denominazione"] ?? ""; $content = "

SCHEDA " . strtoupper("{$idScheda} {$programma->getTitolo()}") . "

{$enteBeneficiario}

" . $content; editorManager::printEditor($content,"editorStandard","landscape","A3"); } else { alertManager::printWarningBox(__("Errore nell'elaborazione")); } } ?>
'; die(); } } else { echo ''; die(); } } else { echo ''; die(); } ?>