Subversion Repositories eFlore/Applications.bibliobota

Compare Revisions

Ignore whitespace Rev 29 → Rev 30

/trunk/applications/bb_consultation/bbc_info_livre.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: bbc_info_livre.inc.php,v 1.2 2005-12-03 19:44:11 jp_milcent Exp $
// CVS : $Id$
/**
* Appli bb_consultation : gestion des informations avancées "livre" de Biblio Bota
*
31,7 → 31,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@clapas.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $ $Date: 2005-12-03 19:44:11 $
*@version $Revision$ $Date$
// +------------------------------------------------------------------------------------------------------+
*/
 
49,11 → 49,13
}
 
// Ligne de proposition d'édition
/* TODO NAVIGBIBLIO
if ($var_biblio['open_proposer_media'] == 1) {
$sortie .= CreateNavigBiblio('add', 'book', 'Proposer un nouveau livre', $tableau['book'], 1, $tableau);
} else {
} else {
$sortie .= '&nbsp;';
}
*/
 
// Ligne de titre
$requete = 'SELECT B_S_NOM '.
266,12 → 268,8
 
/* +--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.
* $Log$
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>