Subversion Repositories Applications.papyrus

Rev

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

Rev 155 Rev 197
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: adme_menu_commun.fonct.php,v 1.7 2004-11-15 16:51:12 jpm Exp $
24
// CVS : $Id: adme_menu_commun.fonct.php,v 1.8 2004-12-01 16:47:28 jpm Exp $
25
/**
25
/**
26
* Application de gestion des menus communs
26
* Application de gestion des menus communs
27
*
27
*
28
* Permet de lister, d'ajouter, de modifier, et de déplacer des menus communs.
28
* Permet de lister, d'ajouter, de modifier, et de déplacer des menus communs.
29
* Par menus communs, nous entendons tous les menus devant paraitre sur l'ensemble des pages de plusieurs site,
29
* Par menus communs, nous entendons tous les menus devant paraitre sur l'ensemble des pages de plusieurs site,
Line 35... Line 35...
35
*@author        Laurent COUDOUNEAU <lc@gsite.org>
35
*@author        Laurent COUDOUNEAU <lc@gsite.org>
36
//Autres auteurs :
36
//Autres auteurs :
37
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
37
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
38
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
38
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
39
*@copyright     Tela-Botanica 2000-2004
39
*@copyright     Tela-Botanica 2000-2004
40
*@version       $Revision: 1.7 $ $Date: 2004-11-15 16:51:12 $
40
*@version       $Revision: 1.8 $ $Date: 2004-12-01 16:47:28 $
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
42
*/
42
*/
Line 43... Line 43...
43
 
43
 
44
// +------------------------------------------------------------------------------------------------------+
44
// +------------------------------------------------------------------------------------------------------+
Line 225... Line 225...
225
    $xhtml_action .=    '<a href="'.$url->getURL().'" title="'.ADME_LG_ACTION_COMMUN_DESCENDRE_TITLE.'">'.
225
    $xhtml_action .=    '<a href="'.$url->getURL().'" title="'.ADME_LG_ACTION_COMMUN_DESCENDRE_TITLE.'">'.
226
                            '<img class="'.ADME_CLASS_IMG_ICONE.'" src="'.ADME_IMAGE_FLECHE_BAS.'" alt="'.ADME_LG_ACTION_COMMUN_DESCENDRE_ALT.'" />'.
226
                            '<img class="'.ADME_CLASS_IMG_ICONE.'" src="'.ADME_IMAGE_FLECHE_BAS.'" alt="'.ADME_LG_ACTION_COMMUN_DESCENDRE_ALT.'" />'.
227
                        '</a>&nbsp;'."\n";
227
                        '</a>&nbsp;'."\n";
228
    $url->removeQueryString('adme_action');
228
    $url->removeQueryString('adme_action');
229
    $url->addQueryString('adme_action', ADME_LG_ACTION_COMMUN_SUPPRIMER);
229
    $url->addQueryString('adme_action', ADME_LG_ACTION_COMMUN_SUPPRIMER);
230
    $xhtml_action .=    '<a href="'.$url->getURL().'" title="'.ADME_LG_ACTION_COMMUN_SUPPRIMER_TITLE.'">'.
230
    $xhtml_action .=    '<a href="'.$url->getURL().'" title="'.ADME_LG_ACTION_COMMUN_SUPPRIMER_TITLE.'" onclick="javascript:return confirm(\''.ADME_LG_ACTION_SUPPRIMER_CONFIRMATION.'\');">'.
231
                            '<img class="'.ADME_CLASS_IMG_ICONE.'" src="'.ADME_IMAGE_SUPPRIMER.'" alt="'.ADME_LG_ACTION_COMMUN_SUPPRIMER_ALT.'" />'.
231
                            '<img class="'.ADME_CLASS_IMG_ICONE.'" src="'.ADME_IMAGE_SUPPRIMER.'" alt="'.ADME_LG_ACTION_COMMUN_SUPPRIMER_ALT.'" />'.
232
                        '</a>&nbsp;'."\n";
232
                        '</a>&nbsp;'."\n";
233
    $url->removeQueryString('adme_action');
233
    $url->removeQueryString('adme_action');
234
    $url->addQueryString('adme_action', ADME_LG_ACTION_COMMUN_AJOUTER);
234
    $url->addQueryString('adme_action', ADME_LG_ACTION_COMMUN_AJOUTER);
235
    $xhtml_action .=    '<a href="'.$url->getURL().'" title="'.ADME_LG_ACTION_COMMUN_AJOUTER_TITLE.'">'.
235
    $xhtml_action .=    '<a href="'.$url->getURL().'" title="'.ADME_LG_ACTION_COMMUN_AJOUTER_TITLE.'">'.
Line 869... Line 869...
869
 
869
 
870
 
870
 
871
/* +--Fin du code ----------------------------------------------------------------------------------------+
871
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
872
*
-
 
873
* $Log: not supported by cvs2svn $
-
 
874
* Revision 1.7  2004/11/15 16:51:12  jpm
872
*
875
* Correction bogue de mise à jour de l'ordre des menus.
873
* $Log: not supported by cvs2svn $
876
*
874
* Revision 1.6  2004/11/10 17:26:07  jpm
877
* Revision 1.6  2004/11/10 17:26:07  jpm
875
* Fin gestion de la traduction.
878
* Fin gestion de la traduction.
876
*
879
*