Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 107 | Rev 117 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 107 Rev 110
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: fiche_synthese_xhtml.php,v 1.4 2005-01-24 16:53:25 jpm Exp $
24
// CVS : $Id: fiche_synthese_xhtml.php,v 1.5 2005-01-25 12:26:19 jpm Exp $
25
/**
25
/**
26
* Vue affichant la fiche de synthèse d'un nom dans le projet donné
26
* Vue affichant la fiche de synthèse d'un nom dans le projet donné
27
*
27
*
28
* Permet de retourner le html correspondant à la fiche de synthèse d'un nom
28
* Permet de retourner le html correspondant à la fiche de synthèse d'un nom
29
* dans un projet donné.
29
* dans un projet donné.
Line 33... Line 33...
33
//Auteur original :
33
//Auteur original :
34
*@author        Frédéric LEGENS <flegens@free.fr>
34
*@author        Frédéric LEGENS <flegens@free.fr>
35
//Autres auteurs :
35
//Autres auteurs :
36
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
36
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
37
*@copyright     Tela-Botanica 2000-2004
37
*@copyright     Tela-Botanica 2000-2004
38
*@version       $Revision: 1.4 $ $Date: 2005-01-24 16:53:25 $
38
*@version       $Revision: 1.5 $ $Date: 2005-01-25 12:26:19 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 79... Line 79...
79
        $retour .= '<h2>'.'Informations sur le nom :'.'</h2>'."\n";
79
        $retour .= '<h2>'.'Informations sur le nom :'.'</h2>'."\n";
80
        $retour .= '<p>'."\n";
80
        $retour .= '<p>'."\n";
81
        $retour .= $this->leBlock->afficherPattern('FICHE_SYNTHESE>NOM_LATIN','afficherNomInfos');
81
        $retour .= $this->leBlock->afficherPattern('FICHE_SYNTHESE>NOM_LATIN','afficherNomInfos');
82
        $retour .= '</p>'."\n";
82
        $retour .= '</p>'."\n";
83
        $retour .= '<h2>'.'Présent dans : '.'</h2>'."\n";
83
        $retour .= '<h2>'.'Présent dans : '.'</h2>'."\n";
84
        $retour .= '<form id="eflore_form_projet" action="http://eflore-test.tela-botanica.org/serveurXML/eribo_serveur.php" method="get">'."\n";//{UrlProjetChangement}
84
        $retour .= '<form id="eflore_form_projet" action="{UrlProjetChangement}" method="post">'."\n";
85
        $retour .= '<p>'."\n";
85
        $retour .= '<p>'."\n";
86
        $retour .= $this->leBlock->afficherPattern('FICHE_SYNTHESE>NOM_LATIN','afficherChampNom');
86
        $retour .= $this->leBlock->afficherPattern('FICHE_SYNTHESE>NOM_LATIN','afficherChampNom');
87
        $retour .= '<select id="nvp" name="nvp">'."\n";
87
        $retour .= '<select id="nvp" name="nvp">'."\n";
88
        $retour .= $this->leBlock->afficherPattern('FICHE_SYNTHESE>NOM_SELECTION_PROJETS','afficherListeProjets', null, TRUE);
88
        $retour .= $this->leBlock->afficherPattern('FICHE_SYNTHESE>NOM_SELECTION_PROJETS','afficherListeProjets', null, TRUE);
89
        $retour .= '</select>'."\n";
89
        $retour .= '</select>'."\n";
Line 299... Line 299...
299
 
299
 
300
function afficherChampNom($donnees)
300
function afficherChampNom($donnees)
301
{
301
{
302
    $retour = '';
302
    $retour = '';
303
    $retour .= '<input type="hidden" id="nn" name="nn" value="'.$donnees['en_id_nom'].'" />'."\n";
303
    $retour .= '<input type="hidden" id="nn" name="nn" value="'.$donnees['en_id_nom'].'" />'."\n";
304
    $retour .= '<input type="hidden" id="key" name="key" value="synthese" />'."\n";
304
    $retour .= '<input type="hidden" id="cle" name="cle" value="synthese" />'."\n";
305
    return $retour;
305
    return $retour;
Line 306... Line 306...
306
}
306
}
307
 
307
 
Line 414... Line 414...
414
 
414
 
415
 
415
 
416
/* +--Fin du code ----------------------------------------------------------------------------------------+
416
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
417
*
-
 
418
* $Log: not supported by cvs2svn $
-
 
419
* Revision 1.4  2005/01/24 16:53:25  jpm
417
*
420
* Modification des méthodes permettant la récupération des données de la hiérarchie.
418
* $Log: not supported by cvs2svn $
421
*
419
* Revision 1.3  2005/01/19 12:58:19  jpm
422
* Revision 1.3  2005/01/19 12:58:19  jpm
420
* Début des tests pour gérer le formulaire de changement de projet.
423
* Début des tests pour gérer le formulaire de changement de projet.
421
*
424
*