"._("om_tdb");
if(!isset($premier)) $premier='';
if(!isset($recherche1)) $recherche1='';
if(!isset($tricolsf)) $tricolsf='';
if(!isset($premiersf)) $premiersf='';
if(!isset($selection)) $selection='';
if(!isset($retourformulaire)) $retourformulaire='';
if(isset($idx)){
if($idx != ']')
if (trim($idx!=''))
$ent = $ent."-> ".$idx." ";
}
if(isset($idz) ){
if (trim($idz!=''))
$ent = $ent." ".strtoupper($idz)." ";
}
$table=DB_PREFIXE."om_tdb";
$champAffiche=array(
'om_tdb as "'._("om_tdb").'"',
'login as "'._("login").'"',
'bloc as "'._("bloc").'"',
'position as "'._("position").'"',
'om_widget as "'._("om_widget").'"'
);
$champNonAffiche=array(
);
$champRecherche=array(
'login as "'._("login").'"',
'bloc as "'._("bloc").'"'
);
$tri="";
$edition="om_tdb";
$selection='';
if ($retourformulaire== 'om_widget')
$selection=" where om_tdb.om_widget ='".$idx."'";
?>