Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 529 Rev 533
Line 51... Line 51...
51
			$this->afficherFormIdentification();
51
			$this->afficherFormIdentification();
52
		}
52
		}
53
	}
53
	}
Line 54... Line 54...
54
 
54
 
-
 
55
	private function afficherFormContact() {
55
	private function afficherFormContact() {
56
		$this->setSortie(self::META_TITRE, 'Contactez un membre du réseau');
56
		$entete = array();
57
		$entete = array();
57
		$entete['formType'] = 'contact';
58
		$entete['formType'] = 'contact';
58
		$entete['urlWsUtilisateur'] = sprintf($this->urlWsAnnuaireUtilisateurTpl, 'utilisateur');
59
		$entete['urlWsUtilisateur'] = sprintf($this->urlWsAnnuaireUtilisateurTpl, 'utilisateur');
Line 76... Line 77...
76
 
77
 
77
		$this->setSortie(self::RENDU_CORPS, $this->getVue('form_contact', $infos));
78
		$this->setSortie(self::RENDU_CORPS, $this->getVue('form_contact', $infos));
Line 78... Line 79...
78
	}
79
	}
-
 
80
 
79
 
81
	private function afficherFormIdentification() {
80
	private function afficherFormIdentification() {
82
		$this->setSortie(self::META_TITRE, 'Identification');
81
		$entete = array();
83
		$entete = array();
82
		$entete['formType'] = 'identification';
84
		$entete['formType'] = 'identification';