Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 162 → Rev 163

/trunk/serveur/eflore_mv/vues/formulaire_taxonomique_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: formulaire_taxonomique_xhtml.php,v 1.2 2005-02-09 13:06:52 jpm Exp $
// CVS : $Id: formulaire_taxonomique_xhtml.php,v 1.3 2005-03-15 13:45:42 tam Exp $
/**
* Vue affichant le formulaire de recherche taxonomique.
*
34,7 → 34,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $ $Date: 2005-02-09 13:06:52 $
*@version $Revision: 1.3 $ $Date: 2005-03-15 13:45:42 $
// +------------------------------------------------------------------------------------------------------+
*/
 
74,9 → 74,9
$retour .= '<body>'."\n";
$retour .= '<!-- BEGIN corps -->'."\n";
$retour .= '<h2>'.'Rechercher par taxon'.'</h2>'."\n";
$retour .= '<h2>'.'Consultation par projet'.'</h2>'."\n";
$retour .= '<form id="eflore_form_taxonomie" name="eflore_form_taxonomie" action="{UrlProjetTaxon}" method="post">'."\n";
$retour .= '<fieldset>'."\n".'<legend>'.'Recherche par taxon'.'</legend>'."\n";
$retour .= '<fieldset>'."\n".'<legend>'.'Consultation par projet'.'</legend>'."\n";
$retour .= '<p>'."\n";
$retour .= '<label for="eflore_projet">'.'Projet : '.'</label>'."\n";
$retour .= '<select id="eflore_projet" name="eflore_projet">'."\n";
207,6 → 207,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2005/02/09 13:06:52 jpm
* Modification pour utiliser le macro-élément PROJET_VERSION_TOUS.
*
* Revision 1.1 2005/01/28 19:45:44 jpm
* Début recheche taxons.
*