Subversion Repositories Applications.papyrus

Rev

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

Rev 781 Rev 783
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: adsi_site.fonct.php,v 1.27 2006-03-15 23:35:25 ddelon Exp $
22
// CVS : $Id: adsi_site.fonct.php,v 1.28 2006-03-15 23:44:19 ddelon Exp $
23
/**
23
/**
24
* Bibliothèque de fonctions d'admininistration des projets
24
* Bibliothèque de fonctions d'admininistration des projets
25
*
25
*
26
* Contient un ensemble de fonctions permettant à l'application Administrateur de Papyrus, de modifier des informations
26
* Contient un ensemble de fonctions permettant à l'application Administrateur de Papyrus, de modifier des informations
27
* sur les projets (=sites gérés par Papyrus).
27
* sur les projets (=sites gérés par Papyrus).
Line 32... Line 32...
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
34
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
35
*@author        Laurent COUDOUNEAU <lc@gsite.org>
35
*@author        Laurent COUDOUNEAU <lc@gsite.org>
36
*@copyright     Tela-Botanica 2000-2004
36
*@copyright     Tela-Botanica 2000-2004
37
*@version       $Revision: 1.27 $ $Date: 2006-03-15 23:35:25 $
37
*@version       $Revision: 1.28 $ $Date: 2006-03-15 23:44:19 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 475... Line 475...
475
    $resultat->free();
475
    $resultat->free();
476
    $id = 'gs_ce_auth';
476
    $id = 'gs_ce_auth';
477
    $aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++);
477
    $aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++);
478
    $label = '<label for="'.$id.'">'.'Identification : '.'</label>';
478
    $label = '<label for="'.$id.'">'.'Identification : '.'</label>';
479
    $s = &$form->createElement('select', $id , $label, "", $aso_attributs);
479
    $s = &$form->createElement('select', $id , $label, "", $aso_attributs);
-
 
480
    if (isset($aso_valeurs['gs_ce_auth'])) {
480
    $s->loadArray($aso_options,$aso_valeurs['gs_ce_auth']);
481
    	$s->loadArray($aso_options,$aso_valeurs['gs_ce_auth']);
481
    $form->addElement($s);
482
    	$form->addElement($s);
-
 
483
    }
Line 482... Line 484...
482
     
484
     
483
    
485
    
484
    // En modification nous affichons la liste des squelettes disponibles dans
486
    // En modification nous affichons la liste des squelettes disponibles dans
Line 1778... Line 1780...
1778
}
1780
}
Line 1779... Line 1781...
1779
    
1781
    
1780
// +- Fin du code source  --------------------------------------------------------------------------------+
1782
// +- Fin du code source  --------------------------------------------------------------------------------+
1781
/*
1783
/*
-
 
1784
* $Log: not supported by cvs2svn $
-
 
1785
* Revision 1.27  2006/03/15 23:35:25  ddelon
-
 
1786
* Gestion site
1782
* $Log: not supported by cvs2svn $
1787
*
1783
* Revision 1.26  2006/03/02 10:49:49  ddelon
1788
* Revision 1.26  2006/03/02 10:49:49  ddelon
1784
* Fusion branche multilinguisme dans branche principale
1789
* Fusion branche multilinguisme dans branche principale
1785
*
1790
*
1786
* Revision 1.25.2.2  2006/02/28 14:02:10  ddelon
1791
* Revision 1.25.2.2  2006/02/28 14:02:10  ddelon