Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 631 Rev 643
Line 632... Line 632...
632
					break;
632
					break;
633
				case 'details' 		 :
633
				case 'details' 		 :
634
					$this->afficherTableDetails($champ, $valeur);
634
					$this->afficherTableDetails($champ, $valeur);
635
					break;
635
					break;
636
				case 'signification' :
636
				case 'signification' :
637
					$this->afficherSignification($champ, $valeur);
637
					//$this->afficherSignification($champ, $valeur);
638
					break;
638
					break;
639
				case 'href' 		 :
639
				case 'href' 		 :
640
					$url = $this->creerUrl($champ, $valeur);
640
					$url = $this->creerUrl($champ, $valeur);
641
					$this->table_retour[str_replace('id.href', 'href', $champ.'.href')] = $url;
641
					$this->table_retour[str_replace('id.href', 'href', $champ.'.href')] = $url;
642
					break;
642
					break;