* ***************************************************************************** */
$module = FtaModel::TABLENAME;
if (!$module_table) {
    $module_table = $module;
}
$etat_table = FtaEtatModel::TABLENAME;
$id_recherche = FtaModel::KEYNAME;
$id_recherche_etat = FtaEtatModel::KEYNAME;
$abreviation_recherche_etat = FtaEtatModel::FIELDNAME_ABREVIATION;
$nom_recherche_recherche_etat = FtaEtatModel::FIELDNAME_NOM_FTA_ETAT;
if (!$champ_retour) {
    $champ_retour = FtaModel::TABLENAME . '.' . FtaModel::KEYNAME;
}
$image_bordure = "../lib/images/s7.gif";
$image_recherche = "../lib/images/search.gif";
$nb_limite_resultat = ModuleConfig::VALUE_MAX_PAR_PAGE;
$html_search = MoteurDeRecherche::afficherMoteurDeRecherche($module, $id_recherche, $etat_table, $id_recherche_etat, $abreviation_recherche_etat, $nom_recherche_recherche_etat, $image_bordure, $image_recherche, $champ_retour, $nb_limite_resultat, $url_page_depart, $QUERY_STRING, $PHP_SELF, $nbligne, $nbcol, $champ_recherche, $operateur_recherche, $texte_recherche, $champ_courant, $operateur_courant, $texte_courant, $nb_col_courant, $ajout_col, $requete_resultat, $tab_resultat, $module_table, $nb_ligne_courant);
echo $html_search;
/* * *****************************************************************************
  TABLEAU DE SYNTHESE
 * ***************************************************************************** */
/* * **********
  Fin Code HTML
 * ********** */
/* * *********************
  Inclusion de fin de page
 * ********************* */
include "../lib/fin_page.inc";
?>