| 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: eflore_fiche.inc.php,v 1.1 2005-01-28 19:48:11 jpm Exp $
|
24 |
// CVS : $Id: eflore_fiche.inc.php,v 1.2 2005-06-24 09:46:43 jpm Exp $
|
| 25 |
/**
|
25 |
/**
|
| 26 |
* Affichage des fiches d'eFlore.
|
26 |
* Affichage des fiches d'eFlore.
|
| 27 |
*
|
27 |
*
|
| 28 |
* Ce script fournit le code html correspondant aux fiches d'eFlore.
|
28 |
* Ce script fournit le code html correspondant aux fiches d'eFlore.
|
| 29 |
*
|
29 |
*
|
| Line 31... |
Line 31... |
| 31 |
//Auteur original :
|
31 |
//Auteur original :
|
| 32 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
32 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
| 33 |
//Autres auteurs :
|
33 |
//Autres auteurs :
|
| 34 |
*@author Aucun
|
34 |
*@author Aucun
|
| 35 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@copyright Tela-Botanica 2000-2004
|
| 36 |
*@version $Revision: 1.1 $ $Date: 2005-01-28 19:48:11 $
|
36 |
*@version $Revision: 1.2 $ $Date: 2005-06-24 09:46:43 $
|
| 37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
| 38 |
*/
|
38 |
*/
|
| Line 39... |
Line 39... |
| 39 |
|
39 |
|
| 40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 60... |
Line 60... |
| 60 |
$squelette = new HTML_Template_IT();
|
60 |
$squelette = new HTML_Template_IT();
|
| 61 |
$squelette->setTemplate($contenu, FALSE, FALSE);
|
61 |
$squelette->setTemplate($contenu, FALSE, FALSE);
|
| Line 62... |
Line 62... |
| 62 |
|
62 |
|
| 63 |
// Indique l'url pour obtenir fiche d'un nom
|
63 |
// Indique l'url pour obtenir fiche d'un nom
|
| - |
|
64 |
$squelette->setCurrentBlock('corps');
|
| 64 |
$squelette->setCurrentBlock('corps');
|
65 |
|
| 65 |
//http://testv4.tela-botanica.org/papyrus.php?site=5&menu=39&action=fiche&onglet=synthese&nn=1573
|
66 |
//http://testv4.tela-botanica.org/papyrus.php?site=5&menu=39&action=fiche&onglet=synthese&nn=1573
|
| 66 |
$GLOBALS['_EFLORE_']['url']->addQueryString(EFLORE_LG_URL_ACTION, EFLORE_LG_URL_ACTION_FICHE);
|
67 |
$GLOBALS['_EFLORE_']['url']->addQueryString(EFLORE_LG_URL_ACTION, EFLORE_LG_URL_ACTION_FICHE);
|
| 67 |
$GLOBALS['_EFLORE_']['url']->addQueryString(EFLORE_LG_URL_ONGLET, EFLORE_LG_URL_ONGLET_SYNTHESE);
|
68 |
$GLOBALS['_EFLORE_']['url']->addQueryString(EFLORE_LG_URL_ONGLET, EFLORE_LG_URL_ONGLET_SYNTHESE);
|
| 68 |
$GLOBALS['_EFLORE_']['url']->addQueryString(EFLORE_LG_URL_NN, $_REQUEST['nn']);
|
69 |
$GLOBALS['_EFLORE_']['url']->addQueryString(EFLORE_LG_URL_NN, $_REQUEST['nn']);
|
| Line 76... |
Line 77... |
| 76 |
}
|
77 |
}
|
| Line 77... |
Line 78... |
| 77 |
|
78 |
|
| 78 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
79 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
| 79 |
*
|
80 |
*
|
| - |
|
81 |
* $Log: not supported by cvs2svn $
|
| - |
|
82 |
* Revision 1.1 2005/01/28 19:48:11 jpm
|
| - |
|
83 |
* Ajout d'une fiche de synthèse.
|
| 80 |
* $Log: not supported by cvs2svn $
|
84 |
*
|
| 81 |
* Revision 1.2 2005/01/03 19:44:40 jpm
|
85 |
* Revision 1.2 2005/01/03 19:44:40 jpm
|
| 82 |
* Ajout de la gestion de l'action "fiche".
|
86 |
* Ajout de la gestion de l'action "fiche".
|
| 83 |
*
|
87 |
*
|
| 84 |
* Revision 1.1 2004/12/23 20:05:17 jpm
|
88 |
* Revision 1.1 2004/12/23 20:05:17 jpm
|