Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 259 Rev 287
Line 63... Line 63...
63
    	
63
    	
64
    	$nom_sci_formate = strtolower(str_replace(' ', '_', $nom_sci));
64
    	$nom_sci_formate = strtolower(str_replace(' ', '_', $nom_sci));
65
    	return Config::get('url_fiches_especes').$nom_sci_formate.'/';
65
    	return Config::get('url_fiches_especes').$nom_sci_formate.'/';
Line -... Line 66...
-
 
66
    }
-
 
67
    
-
 
68
    public static function getUrlAdministrationEspeces() {
-
 
69
    	$params = array(
-
 
70
    	    		'module' => 'Administration',
-
 
71
    	    		'action' => 'afficherListeEspecesAdministrables'
-
 
72
    	);
-
 
73
    	return self::construireUrl($params);
66
    }
74
    }
Line 67... Line 75...
67
    
75
    
Line 68... Line 76...
68
    public static function getCreditImageEspece($nom_sci) {
76
    public static function getCreditImageEspece($nom_sci) {
Line 327... Line 335...
327
    	); 
335
    	); 
Line 328... Line 336...
328
    	
336
    	
329
		return self::construireUrl($params); 
337
		return self::construireUrl($params); 
Line -... Line 338...
-
 
338
    }
-
 
339
    
-
 
340
    public static function getUrlFormulaireModificationEspeceAdmin($id_espece) {
-
 
341
    	 
-
 
342
    	$params = array(
-
 
343
        		'module' => 'Administration',
-
 
344
        		'action' => 'afficherFormulaireModificationEspeceAdmin',
-
 
345
        		'id_espece' => $id_espece
-
 
346
    	);
-
 
347
    	return self::construireUrl($params);
-
 
348
    }
-
 
349
    
-
 
350
    public static function getUrlValidationFormulaireModificationEspeceAdmin($id_espece) {  
-
 
351
	    $params = array(
-
 
352
	            		'module' => 'Administration',
-
 
353
	            		'action' => 'validerFormulaireModificationEspeceAdmin',
-
 
354
	   				 	'id_espece' => $id_espece
-
 
355
	    );
-
 
356
	    return self::construireUrl($params);
330
    }
357
    }
Line 331... Line 358...
331
    
358
    
332
    public static function renvoyerStylesInclus() {
359
    public static function renvoyerStylesInclus() {
333
    	
360