19,7 → 19,7 |
// | License along with this library; if not, write to the Free Software | |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
// +------------------------------------------------------------------------------------------------------+ |
// CVS : $Id: bbc_affichage_media.fonct.php,v 1.1 2005-11-23 10:22:25 jp_milcent Exp $ |
// CVS : $Id: bbc_affichage_media.fonct.php,v 1.2 2006-09-20 13:18:35 jp_milcent Exp $ |
/** |
* Fonctions de création de l'affichage des résultats d'un média. |
* |
32,7 → 32,7 |
//Autres auteurs : |
*@author Jean-Pascal MILCENT <jpm@clapas.org> |
*@copyright Tela-Botanica 2000-2004 |
*@version $Revision: 1.1 $ $Date: 2005-11-23 10:22:25 $ |
*@version $Revision: 1.2 $ $Date: 2006-09-20 13:18:35 $ |
// +------------------------------------------------------------------------------------------------------+ |
*/ |
|
147,9 → 147,7 |
// début de l'affichage |
|
if ($get_auteuritem != '') { |
$retour .= "\n"; |
$get_auteuritem = strtolower(ColorizeFound($get_auteuritem, stripslashes($TabFinder['auteur']))); |
$retour .= ucwords($get_auteuritem); |
$retour .= "\n".ColorizeFound($get_auteuritem, str_replace('. - ', '.-', ucwords(strtolower(str_replace('.-', '. - ', stripslashes($TabFinder['auteur'])))))); |
} else { |
$retour .= 'Anonyme'; |
} |
339,6 → 337,10 |
/* +--Fin du code ----------------------------------------------------------------------------------------+ |
* |
* $Log: not supported by cvs2svn $ |
* Revision 1.1 2005/11/23 10:22:25 jp_milcent |
* Ajout au dépot de l'application BiblioBota. |
* Elle doit à terme migrer dans eFlore. |
* |
* Revision 1.6 2005/08/18 10:43:15 jpm |
* Correction chemin. |
* |