Subversion Repositories eFlore/Applications.bibliobota

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 30
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_info_livre.inc.php,v 1.2 2005-12-03 19:44:11 jp_milcent Exp $
22
// CVS : $Id$
23
/**
23
/**
24
* Appli bb_consultation : gestion des informations avancées "livre" de Biblio Bota
24
* Appli bb_consultation : gestion des informations avancées "livre" de Biblio Bota
25
*
25
*
26
* Ce fichier permet d'afficher les informations concernant les "livres" d'un organisme lié à la botanique.
26
* Ce fichier permet d'afficher les informations concernant les "livres" d'un organisme lié à la botanique.
27
*
27
*
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Jean-Charles GRANGER <tela@vecteur.org>
30
*@author        Jean-Charles GRANGER <tela@vecteur.org>
31
//Autres auteurs :
31
//Autres auteurs :
32
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
32
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.2 $ $Date: 2005-12-03 19:44:11 $
34
*@version       $Revision$ $Date$
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 47... Line 47...
47
if ($tableau['pstart']== '') {
47
if ($tableau['pstart']== '') {
48
    $tableau['pstart'] = 0;
48
    $tableau['pstart'] = 0;
49
}
49
}
Line 50... Line 50...
50
 
50
 
-
 
51
// Ligne de proposition d'édition
51
// Ligne de proposition d'édition
52
/* TODO NAVIGBIBLIO
52
if ($var_biblio['open_proposer_media'] == 1) {
53
if ($var_biblio['open_proposer_media'] == 1) {
53
    $sortie .= CreateNavigBiblio('add', 'book', 'Proposer un nouveau livre', $tableau['book'], 1, $tableau);
54
    $sortie .= CreateNavigBiblio('add', 'book', 'Proposer un nouveau livre', $tableau['book'], 1, $tableau);
54
} else {
55
} else {
55
    $sortie .= '&nbsp;';
56
    $sortie .= '&nbsp;';
-
 
57
}
Line 56... Line 58...
56
}
58
*/
57
 
59
 
58
// Ligne de titre
60
// Ligne de titre
59
$requete =  'SELECT B_S_NOM '.
61
$requete =  'SELECT B_S_NOM '.
Line 264... Line 266...
264
    mysql_free_result($resultat);
266
    mysql_free_result($resultat);
265
}
267
}
Line 266... Line 268...
266
 
268
 
267
/* +--Fin du code ----------------------------------------------------------------------------------------+
269
/* +--Fin du code ----------------------------------------------------------------------------------------+
268
*
-
 
269
* $Log: not supported by cvs2svn $
-
 
270
* Revision 1.1  2005/11/23 10:22:25  jp_milcent
-
 
271
* Ajout au dépot de l'application BiblioBota.
-
 
272
* Elle doit à terme migrer dans eFlore.
270
*
273
*
271
* $Log$
274
*
272
*
275
* +-- Fin du code ----------------------------------------------------------------------------------------+
273
* +-- Fin du code ----------------------------------------------------------------------------------------+
276
*/
274
*/
277
?>
275
?>