Subversion Repositories eFlore/Applications.bibliobota

Compare Revisions

Ignore whitespace Rev 10 → Rev 11

/trunk/applications/bb_consultation/bibliotheque/bbc_affichage_media.fonct.php
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.2 2006-09-20 13:18:35 jp_milcent Exp $
// CVS : $Id: bbc_affichage_media.fonct.php,v 1.3 2006-09-20 14:16:32 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.2 $ $Date: 2006-09-20 13:18:35 $
*@version $Revision: 1.3 $ $Date: 2006-09-20 14:16:32 $
// +------------------------------------------------------------------------------------------------------+
*/
 
78,7 → 78,7
$get_nomstr = $row->B_S_NOM;
$get_iditem = $row->B_I_IDITEM;
$get_titreitem = $row->B_I_TITRE;
$get_auteuritem = $row->B_I_AUTEURS;
$get_auteuritem = str_replace(' - ', '-', ucwords(strtolower(str_replace('-', ' - ', stripslashes($row->B_I_AUTEURS)))));
$get_geo = $row->B_I_GEO;
$get_langue = $row->B_I_LANGUE;
$get_resumcle = $row->B_I_RESUMCLE;
147,7 → 147,7
// début de l'affichage
if ($get_auteuritem != '') {
$retour .= "\n".ColorizeFound($get_auteuritem, str_replace('. - ', '.-', ucwords(strtolower(str_replace('.-', '. - ', stripslashes($TabFinder['auteur']))))));
$retour .= "\n".ColorizeFound($get_auteuritem, $TabFinder['auteur']);
} else {
$retour .= 'Anonyme';
}
337,6 → 337,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2006/09/20 13:18:35 jp_milcent
* Amélioration de la mise ne majuscule des noms d'auteurs.
*
* 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.