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.
 
 
 
 
 

161 righe
6.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 affertmativo,<br><br></strong>"; } ?>
<table width="100%">
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("Paese Interessato") ?>
</th>
<td>
<?= self::paesi()[$values["_0"][1]] ?>
</td>
</tr>
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("Di quale importo si tratta") ?>
</th>
<td>
<?= $values["_0"][2]; ?>
<?= self::valute()[$values["_0"][3]] ?>
</td>
</tr>
<tr>
<th colspan="2" style="<?= $styles["th"] ?>">
<?= __("Tale inottemperanza è stata accertata in modo diverso da una sentenza giudiziaria o decisione amministrativa?") ?>
</th>
</tr>
<tr>
<td colspan="2" style="text-align:center">
<label><?= __("Si") ?></label>
[ <?= ($values["_00"][0] == "true") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
&nbsp;&nbsp;
<label><?= __("No") ?></label>
[ <?= ($values["_00"][0] == "false") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
</td>
</tr>
<? if ($values["_00"][0] == "true" || $show_empty) { ?>
<? if ($show_empty) { ?>
<tr>
<th colspan="2" style="<?= $styles["th"] ?>">
<?= __("Nel caso l'inottemperanza sia stata accertata in modo diverso da una sentenza giudiziaria o decisione amministrativa?") ?>
</th>
</tr>
<? } ?>
<tr>
<th colspan="2" style="<?= $styles["th"] ?>">
<?= __("Indicare in quale modo è stata accertata l'inottemperanza") ?>
</th>
</tr>
<tr>
<td colspan="2">
<?= $values["_00"][1] ?>
</td>
</tr>
<tr>
<th colspan="2" style="<?= $styles["th"] ?>">
<?= __("L'operatore economico ha ottemperato ai suoi obblighi, pagando o impegnandosi in modo vincolante a pagare le imposte o i contributi previdenziali dovuti, compresi eventuali interessi o multe,
o il suo debito si è comunque integralmente estinto, essendosi perfezionati il pagamento, l'impegno, o l'estinzione anteriormente alla scadenza del termine per la presentazione delle domande?
(articolo 80 comma 4, ultimo periodo, del Codice)?") ?>
</th>
</tr>
<tr>
<td colspan="2" style="text-align:center">
<label><?= __("Si") ?></label>
[ <?= ($values["_02"][0] == "true") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
&nbsp;&nbsp;
<label><?= __("No") ?></label>
[ <?= ($values["_02"][0] == "false") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
</td>
</tr>
<? if ($values["_02"][0] == "true" || $show_empty) { ?>
<tr>
<th colspan="2" style="<?= $styles["th"] ?>">
<?if ($show_empty) { echo __("In caso affermativo") . ", <br>"; } ?>
<?= __("Descrivere tali misure") ?>
</th>
</tr>
<tr>
<td colspan="2">
<?= $values["_02"][1] ?>
</td>
</tr>
<? }
} ?>
<? if ($values["_00"][0] == "false" || $show_empty) { ?>
<tr class="sub_form_<?= $criterio["codice"] ?>_false" <? if ($values["_00"][0] != "false") echo "style='display:none'" ?>>
<th colspan="2" style="<?= $styles["th"] ?>">
<?= __("Se l'inottemperanza è stata accertata mediante una sentenza giudiziaria o decisione amministrativa, tale sentenza o decisione &egrave; definitiva e vincolante?") ?>
</th>
</tr>
<tr>
<td colspan="2" style="text-align:center">
<label><?= __("Si") ?></label>
[ <?= ($values["_01"][0] == "true") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
&nbsp;&nbsp;
<label><?= __("No") ?></label>
[ <?= ($values["_01"][0] == "false") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
</td>
</tr>
<tr>
<th colspan="2" style="<?= $styles["th"] ?>">
<?= __("Indicare la data della sentenza di condanna o della decisione") ?>
</th>
</tr>
<tr>
<td colspan="2">
<?= mysql2date($values["_01"][1]); ?>
</td>
</tr>
<tr>
<th colspan="2" style="<?= $styles["th"] ?>">
<?= __("Nel caso di una sentenza di condanna, se stabilita direttamente nella sentenza di condanna, la durata del periodo d'esclusione") ?>
</th>
</tr>
<tr>
<td colspan="2">
<?= $values["_01"][2]; ?>
</td>
</tr>
<? } ?>
</table>
<? } ?>
<table width="100%">
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("Queste informazioni sono disponibili elettronicamente?") ?>
</th>
<td>
<label><?= __("Si") ?></label>
[ <?= ($values["_1"][0] == "true") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
&nbsp;&nbsp;
<label><?= __("No") ?></label>
[ <?= ($values["_1"][0] == "false") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
</td>
</tr>
<? if ($values["_1"][0] == "true" || $show_empty) { ?>
<tr>
<th style="<?= $styles["th"] ?>"><?= __("URL") ?></th>
<th style="<?= $styles["th"] ?>"><?= __("Codice") ?></th>
</tr>
<tr>
<td>
<a href="<?= $values["_1"][1]; ?>" target="_blank" title="Sito esterno"><?= $values["_1"][1]; ?></a>
</td>
<td>
<?= $values["_1"][2]; ?>
</td>
</tr>
<? } ?>
</table>
<?
}
?>