Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 109 → Rev 110

/trunk/serveur/eflore_mv/vues/fiche_synthese_xhtml.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: fiche_synthese_xhtml.php,v 1.4 2005-01-24 16:53:25 jpm Exp $
// CVS : $Id: fiche_synthese_xhtml.php,v 1.5 2005-01-25 12:26:19 jpm Exp $
/**
* Vue affichant la fiche de synthèse d'un nom dans le projet donné
*
35,7 → 35,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.4 $ $Date: 2005-01-24 16:53:25 $
*@version $Revision: 1.5 $ $Date: 2005-01-25 12:26:19 $
// +------------------------------------------------------------------------------------------------------+
*/
 
81,7 → 81,7
$retour .= $this->leBlock->afficherPattern('FICHE_SYNTHESE>NOM_LATIN','afficherNomInfos');
$retour .= '</p>'."\n";
$retour .= '<h2>'.'Présent dans : '.'</h2>'."\n";
$retour .= '<form id="eflore_form_projet" action="http://eflore-test.tela-botanica.org/serveurXML/eribo_serveur.php" method="get">'."\n";//{UrlProjetChangement}
$retour .= '<form id="eflore_form_projet" action="{UrlProjetChangement}" method="post">'."\n";
$retour .= '<p>'."\n";
$retour .= $this->leBlock->afficherPattern('FICHE_SYNTHESE>NOM_LATIN','afficherChampNom');
$retour .= '<select id="nvp" name="nvp">'."\n";
301,7 → 301,7
{
$retour = '';
$retour .= '<input type="hidden" id="nn" name="nn" value="'.$donnees['en_id_nom'].'" />'."\n";
$retour .= '<input type="hidden" id="key" name="key" value="synthese" />'."\n";
$retour .= '<input type="hidden" id="cle" name="cle" value="synthese" />'."\n";
return $retour;
}
 
416,6 → 416,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.4 2005/01/24 16:53:25 jpm
* Modification des méthodes permettant la récupération des données de la hiérarchie.
*
* Revision 1.3 2005/01/19 12:58:19 jpm
* Début des tests pour gérer le formulaire de changement de projet.
*