get_request(); echo '
'; if (isset($_GET['result'])) { try { $result = $bc->display_html(); if ($bc->has_data > 0) { echo $bc->show_button(); echo $result; }else { echo ''; echo _('Aucune donnée trouvée'); echo '
'; } } catch (Exception $e){ alert($e->getMessage()); } } ?>