Subversion Repositories Applications.papyrus

Rev

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

Rev 1049 Rev 1052
Line 94... Line 94...
94
	            }
94
	            }
Line 95... Line 95...
95
	            
95
	            
96
	            if ($aso_resultat['poids'] > 0) {
96
	            if ($aso_resultat['poids'] > 0) {
97
	                // Création de l'url
97
	                // Création de l'url
-
 
98
		            $var_recherche = str_replace(' ', '+', trim($motif));
98
		            $var_recherche = str_replace(' ', '+', trim($motif));
99
		            $aso_resultat['url_simple'] = $url_base.'article'.$article_id.'.html';
Line 99... Line 100...
99
		            $aso_resultat['url'] = $url_base.'article'.$article_id.'.html?var_recherche='.$var_recherche;
100
		            $aso_resultat['url'] = $aso_resultat['url_simple'].'?var_recherche='.$var_recherche;
100
		            
101
		            
101
		            // Récupération du titre de la page
102
		            // Récupération du titre de la page
102
		            if (trim($Article->titre) != '') {
103
		            if (trim($Article->titre) != '') {
Line 245... Line 246...
245
}
246
}
Line 246... Line 247...
246
 
247
 
247
/* +--Fin du code ----------------------------------------------------------------------------------------+
248
/* +--Fin du code ----------------------------------------------------------------------------------------+
248
*
249
*
-
 
250
* $Log$
-
 
251
* Revision 1.4  2006/11/14 16:08:40  jp_milcent
-
 
252
* Paramétrage de la découpe de la description et du symbole "etc"
249
* $Log$
253
*
250
* Revision 1.3  2006/10/17 09:21:40  jp_milcent
254
* Revision 1.3  2006/10/17 09:21:40  jp_milcent
251
* Mise en commun des spécifications de la recherche.
255
* Mise en commun des spécifications de la recherche.
252
*
256
*
253
* Revision 1.2  2006/10/16 14:11:30  jp_milcent
257
* Revision 1.2  2006/10/16 14:11:30  jp_milcent