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.
 
 
 
 
 

44 righe
1.2 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) {
?>
<strong><?= __("In caso affermativo,") ?></strong><br><br>
<?
}
?>
<table width="100%">
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("Qual è la percentuale corrispondente di lavoratori con disabilit&agrave; o svantaggiati?") ?>
</th>
</tr>
<tr>
<td>
<?= $values["_0"][1]; ?>
</td>
</tr>
<tr>
<th style="<?= $styles["th"] ?>">
<?= __("Se richiesto, specificare a quale categoria di lavoratori con disabilit&agrave; o svantaggiati appartengono i lavoratori interessati:") ?>
</th>
</tr>
<tr>
<td>
<?= $values["_0"][2]; ?>
</td>
</tr>
</table>
<?
}
}
?>