Subversion Repositories Applications.referentiel

Rev

Rev 58 | Rev 156 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 58 Rev 120
Line 47... Line 47...
47
 
47
 
48
	/**
48
	/**
49
	 * Affiche le formulaire de demande de versionnage
49
	 * Affiche le formulaire de demande de versionnage
50
	 */
50
	 */
-
 
51
	public function afficherInterface() {
51
	public function afficherInterface() {
52
		if ($this->authentifierCoordinateur()) {
52
		$donnees = array();
53
			$donnees = array();
Line 53... Line 54...
53
		$this->definirCommeModulePrincipal(get_class($this));
54
			$this->definirCommeModulePrincipal(get_class($this));
54
		
55
			
Line 94... Line 95...
94
		$this->traiterEsperluette($donnees);
95
			$this->traiterEsperluette($donnees);
95
		$this->setSortie(self::RENDU_CORPS, $this->getVue('form_version', $donnees), false);
96
			$this->setSortie(self::RENDU_CORPS, $this->getVue('form_version', $donnees), false);
96
		$this->construireMenu($this->referentiel);
97
			$this->construireMenu($this->referentiel);
97
		$this->construireFilAriane($this->referentiel);
98
			$this->construireFilAriane($this->referentiel);
98
	}
99
		}
-
 
100
	}
Line 99... Line 101...
99
	
101
	
100
	public function instancierChampsVersionnage() {
102
	public function instancierChampsVersionnage() {
101
		$version = array();
103
		$version = array();
102
		foreach ($this->version as $champ) {
104
		foreach ($this->version as $champ) {