Subversion Repositories eFlore/Applications.bibliobota

Compare Revisions

No changes between revisions

Ignore whitespace Rev 23 → Rev 22

/trunk/applications/bb_consultation/bibliotheque/bbc_affichage.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.fonct.php,v 1.2 2007-02-13 18:06:21 jp_milcent Exp $
// CVS : $Id: bbc_affichage.fonct.php,v 1.1 2005-11-23 10:22:25 jp_milcent Exp $
/**
* Fonctions de l'interface de consultation de Biblio Bota.
*
32,7 → 32,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@clapas.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $ $Date: 2007-02-13 18:06:21 $
*@version $Revision: 1.1 $ $Date: 2005-11-23 10:22:25 $
// +------------------------------------------------------------------------------------------------------+
*/
 
430,8 → 430,8
$retour = '<p class="bb_navigation">';
$retour .= '<a href="'.$action.'">';
if ($image == 1) {
$retour .= $texte.' ';
$retour .= '<img class="'.BB_CLASS_IMG_SUIVANT.'" src="'.BB_IMG_SUIVANT.'" alt="'.$texte.'..."/>';
$retour .= '<img class="'.BB_CLASS_IMG_PRECEDENT.'" src="'.BB_IMG_PRECEDENT.'" alt="'.$texte.'..."/>';
$retour .= ' '.$texte;
} else {
$retour .= ' '.$texte;
}
444,8 → 444,8
$retour = ' - ';
$retour .= '<a href="'.$action.'">';
if ($image == 1) {
$retour .= $texte.' ';
$retour .= '<img class="'.BB_CLASS_IMG_SUIVANT.'" src="'.BB_IMG_SUIVANT.'" alt="'.$texte.'..."/>';
$retour .= '<img class="'.BB_CLASS_IMG_PRECEDENT.'" src="'.BB_IMG_PRECEDENT.'" alt="'.$texte.'..."/>';
$retour .= ' '.$texte;
} else {
$retour .= ' '.$texte;
}
461,10 → 461,6
/* +--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/05/17 10:10:08 jpm
* Correction des bogues avant mise en ligne du site v4.
*
/trunk/configuration/bb_config.inc.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: bb_config.inc.php,v 1.4 2007-02-13 18:06:59 jp_milcent Exp $
// CVS : $Id: bb_config.inc.php,v 1.3 2006-09-22 08:35:01 jp_milcent Exp $
/**
* Configuration générale des applications de Biblio Bota
*
33,7 → 33,7
//Autres auteurs :
*@author Jean-Pascal MILENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.4 $ $Date: 2007-02-13 18:06:59 $
*@version $Revision: 1.3 $ $Date: 2006-09-22 08:35:01 $
// +------------------------------------------------------------------------------------------------------+
*/
 
126,14 → 126,10
// Définition des chemins d'accès aux images.
/** Constante stockant le chemin d'accès au fichier bb_precedent.png de Biblio Bota.*/
define('BB_IMG_PRECEDENT', BB_CHEMIN_IMAGES.'navigation'.GEN_SEP.'bb_precedent.png');
/** Constante stockant le chemin d'accès au fichier bb_precedent.png de Biblio Bota.*/
define('BB_IMG_SUIVANT', BB_CHEMIN_IMAGES.'navigation'.GEN_SEP.'bb_suivant.png');
/** Constante stockant le nom de la classe générique des icones de Biblio Bota.*/
define('BB_CLASS_IMG_ICONE', 'bb_img_icone');
/** Constante stockant le nom de la classe du fichier bb_precedent.png de Biblio Bota.*/
define('BB_CLASS_IMG_PRECEDENT', 'bb_img_precedent');
/** Constante stockant le nom de la classe du fichier bb_suivant.png de Biblio Bota.*/
define('BB_CLASS_IMG_SUIVANT', 'bb_img_suivant');
/** Constante stockant le chemin d'accès au fichier bb_modifier.png de Biblio Bota.*/
define('BB_IMG_MODIFIER', BB_CHEMIN_IMAGES.'bb_modifier.png');
/** Constante stockant le nom de la classe du fichier bb_modifier.png de Biblio Bota.*/
338,9 → 334,6
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2006/09/22 08:35:01 jp_milcent
* Ajout de constantes de chemin.
*
* Revision 1.2 2006/09/22 08:31:49 jp_milcent
* Utilisation de setlocale pour permettre un meilleur fonctionnement des fonctions strtoupper...
*
/trunk/presentations/images/navigation/bb_suivant.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream