get_request(); echo '
'; echo $bc->display_form(); 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()); } } ?>