';
show($html["checkboxListeCategorieActeur"],'','');
if ($fiche["checkboxListeCategorieActeur"]="Autres") {
echo $fiche["bf_autre_fonction"];
}
show($html["bf_remarques"],'','');
echo '
';
// Affichage des projets du praticien
//echo $GLOBALS['wiki']->Format( '{{bazarliste id="5" user="' . $fiche['nomwiki'] . '"}}' );
$entryManager = $this->wiki->services->get(EntryManager::class);
$projets = $entryManager->search([
'queries' => ['id_typeannonce' => '5'],
'user' => $fiche['nomwiki']
]);
if (!empty($projets)) {
$output = '';
if (isset($fiche['bf_structure']) and !empty($fiche['bf_structure']) ) {
echo "
Structure : " .$fiche['bf_structure'] .'
';
}
if (!empty($fiche['bf_code_postal'])or !empty($fiche['bf_ville']) ) {
echo '
';
if (!empty($fiche['bf_adresse'])) {
echo $fiche['bf_adresse'] .'
';
}
echo $fiche['bf_code_postal'] .' '.$fiche['bf_ville'].'
';
}
if (!empty($fiche['bf_site_internet'])&&($fiche['bf_site_internet']!='http://')) {
echo '
'.$GLOBALS['wiki']->Format($fiche['bf_site_internet']).'
';
}
show($html["bf_mail"],'','primary');
echo '
';
?>