Subversion Repositories Applications.projet

Rev

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

Rev 444 Rev 447
Line 47... Line 47...
47
$res = '' ;
47
$res = '' ;
48
$loggue = $this->_auth->getAuth();
48
$loggue = $this->_auth->getAuth();
49
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
49
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
50
$projet = new projet ($this->_db, $this->_id_projet) ;
50
$projet = new projet ($this->_db, $this->_id_projet) ;
Line -... Line 51...
-
 
51
 
-
 
52
$label_url_inscription = PROJET_S_INSCRIRE_AU_PROJET;
51
 
53
 
52
// modification meta OpenGraph pour un titre plus sympatoche
54
// modification meta OpenGraph pour un titre plus sympatoche
Line 53... Line 55...
53
GEN_modifierMetaProperty('og:title', 'Projet : ' . $projet->getTitre());
55
GEN_modifierMetaProperty('og:title', 'Projet : ' . $projet->getTitre());
54
 
-
 
55
$laius_inscription = PROJET_VOUS_N_ETES_PAS_INSCRIT;
56
 
Line 56... Line 57...
56
$label_url_inscription = PROJET_S_INSCRIRE_AU_PROJET;
57
$laius_inscription = PROJET_VOUS_N_ETES_PAS_INSCRIT;
57
$lien_inscription = PROJET_LIEN_INSCRIPTION_CMS;
58
$lien_inscription = PROJET_LIEN_INSCRIPTION_CMS;
58
 
59
 
Line 73... Line 74...
73
	switch ($droits) {
74
	switch ($droits) {
74
		case PROJET_DROIT_AUCUN :
75
		case PROJET_DROIT_AUCUN :
75
			$this->_url->addQueryString (PROJET_VARIABLE_ACTION, PROJET_ACTION_S_INSCRIRE);
76
			$this->_url->addQueryString (PROJET_VARIABLE_ACTION, PROJET_ACTION_S_INSCRIRE);
76
			$lien_inscription = $this->_url->getURL();
77
			$lien_inscription = $this->_url->getURL();
77
			$laius_inscription = PROJET_VOUS_N_ETES_PAS_INSCRIT;
78
			$laius_inscription = PROJET_VOUS_N_ETES_PAS_INSCRIT;
78
			$label_url_inscription = PROJET_S_INSCRIRE_AU_PROJET;
-
 
79
			$this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_S_INSCRIRE);
79
			$this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_S_INSCRIRE);
80
			$lien_inscription = $this->_url->getURL();
80
			$lien_inscription = $this->_url->getURL();
81
			$label_url_inscription = "S'inscrire à ce projet";
-
 
82
		break;
81
		break;
83
	}
82
	}
84
}
83
}
85
if ($wiki = $projet->getWikini()) {
84
if ($wiki = $projet->getWikini()) {
86
	// Si le wiki, ne peut pas �tre int�gr�
85
	// Si le wiki, ne peut pas �tre int�gr�