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.
61 righe
2.3 KiB
61 righe
2.3 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" : " " ?> ] |
|
<? if ($criterio["uuid"] == "PERS_ART80_C5_i") { ?> |
|
<label><?= __("Non è tenuto alla disciplina legge 68/1999") ?></label> |
|
[ <?= ($values["_0"][0] == "na") ? "X" : " " ?> ] |
|
<? } ?> |
|
</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" : " " ?> ] |
|
|
|
<label><?= __("No") ?></label> |
|
[ <?= ($values["_0"][3] == "false") ? "X" : " " ?> ] |
|
</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> |
|
<? } ?> |
|
<? |
|
} |
|
?>
|
|
|