Subversion Repositories eFlore/Applications.bibliobota

Rev

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

Rev 2 Rev 10
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: bbc_affichage_media.fonct.php,v 1.1 2005-11-23 10:22:25 jp_milcent Exp $
22
// CVS : $Id: bbc_affichage_media.fonct.php,v 1.2 2006-09-20 13:18:35 jp_milcent Exp $
23
/**
23
/**
24
* Fonctions de création de l'affichage des résultats d'un média.
24
* Fonctions de création de l'affichage des résultats d'un média.
25
*
25
*
26
* Contient une fonction créant l'affichage des résultats pour le paramètre "media".
26
* Contient une fonction créant l'affichage des résultats pour le paramètre "media".
27
*
27
*
Line 30... Line 30...
30
//Auteur original :
30
//Auteur original :
31
*@author        Jean-Charles GRANGER <tela@vecteur.org>
31
*@author        Jean-Charles GRANGER <tela@vecteur.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
33
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
34
*@copyright     Tela-Botanica 2000-2004
34
*@copyright     Tela-Botanica 2000-2004
35
*@version       $Revision: 1.1 $ $Date: 2005-11-23 10:22:25 $
35
*@version       $Revision: 1.2 $ $Date: 2006-09-20 13:18:35 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
*/
37
*/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 145... Line 145...
145
        }
145
        }
Line 146... Line 146...
146
        
146
        
Line 147... Line 147...
147
        // début de l'affichage
147
        // début de l'affichage
148
        
-
 
149
        if ($get_auteuritem != '') {
148
        
150
            $retour .= "\n";
-
 
151
            $get_auteuritem = strtolower(ColorizeFound($get_auteuritem, stripslashes($TabFinder['auteur'])));
149
        if ($get_auteuritem != '') {
152
            $retour .= ucwords($get_auteuritem);
150
            $retour .= "\n".ColorizeFound($get_auteuritem, str_replace('. - ', '.-', ucwords(strtolower(str_replace('.-', '. - ', stripslashes($TabFinder['auteur']))))));
153
        } else {
151
        } else {
Line 154... Line 152...
154
            $retour .= 'Anonyme';
152
            $retour .= 'Anonyme';
Line 337... Line 335...
337
}
335
}
Line 338... Line 336...
338
 
336
 
339
/* +--Fin du code ----------------------------------------------------------------------------------------+
337
/* +--Fin du code ----------------------------------------------------------------------------------------+
340
*
338
*
-
 
339
* $Log: not supported by cvs2svn $
-
 
340
* Revision 1.1  2005/11/23 10:22:25  jp_milcent
-
 
341
* Ajout au dépot de l'application BiblioBota.
-
 
342
* Elle doit à terme migrer dans eFlore.
341
* $Log: not supported by cvs2svn $
343
*
342
* Revision 1.6  2005/08/18 10:43:15  jpm
344
* Revision 1.6  2005/08/18 10:43:15  jpm
343
* Correction chemin.
345
* Correction chemin.
344
*
346
*
345
* Revision 1.5  2005/05/31 13:03:51  jpm
347
* Revision 1.5  2005/05/31 13:03:51  jpm