| @@ 319-321 (lines=3) @@ | ||
| 316 | I18N::number($this->data->get('sosa_theo')), |
|
| 317 | I18N::percentage($this->data->get('sosa_ratio'),2) |
|
| 318 | ) ?> |
|
| 319 | <?php if($this->data->get('sosa_hidden') > 0) { |
|
| 320 | echo '['. I18N::translate('%s hidden', I18N::number($this->data->get('sosa_hidden'))).']'; |
|
| 321 | } ?> |
|
| 322 | </div> |
|
| 323 | </th> |
|
| 324 | </tr> |
|
| @@ 191-191 (lines=1) @@ | ||
| 188 | <td class="ui-state-default" colspan="11"> |
|
| 189 | <div class="center"> |
|
| 190 | <?= I18N::translate('Number of different missing ancestors: %s', I18N::number($this->data->get('missing_diff_count'))) ?> |
|
| 191 | <?php if($this->data->get('missing_hidden') > 0) echo ' ['. I18N::translate('%s hidden', I18N::number($this->data->get('missing_hidden'))).']'; ?> |
|
| 192 | <?= ' - ' . I18N::translate('Generation complete at %s', I18N::percentage($this->data->get('perc_sosa'), 2)) ?> |
|
| 193 | <?= ' [' . I18N::translate('Potential %s', I18N::percentage($this->data->get('perc_sosa_potential'),2)).']' ?> |
|
| 194 | </div> |
|