Subversion Repositories Applications.projet

Rev

Rev 399 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 399 Rev 431
Line 32... Line 32...
32
 								'ORDER BY pd_date_de_mise_a_jour DESC '.
32
 								'ORDER BY pd_date_de_mise_a_jour DESC '.
33
 								'LIMIT 0,5';
33
 								'LIMIT 0,5';
Line 34... Line 34...
34
		
34
		
Line 35... Line 35...
35
		$resume = array();
35
		$resume = array();
36
 
36
 
Line 37... Line 37...
37
		$resume['titre'] = 'Vos derniers documents déposés';
37
		$resume['titre'] = 'Mes derniers documents déposés';
Line 38... Line 38...
38
		//$resume['lien_appli'] = '<a href="http://www.tela-botanica.org/page:liste_projets"> Voir tous les projets </a>';
38
		//$resume['lien_appli'] = '<a href="http://www.tela-botanica.org/page:liste_projets"> Voir tous les projets </a>';
Line 44... Line 44...
44
	    } else {
44
	    } else {
45
		    foreach($docs as $doc) {
45
		    foreach($docs as $doc) {
Line 46... Line 46...
46
		    	
46
		    	
Line -... Line 47...
-
 
47
		    	$infos_projet = $this->obtenirInformationsProjet($doc['pd_ce_projet']);
-
 
48
		    	
47
		    	$infos_projet = $this->obtenirInformationsProjet($doc['pd_ce_projet']);
49
		    	//print_r($infos_projet);
Line 48... Line 50...
48
		    			    	
50
		    			    	
Line 49... Line 51...
49
		    	$nom_projet = $infos_projet[0]['p_titre'];
51
		    	$nom_projet = $infos_projet[0]['p_titre'];