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.
 
 
 
 
 

98 righe
3.8 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"] ?>">
<?= __("Descrivi tali misure, nei casi di cui all’art 94 comma 5 lettere e) ed f) indicare fino a quando perdura l’iscrizione nel casellario ANAC") ?>
</th>
<td>
<?= $values["_0"][1] ?>
</td>
</tr>
</table>
<table width="100%">
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("L'operatore economico ha preso misure per dimostrare la propria affidabilit&agrave; (\"autodisciplina\")?") ?>
</th>
</tr>
<tr>
<td>
<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>
</table>
<? if ($values["_01"][0] == "true" || $show_empty) { ?>
<?if ($show_empty) { echo "<strong>" . __("In caso affermativo") . ",</strong><br><br>"; } ?>
<table width="100%">
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("E' stato risarcito interamente il danno?") ?>
</th>
</tr>
<tr>
<td>
<label><?= __("Si") ?></label>
[ <?= ($values["_01"][2] == "true") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
&nbsp;&nbsp;
<label><?= __("No") ?></label>
[ <?= ($values["_01"][2] == "false") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
</td>
</tr>
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("Si è impegnato formalmente a risarcire il danno?") ?>
</th>
</tr>
<tr>
<td>
<label><?= __("Si") ?></label>
[ <?= ($values["_01"][3] == "true") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
&nbsp;&nbsp;
<label><?= __("No") ?></label>
[ <?= ($values["_01"][3] == "false") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
</td>
</tr>
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("Ha dichiarato i fatti e le circostanze in modo globale collaborando attivamente con le autorità investigative?") ?>
</th>
</tr>
<tr>
<td>
<label><?= __("Si") ?></label>
[ <?= ($values["_01"][4] == "true") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
&nbsp;&nbsp;
<label><?= __("No") ?></label>
[ <?= ($values["_01"][4] == "false") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
</td>
</tr>
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("Indicare le misure di carattere tecnico o organizzativo e relative al personale, eventualmente adottate, idonee a prevenire ulteriori illeciti o reati, la relativa documentazione e se disponibile elettronicamente indicare (indirizzo web, autorit&agrave; o organismo di emanazione, riferimento preciso della documentazione)") ?>:
</th>
</tr>
<tr>
<td>
<?= $values["_01"][1] ?>
</td>
</tr>
</table>
<? }
}
}
?>