Subversion Repositories Applications.papyrus

Rev

Rev 302 | Rev 1016 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 302 Rev 923
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: admin_application.php,v 1.4 2005-03-09 10:46:17 jpm Exp $
22
// CVS : $Id: admin_application.php,v 1.5 2006-09-07 13:28:39 jp_milcent Exp $
23
/**
23
/**
24
* Application gérant les applications de Papyrus
24
* Application gérant les applications de Papyrus
25
*
25
*
26
* Cette application permet de gérer les applications de papyrus
26
* Cette application permet de gérer les applications de papyrus
27
* elle permet de spécifier pour un monde quel annuaire utiliser
27
* elle permet de spécifier pour un monde quel annuaire utiliser
Line 29... Line 29...
29
*
29
*
30
*@package Admin_auth
30
*@package Admin_auth
31
//Auteur original :
31
//Auteur original :
32
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
32
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.4 $
34
*@version       $Revision: 1.5 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 129... Line 129...
129
        }
129
        }
Line 130... Line 130...
130
        
130
        
131
    }
131
    }
132
    // Comportement par défaut
132
    // Comportement par défaut
133
    // requete sur la table gen_application
133
    // requete sur la table gen_application
Line 134... Line 134...
134
    $requete = "select  gap_id_application, gap_nom from gen_application" ;
134
    $requete = 'SELECT gap_id_application, gap_nom FROM gen_application ORDER BY gap_nom ASC' ;
135
    
135
    
136
    $resultat = $db->query ($requete) ;
136
    $resultat = $db->query ($requete) ;
137
    if (DB::isError ($resultat)) {
137
    if (DB::isError ($resultat)) {
Line 160... Line 160...
160
 
160
 
161
 
161
 
162
/* +--Fin du code ----------------------------------------------------------------------------------------+
162
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
163
*
-
 
164
* $Log: not supported by cvs2svn $
-
 
165
* Revision 1.4  2005/03/09 10:46:17  jpm
163
*
166
* Changement d'un nom de fichier.
164
* $Log: not supported by cvs2svn $
167
*
165
* Revision 1.3  2005/03/09 10:40:26  alex
168
* Revision 1.3  2005/03/09 10:40:26  alex
166
* version initiale
169
* version initiale
167
*
170
*