gestione gare pubbliche
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

37 righe
1.4 KiB

<?
if (isset($criterio)) {
?>
<div style="text-align:center">
<label><?= __("Si") ?></label>
[ <?= ($values["_0"][0] == "true") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
&nbsp;&nbsp;
<label><?= __("No") ?></label>
[ <?= ($values["_0"][0] == "false") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
</div><br>
<? if ($values["_0"][0] == "true" || $show_empty) { ?>
<?if ($show_empty) { echo "<strong>" . __("In caso affermativo") . ",</strong><br><br>"; } ?>
<table width="100%">
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("si applica quanto previsto dell’art.95 del Codice della Crisi di Impresa (D.lgs 14/2019)?") ?>
</th>
</tr>
<tr>
<td style="text-align:center">
<label><?= __("Si") ?></label>
[ <?= ($values["_0"][2] == "true") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
&nbsp;&nbsp;
<label><?= __("No") ?></label>
[ <?= ($values["_0"][2] == "false") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
<? if ($values["_0"][2] == "true" || $show_empty) { ?>
<br><br><?if ($show_empty) { echo "<strong>" . __("In caso affermativo") . "</strong>"; } ?>
<strong><?= __("indicare il provvedimento autorizzativo") ?></strong><br><br>
<?= $values["_0"][3] ?>
<? } ?>
</td>
</tr>
</table>
<?
}
}
?>