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.
27 righe
799 B
27 righe
799 B
<? |
|
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> |
|
<? |
|
if ($values["_0"][0] == "true" || $show_empty) { |
|
?><br> |
|
<table width="100%"> |
|
<tr> |
|
<th style="<?= $styles["th"] ?>"> |
|
<?if ($show_empty) { echo "In caso affermativo,"; } ?>Fornire informazioni dettagliate sulle modalità con cui è } stato risolto il conflitto di interessi: |
|
</th> |
|
<td> |
|
<?= $values["_0"][1] ?> |
|
</td> |
|
</tr> |
|
</table> |
|
<? |
|
} |
|
} |
|
?>
|
|
|