Subversion Repositories Applications.papyrus

Rev

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

Rev 285 Rev 317
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: adme_menu_classique.fonct.php,v 1.15 2005-02-28 11:05:06 jpm Exp $
22
// CVS : $Id: adme_menu_classique.fonct.php,v 1.16 2005-03-29 15:49:12 jpm Exp $
23
/**
23
/**
24
* Fonctions de gestion des menus classiques
24
* Fonctions de gestion des menus classiques
25
*
25
*
26
* Permet de lister, d'ajouter, de modifier, et de déplacer des menus classiques.
26
* Permet de lister, d'ajouter, de modifier, et de déplacer des menus classiques.
27
* Par menus classiques nous entendons tous les menus devant paraitre dans l'arborescences 
27
* Par menus classiques nous entendons tous les menus devant paraitre dans l'arborescences 
Line 33... Line 33...
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
35
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
36
*@author        Laurent COUDOUNEAU <lc@gsite.org>
36
*@author        Laurent COUDOUNEAU <lc@gsite.org>
37
*@copyright     Tela-Botanica 2000-2004
37
*@copyright     Tela-Botanica 2000-2004
38
*@version       $Revision: 1.15 $ $Date: 2005-02-28 11:05:06 $
38
*@version       $Revision: 1.16 $ $Date: 2005-03-29 15:49:12 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 545... Line 545...
545
    $id = 'gm_editeur';
545
    $id = 'gm_editeur';
546
    $aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'rows' => 2, 'cols' => 45);
546
    $aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'rows' => 2, 'cols' => 45);
547
    $label = '<label for="'.$id.'">'.ADME_LG_FORM_MENU_EDITEUR.'</label>';
547
    $label = '<label for="'.$id.'">'.ADME_LG_FORM_MENU_EDITEUR.'</label>';
548
    $form->addElement('textarea', $id, $label, $aso_attributs);
548
    $form->addElement('textarea', $id, $label, $aso_attributs);
Line -... Line 549...
-
 
549
    
-
 
550
    $id = 'gm_date_creation';
-
 
551
    $aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'size' => 19, 'maxlength' => 19);
-
 
552
    $label = '<label for="'.$id.'">'.ADME_LG_FORM_MENU_DATE_CREATION.'</label>';
-
 
553
    $form->addElement('text', $id, $label, $aso_attributs);
549
    
554
    
550
    $id = 'gm_date_debut_validite';
555
    $id = 'gm_date_debut_validite';
551
    $aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'size' => 19, 'maxlength' => 19);
556
    $aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'size' => 19, 'maxlength' => 19);
552
    $label = '<label for="'.$id.'">'.ADME_LG_FORM_MENU_DATE_VALIDITE_DEBUT.'</label>';
557
    $label = '<label for="'.$id.'">'.ADME_LG_FORM_MENU_DATE_VALIDITE_DEBUT.'</label>';
Line 701... Line 706...
701
                'gm_description_table_matieres = "'.$aso_valeurs['gm_description_table_matieres'].'", '.
706
                'gm_description_table_matieres = "'.$aso_valeurs['gm_description_table_matieres'].'", '.
702
                'gm_source = "'.$aso_valeurs['gm_source'].'", '.
707
                'gm_source = "'.$aso_valeurs['gm_source'].'", '.
703
                'gm_auteur = "'.$aso_valeurs['gm_auteur'].'", '.
708
                'gm_auteur = "'.$aso_valeurs['gm_auteur'].'", '.
704
                'gm_contributeur = "'.$aso_valeurs['gm_contributeur'].'", '.
709
                'gm_contributeur = "'.$aso_valeurs['gm_contributeur'].'", '.
705
                'gm_editeur = "'.$aso_valeurs['gm_editeur'].'", '.
710
                'gm_editeur = "'.$aso_valeurs['gm_editeur'].'", '.
-
 
711
                'gm_date_creation = "'.$aso_valeurs['gm_date_creation'].'", '.
706
                'gm_date_debut_validite = "'.$aso_valeurs['gm_date_debut_validite'].'", '.
712
                'gm_date_debut_validite = "'.$aso_valeurs['gm_date_debut_validite'].'", '.
707
                'gm_date_fin_validite = "'.$aso_valeurs['gm_date_fin_validite'].'", '.
713
                'gm_date_fin_validite = "'.$aso_valeurs['gm_date_fin_validite'].'", '.
708
                'gm_date_copyright = "'.$aso_valeurs['gm_date_copyright'].'", '.
714
                'gm_date_copyright = "'.$aso_valeurs['gm_date_copyright'].'", '.
709
                'gm_licence = "'.$aso_valeurs['gm_licence'].'", '.
715
                'gm_licence = "'.$aso_valeurs['gm_licence'].'", '.
710
                'gm_categorie = "'.$aso_valeurs['gm_categorie'].'", '.
716
                'gm_categorie = "'.$aso_valeurs['gm_categorie'].'", '.
Line 930... Line 936...
930
 
936
 
931
 
937
 
932
/* +--Fin du code ----------------------------------------------------------------------------------------+
938
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
939
*
-
 
940
* $Log: not supported by cvs2svn $
-
 
941
* Revision 1.15  2005/02/28 11:05:06  jpm
933
*
942
* Modification des auteurs.
934
* $Log: not supported by cvs2svn $
943
*
935
* Revision 1.14  2004/12/01 16:47:28  jpm
944
* Revision 1.14  2004/12/01 16:47:28  jpm
936
* Ajout d'une boite javascript de confirmation de suppression d'un menu.
945
* Ajout d'une boite javascript de confirmation de suppression d'un menu.
937
*
946
*