Line 19... |
Line 19... |
19 |
// | |
|
19 |
// | |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
24 |
// CVS : $Id: hbc_info_collection.inc.php,v 1.1 2005-11-23 10:32:32 jp_milcent Exp $
|
24 |
// CVS : $Id: hbc_info_collection.inc.php,v 1.2 2007-08-27 15:56:50 jp_milcent Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Application fournissant des informations sur les collections
|
26 |
* Application fournissant des informations sur les collections
|
27 |
*
|
27 |
*
|
28 |
* Fournit des informations sur une collection enregistrée dans la base de données.
|
28 |
* Fournit des informations sur une collection enregistrée dans la base de données.
|
29 |
*
|
29 |
*
|
Line 31... |
Line 31... |
31 |
//Auteur original :
|
31 |
//Auteur original :
|
32 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
32 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
33 |
//Autres auteurs :
|
33 |
//Autres auteurs :
|
34 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
34 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
35 |
*@copyright Tela-Botanica 2000-2005
|
35 |
*@copyright Tela-Botanica 2000-2005
|
36 |
*@version $Revision: 1.1 $ $Date: 2005-11-23 10:32:32 $
|
36 |
*@version $Revision: 1.2 $ $Date: 2007-08-27 15:56:50 $
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
*/
|
38 |
*/
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
Line 91... |
Line 91... |
91 |
} else {
|
91 |
} else {
|
92 |
$sortie .= $herb->U_NAME.' '.$herb->U_SURNAME;
|
92 |
$sortie .= $herb->U_NAME.' '.$herb->U_SURNAME;
|
93 |
}
|
93 |
}
|
94 |
$sortie .= '</p>'."\n";
|
94 |
$sortie .= '</p>'."\n";
|
Line 95... |
Line 95... |
95 |
|
95 |
|
96 |
// 1. les renseignements administratifs
|
96 |
// 1. l'Aide
|
Line 97... |
Line 97... |
97 |
$sortie .= '<p class="hb_menu">'.'</p>'."\n";//lien_retour('herbiers')
|
97 |
$sortie .= '<p class="hb_aide">'.'<script type="text/javascript">afficherAide();</script>'.'</p>'."\n";
|
98 |
|
98 |
|
99 |
// 2. les collections
|
99 |
// 2. les collections
|
Line 100... |
Line 100... |
100 |
if (is_array($herb->collections) && count($herb->collections) != 0) {
|
100 |
if (is_array($herb->collections) && count($herb->collections) != 0) {
|
101 |
$sortie .= '<h2>'.'Les collections'.'</h2>'."\n";
|
101 |
$sortie .= '<h2>'.'Les collections'.'</h2>'."\n";
|
102 |
|
102 |
|
103 |
// Une boucle sur l'ensemble des collections
|
103 |
// Une boucle sur l'ensemble des collections
|
104 |
for ($i = 0; $i < count($herb->collections); $i++) {
|
104 |
for ($i = 0; $i < count($herb->collections); $i++) {
|
105 |
$sortie .= '<div id="el'.$i.'Parent" class="parent">'."\n".
|
105 |
$sortie .= '<div id="el'.$i.'Parent" class="parent">'."\n".
|
106 |
'<a href="#" onclick="expandBase(\'el'.$i.'\', true); return false;">'."\n".
|
106 |
'<a href="#" onclick="expandBase(\'el'.$i.'\', true); return false;">'."\n".
|
107 |
'<img name="imEx" id="el'.$i.'Img" class="'.HB_CLASS_IMG_ICONE.'" src="'.HB_IMG_OUVRIR.'" alt="+" />'."\n".
|
107 |
'<img id="el'.$i.'Img" class="'.HB_CLASS_IMG_ICONE.'" src="'.HB_IMG_OUVRIR.'" alt="+" />'."\n".
|
108 |
'</a>'."\n".
|
108 |
'</a>'."\n".
|
109 |
'<h3 class="hb_titre_en_ligne">'.$herb->collections[$i]->NOM_COLLECTION;
|
109 |
'<h3 class="hb_titre_en_ligne">'.$herb->collections[$i]->NOM_COLLECTION;
|
Line 200... |
Line 200... |
200 |
// Les collecteurs
|
200 |
// Les collecteurs
|
201 |
if (isset($herb->collections[$i]->COLLECTEURS) && $herb->collections[$i]->COLLECTEURS != '') {
|
201 |
if (isset($herb->collections[$i]->COLLECTEURS) && $herb->collections[$i]->COLLECTEURS != '') {
|
202 |
$tableau_collecteur = preg_split("/\r\n/", $herb->collections[$i]->COLLECTEURS, -1, PREG_SPLIT_NO_EMPTY);
|
202 |
$tableau_collecteur = preg_split("/\r\n/", $herb->collections[$i]->COLLECTEURS, -1, PREG_SPLIT_NO_EMPTY);
|
203 |
$sortie .= '<div id="elcollecteur'.$i.'Parent" class="parent">'."\n".
|
203 |
$sortie .= '<div id="elcollecteur'.$i.'Parent" class="parent">'."\n".
|
204 |
'<a href="#" onclick="expandBase(\'elcollecteur'.$i.'\', true); return false;">'."\n".
|
204 |
'<a href="#" onclick="expandBase(\'elcollecteur'.$i.'\', true); return false;">'."\n".
|
205 |
'<img name="imEx" id="elcollecteur'.$i.'Img" class="'.HB_CLASS_IMG_ICONE.'" src="'.HB_IMG_OUVRIR.'" alt="+" />'."\n".
|
205 |
'<img id="elcollecteur'.$i.'Img" class="'.HB_CLASS_IMG_ICONE.'" src="'.HB_IMG_OUVRIR.'" alt="+" />'."\n".
|
206 |
'</a>'."\n".
|
206 |
'</a>'."\n".
|
207 |
'<h3 class="hb_titre_en_ligne">'.'Les collecteurs - '.count($tableau_collecteur).'</h3>'."\n".
|
207 |
'<h3 class="hb_titre_en_ligne">'.'Les collecteurs - '.count($tableau_collecteur).'</h3>'."\n".
|
208 |
'</div>'."\n";
|
208 |
'</div>'."\n";
|
209 |
$sortie .= '<div id="elcollecteur'.$i.'Child" class="child">'."\n";
|
209 |
$sortie .= '<div id="elcollecteur'.$i.'Child" class="child">'."\n";
|
210 |
$sortie .= '<table border="1" cellspacing="0" width="100%">'."\n";
|
210 |
$sortie .= '<table border="1" cellspacing="0" width="100%">'."\n";
|
Line 225... |
Line 225... |
225 |
|
225 |
|
226 |
// Les indications supplémentaires
|
226 |
// Les indications supplémentaires
|
227 |
if (is_array($herb->collections[$i]->indic) && count($herb->collections[$i]->indic) != 0) {
|
227 |
if (is_array($herb->collections[$i]->indic) && count($herb->collections[$i]->indic) != 0) {
|
228 |
$sortie .= '<div id="elindic'.$i.'Parent" class="parent">'.
|
228 |
$sortie .= '<div id="elindic'.$i.'Parent" class="parent">'.
|
229 |
'<a href="#" onclick="expandBase(\'elindic'.$i.'\', true); return false;">'.
|
229 |
'<a href="#" onclick="expandBase(\'elindic'.$i.'\', true); return false;">'.
|
230 |
'<img name="imEx" id="elindic'.$i.'Img" class="'.HB_CLASS_IMG_ICONE.'" src="'.HB_IMG_OUVRIR.'" alt="+" />'.
|
230 |
'<img id="elindic'.$i.'Img" class="'.HB_CLASS_IMG_ICONE.'" src="'.HB_IMG_OUVRIR.'" alt="+" />'.
|
231 |
'</a>'.
|
231 |
'</a>'.
|
232 |
'<h3 class="hb_titre_en_ligne">'.'Compléments d\'information'.'</h3>'.
|
232 |
'<h3 class="hb_titre_en_ligne">'.'Compléments d\'information'.'</h3>'.
|
233 |
'</div>'."\n";
|
233 |
'</div>'."\n";
|
234 |
$sortie .= '<div id="elindic'.$i.'Child" class="child">'."\n";
|
234 |
$sortie .= '<div id="elindic'.$i.'Child" class="child">'."\n";
|
Line 289... |
Line 289... |
289 |
|
289 |
|
290 |
|
290 |
|
291 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
291 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
292 |
*
|
- |
|
293 |
* $Log: not supported by cvs2svn $
|
- |
|
294 |
* Revision 1.1 2005-11-23 10:32:32 jp_milcent
|
- |
|
295 |
* Ajout au dépot de l'application Herbiers.
|
292 |
*
|
296 |
* Elle doit à terme migrer dans eFlore.
|
293 |
* $Log: not supported by cvs2svn $
|
297 |
*
|
294 |
* Revision 1.3 2005/03/30 09:48:58 jpm
|
298 |
* Revision 1.3 2005/03/30 09:48:58 jpm
|
295 |
* Début gestion des raccourcis vers l'administration.
|
299 |
* Début gestion des raccourcis vers l'administration.
|
296 |
*
|
300 |
*
|