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_article.inc.php,v 1.1 2005-11-23 10:22:25 jp_milcent Exp $
|
22 |
// CVS : $Id: bbc_info_article.inc.php,v 1.2 2006-05-29 17:21:17 jp_milcent Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Appli bb_consultation : gestion des informations avancées "article" de Biblio Bota
|
24 |
* Appli bb_consultation : gestion des informations avancées "article" de Biblio Bota
|
25 |
*
|
25 |
*
|
26 |
* Ce fichier permet d'afficher les informations concernant les "articles" d'un organisme lié à la botanique.
|
26 |
* Ce fichier permet d'afficher les informations concernant les "articles" 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.1 $ $Date: 2005-11-23 10:22:25 $
|
34 |
*@version $Revision: 1.2 $ $Date: 2006-05-29 17:21:17 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
Line 37... |
Line 37... |
37 |
|
37 |
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
Line 90... |
Line 90... |
90 |
// Affichage de la navigation avancée : retour aux fascicules
|
90 |
// Affichage de la navigation avancée : retour aux fascicules
|
91 |
$sortie .= CreateNavigBiblio('goback', 'fasc', $tableau, 'Retour aux fascicules', 1);
|
91 |
$sortie .= CreateNavigBiblio('goback', 'fasc', $tableau, 'Retour aux fascicules', 1);
|
Line 92... |
Line 92... |
92 |
|
92 |
|
93 |
// Affichage du titre
|
93 |
// Affichage du titre
|
94 |
$sortie .= '<h1>'.$le_nom.' : articles'.'</h1>'."\n";
|
94 |
$sortie .= '<h1>'.$le_nom.' : articles'.'</h1>'."\n";
|
Line 95... |
Line 95... |
95 |
$sortie .= '<h2>'.'du fascicule '.$le_titre.' du périodique '.$la_coll.'</h2>'."\n";
|
95 |
$sortie .= '<h2>'.'du '.$le_titre.' du périodique '.$la_coll.'</h2>'."\n";
|
96 |
|
96 |
|
97 |
// Comptage du total d'article
|
97 |
// Comptage du total d'article
|
98 |
$requete = 'SELECT COUNT(*) AS COMPTAGE '.
|
98 |
$requete = 'SELECT COUNT(*) AS COMPTAGE '.
|
Line 240... |
Line 240... |
240 |
}
|
240 |
}
|
241 |
}
|
241 |
}
|
242 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
242 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
243 |
*
|
243 |
*
|
244 |
* $Log: not supported by cvs2svn $
|
244 |
* $Log: not supported by cvs2svn $
|
- |
|
245 |
* Revision 1.1 2005/11/23 10:22:25 jp_milcent
|
- |
|
246 |
* Ajout au dépot de l'application BiblioBota.
|
- |
|
247 |
* Elle doit à terme migrer dans eFlore.
|
- |
|
248 |
*
|
245 |
*
|
249 |
*
|
246 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
250 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
247 |
*/
|
251 |
*/
|
248 |
?>
|
252 |
?>
|
249 |
|
253 |
|