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.
 
 
 
 
 

134 righe
5.3 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;" ?> ]
<? if ($criterio["uuid"] == "PERS_ART80_C5_i") { ?>
<label><?= __("Non è tenuto alla disciplina legge 68/1999") ?></label>
[ <?= ($values["_0"][0] == "na") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
<? } ?>
</div><br>
<? if ($values["_0"][0] != "false" || $show_empty) {
if ($show_empty) echo "<strong>" . __("In caso affermativo") . ",</strong> <br><br>"?>
<table width="100%">
<? if ($criterio["uuid"] == "PERS_ART80_C5_h") {
?>
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("Indicare la data dell'accertamento definitivo e l'autorità o l'organismo di emanazione") ?>:
</th>
</tr>
<tr>
<td>
<?= $values["_0"][2] ?>
</td>
</tr>
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("La violazione è stata rimossa?") ?>
</th>
</tr>
<tr>
<td>
<label><?= __("Si") ?></label>
[ <?= ($values["_0"][3] == "true") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
&nbsp;&nbsp;
<label><?= __("No") ?></label>
[ <?= ($values["_0"][3] == "false") ? "X" : "&nbsp;&nbsp;&nbsp;" ?> ]
</td>
</tr>
<?
} ?>
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("Descrivi tali misure") ?>
<? if ($criterio["uuid"] == "PERS_ART80_C5_i") { ?>, <?= __("se del caso, le motivazioni per cui l'operatore non è tenuto alla disciplina legge 68/1999") ?><? } ?> <?= strtolower(__("e se è disponibile elettronicamente la documentazione pertinente indicare (indirizzo web, autorità o organismo di emanazione, riferimento preciso della documentazione)")) ?>:
</th>
</tr>
<tr>
<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>
<? }
} ?>
<?
}
?>