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.7 KiB
98 righe
3.7 KiB
<? |
|
if (isset($criterio)) { |
|
?> |
|
<div style="text-align:center"> |
|
<label><?= __("Si") ?></label> |
|
[ <?= ($values["_0"][0] == "true") ? "X" : " " ?> ] |
|
|
|
<label><?= __("No") ?></label> |
|
[ <?= ($values["_0"][0] == "false") ? "X" : " " ?> ] |
|
</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") ?> |
|
</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à (\"autodisciplina\")?") ?> |
|
</th> |
|
</tr> |
|
<tr> |
|
<td> |
|
<label><?= __("Si") ?></label> |
|
[ <?= ($values["_01"][0] == "true") ? "X" : " " ?> ] |
|
|
|
<label><?= __("No") ?></label> |
|
[ <?= ($values["_01"][0] == "false") ? "X" : " " ?> ] |
|
</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" : " " ?> ] |
|
|
|
<label><?= __("No") ?></label> |
|
[ <?= ($values["_01"][2] == "false") ? "X" : " " ?> ] |
|
</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" : " " ?> ] |
|
|
|
<label><?= __("No") ?></label> |
|
[ <?= ($values["_01"][3] == "false") ? "X" : " " ?> ] |
|
</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" : " " ?> ] |
|
|
|
<label><?= __("No") ?></label> |
|
[ <?= ($values["_01"][4] == "false") ? "X" : " " ?> ] |
|
</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à o organismo di emanazione, riferimento preciso della documentazione)") ?>: |
|
</th> |
|
</tr> |
|
<tr> |
|
<td> |
|
<?= $values["_01"][1] ?> |
|
</td> |
|
</tr> |
|
</table> |
|
<? } |
|
} |
|
} |
|
?>
|
|
|