Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1046 Rev 1103
Line 53... Line 53...
53
		}
53
		}
54
	}
54
	}
Line 55... Line 55...
55
 
55
 
-
 
56
	
56
	
57
	public function obtenirUrlPicto() {
57
	public function obtenirUrlPicto() {
58
		//TODO : passer les valeurs dans le fichier de config
58
		$url_picto = "http://www.tela-botanica.org/eflore/del/services/0.1/images?navigation.depart=0"
59
		$url_picto = "http://www.tela-botanica.org/eflore/del/services/0.1/images?navigation.depart=0"
Line 59... Line 60...
59
					."&navigation.limite=4&masque.nn=".$this->nomCourant->getNnr()
60
					."&navigation.limite=4&masque.nn=".$this->nomCourant->getNnr()
60
					."&tri=votes&ordre=desc&protocole=1&format=CRS";
61
					."&tri=votes&ordre=desc&protocole=3&format=CRS";
Line 61... Line 62...
61
	
62