Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 83 Rev 96
Line 46... Line 46...
46
    	$url_base_image = self::getUrlSquelette().'images'.DS;
46
    	$url_base_image = self::getUrlSquelette().'images'.DS;
Line 47... Line 47...
47
    	
47
    	
48
    	return $url_base_image;
48
    	return $url_base_image;
Line -... Line 49...
-
 
49
    }
-
 
50
    
-
 
51
    public static function getUrlImageEspece() {
-
 
52
    	return '/redesign/documents/images_especes/exemple'.rand(1,5).'.jpeg';
49
    }
53
    }
Line 50... Line 54...
50
    
54
    
Line 51... Line 55...
51
	public static function getUrlBaseReecrite() {
55
	public static function getUrlBaseReecrite() {
Line 107... Line 111...
107
    		'id_station' => $id_station
111
    		'id_station' => $id_station
108
    	);
112
    	);
109
    	return self::construireUrl($params);
113
    	return self::construireUrl($params);
110
    }
114
    }
Line -... Line 115...
-
 
115
    
-
 
116
    public static function getUrlValidationFormulaireModificationStation($id_station) {
-
 
117
    	$params = array(
-
 
118
    		'module' => 'Station',
-
 
119
    		'action' => 'validerFormulaireModificationStation',
-
 
120
    		'id_station' => $id_station
-
 
121
    	);
-
 
122
    	return self::construireUrl($params);
-
 
123
    }
111
    
124
    
Line 112... Line 125...
112
	public static function getUrlFormulaireAjoutEspece($id_station) {  
125
	public static function getUrlFormulaireAjoutEspece($id_station) {  
113
 
126
 
114
		$params = array(
127
		$params = array(