Subversion Repositories Applications.papyrus

Rev

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

Rev 1336 Rev 1673
Line 30... Line 30...
30
 
30
 
31
// Le fait que vous puissiez accéder à cet en-tête signifie que vous avez 
31
// Le fait que vous puissiez accéder à cet en-tête signifie que vous avez 
32
// pris connaissance de la licence CeCILL, et que vous en avez accepté les
32
// pris connaissance de la licence CeCILL, et que vous en avez accepté les
33
// termes.
33
// termes.
34
// ----
34
// ----
35
// CVS : $Id: adme_general.fonct.php,v 1.19 2007-04-19 15:34:35 neiluj Exp $
35
// CVS : $Id: adme_general.fonct.php,v 1.20 2007-10-24 14:43:02 ddelon Exp $
36
/**
36
/**
37
* Contient l'affichage par défaut de l'appli quand aucune actin
37
* Contient l'affichage par défaut de l'appli quand aucune actin
38
*
38
*
39
* Ce fichier contient les fonctions d'affichage commune à toute l'application Admin Menu.
39
* Ce fichier contient les fonctions d'affichage commune à toute l'application Admin Menu.
Line 44... Line 44...
44
//Auteur original :
44
//Auteur original :
45
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
45
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
46
//Autres auteurs :
46
//Autres auteurs :
47
*@author        Aucun
47
*@author        Aucun
48
*@copyright     Tela-Botanica 2000-2004
48
*@copyright     Tela-Botanica 2000-2004
49
*@version       $Revision: 1.19 $ $Date: 2007-04-19 15:34:35 $
49
*@version       $Revision: 1.20 $ $Date: 2007-10-24 14:43:02 $
50
// +------------------------------------------------------------------------------------------------------+
50
// +------------------------------------------------------------------------------------------------------+
51
*/
51
*/
Line 52... Line 52...
52
 
52
 
53
// +------------------------------------------------------------------------------------------------------+
53
// +------------------------------------------------------------------------------------------------------+
Line 228... Line 228...
228
	        	$adme_site_id =$adme_site_id;
228
	        	$adme_site_id =$adme_site_id;
229
	        }
229
	        }
230
	        else {
230
	        else {
231
	        	$ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT);
231
	        	$ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT);
232
		        $adme_site_id = $ligne->gsr_id_site_01;
232
		        $adme_site_id = $ligne->gsr_id_site_01;
233
	        }
233
		    }
234
	        $resultat->free();
234
	        $resultat->free();
Line 235... Line 235...
235
       		 
235
       		 
Line 251... Line 251...
251
    $id = 'adme_site_id';
251
    $id = 'adme_site_id';
252
    $aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'onchange' => 'javascript:this.form.submit();');
252
    $aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'onchange' => 'javascript:this.form.submit();');
253
    $label = '<label for="'.$id.'">'.ADME_LG_FORM_SITE_CHOIX.'</label>';
253
    $label = '<label for="'.$id.'">'.ADME_LG_FORM_SITE_CHOIX.'</label>';
254
    $objet_select = new HTML_QuickForm_select($id, $label, '', $aso_attributs);
254
    $objet_select = new HTML_QuickForm_select($id, $label, '', $aso_attributs);
255
    $aso_options = array();
255
    $aso_options = array();
-
 
256
    
-
 
257
//print    $adme_site_id;
-
 
258
 
256
    foreach ($liste_site as $ligne ) {
259
    foreach ($liste_site as $ligne ) {
257
        if (!isset($adme_site_id) || $adme_site_id == 0) {
260
        if (!isset($adme_site_id) || $adme_site_id == 0) {
258
            $adme_site_id = $ligne->gs_id_site;
261
            $adme_site_id = $ligne->gs_id_site;
259
        }
262
        }
-
 
263
//        print   $ligne->gs_id_site;
-
 
264
        
260
        if ($ligne->gs_id_site == $adme_site_id) {
265
        if ($ligne->gs_id_site == $adme_site_id) {
261
            $objet_select->addOption(htmlentities($ligne->gs_nom.' ('.$ligne->gs_code_alpha.')'), $ligne->gs_id_site, 'selected="selected"');
266
            $objet_select->addOption(htmlentities($ligne->gs_nom.' ('.$ligne->gs_code_alpha.')'), $ligne->gs_id_site, 'selected="selected"');
262
            // Attribution du nom du site sur lequel on travaille pour le titre
267
            // Attribution du nom du site sur lequel on travaille pour le titre
263
            $site_nom = $ligne->gs_nom;
268
            $site_nom = $ligne->gs_nom;
264
        } else {
269
        } else {
Line 298... Line 303...
298
                            '<img class="'.ADME_CLASS_IMG_ICONE.'" src="'.ADME_IMAGE_NOUVEAU.'" alt="+" />'.
303
                            '<img class="'.ADME_CLASS_IMG_ICONE.'" src="'.ADME_IMAGE_NOUVEAU.'" alt="+" />'.
299
                        '</a>'."\n";
304
                        '</a>'."\n";
300
    $retour .= '</p>'."\n";
305
    $retour .= '</p>'."\n";
Line 301... Line 306...
301
    
306
    
-
 
307
    $retour .= ADME_afficherListeMenuClassique($objet_pear_db, $objet_pear_url, $adme_site_id, $adme_menu_id, $adme_action, 0);
-
 
308
    
302
    $retour .= ADME_afficherListeMenuClassique($objet_pear_db, $objet_pear_url, $adme_site_id, $adme_menu_id, $adme_action, 0);
309
    
303
    //---------------------------------------------------------------------------------------------------------------
310
    //---------------------------------------------------------------------------------------------------------------
304
    // Gestion des menus communs
311
    // Gestion des menus communs
305
    $retour .=     '<p>'."\n";
312
    $retour .=     '<p>'."\n";
306
    $objet_pear_url_copie = $objet_pear_url;
313
    $objet_pear_url_copie = $objet_pear_url;
Line 323... Line 330...
323
 
330
 
324
 
331
 
325
/* +--Fin du code ----------------------------------------------------------------------------------------+
332
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
333
*
-
 
334
* $Log: not supported by cvs2svn $
-
 
335
* Revision 1.19  2007-04-19 15:34:35  neiluj
326
*
336
* préparration release (livraison) "Narmer" - v0.25
327
* $Log: not supported by cvs2svn $
337
*
328
* Revision 1.18  2006/10/16 15:49:07  ddelon
338
* Revision 1.18  2006/10/16 15:49:07  ddelon
329
* Refactorisation code mulitlinguisme et gestion menu invisibles
339
* Refactorisation code mulitlinguisme et gestion menu invisibles
330
*
340
*