1 |
fraynaud |
3 |
<?php |
2 |
|
|
//$Id$ |
3 |
|
|
//gen openMairie le 04/11/2010 17:44 |
4 |
|
|
include('../gen/sql/pgsql/om_utilisateur.inc.php'); |
5 |
|
|
$table=DB_PREFIXE."om_utilisateur |
6 |
|
|
left join ".DB_PREFIXE."om_profil on om_profil.om_profil=om_utilisateur.om_profil |
7 |
|
|
left join ".DB_PREFIXE."om_collectivite on om_collectivite.om_collectivite=om_utilisateur.om_collectivite"; |
8 |
|
|
$champAffiche=array("om_utilisateur.om_utilisateur", |
9 |
|
|
"om_utilisateur.nom", |
10 |
|
|
"om_utilisateur.email", |
11 |
|
|
"om_utilisateur.login", |
12 |
|
|
"om_profil.libelle as profil", |
13 |
fraynaud |
16 |
"om_collectivite.libelle as collectivite", |
14 |
|
|
"instructeur"); |
15 |
fraynaud |
3 |
$champRecherche=array("nom","login","om_profil.libelle","om_collectivite.libelle"); |
16 |
|
|
$href[4] = array( |
17 |
|
|
"lien" => "../pdf/pdflettretype.php?obj=".$obj."&idx=", |
18 |
|
|
"id" => "", |
19 |
fraynaud |
116 |
"lib" => "<span class=\"om-icon om-icon-16 om-icon-fix pdf-16\" title=\"". |
20 |
|
|
_("Edition")."\">"._("Edition")."</span>", |
21 |
fraynaud |
3 |
); |
22 |
|
|
?> |