Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 163 → Rev 164

/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.3 2005-03-15 13:45:42 tam Exp $
// CVS : $Id: formulaire_taxonomique_xhtml.php,v 1.4 2005-03-15 14:17:48 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.3 $ $Date: 2005-03-15 13:45:42 $
*@version $Revision: 1.4 $ $Date: 2005-03-15 14:17:48 $
// +------------------------------------------------------------------------------------------------------+
*/
 
77,23 → 77,23
$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>'.'Consultation par projet'.'</legend>'."\n";
$retour .= '<p>'."\n";
$retour .= '<label for="eflore_projet">'.'Projet : '.'</label>'."\n";
$retour .= '<ul>'."\n";
$retour .= '<li><label for="eflore_projet">'.'Projet : '.'</label>'."\n";
$retour .= '<select id="eflore_projet" name="eflore_projet">'."\n";
$retour .= $this->leBlock->afficherPattern('FORMULAIRE_TAXONOMIQUE>PROJET_VERSION_TOUS','afficherProjets', null, TRUE);
$retour .= '</select>'."\n";
$retour .= '<label for="eflore_ordre">'.'afficher les taxons '.'</label>'."\n";
$retour .= '</select></li>'."\n";
$retour .= '<li><label for="eflore_ordre">'.'afficher les taxons : '.'</label>'."\n";
$retour .= '<select id="eflore_ordre" name="eflore_ordre">'."\n";
$retour .= $this->leBlock->afficherPattern('FORMULAIRE_TAXONOMIQUE','afficherOrdre');
$retour .= '</select>'."\n";
$retour .= '<label for="eflore_rang">'.'au rang :'.'</label>'."\n";
$retour .= '</select></li>'."\n";
$retour .= '<li><label for="eflore_rang">'.'au rang : '.'</label>'."\n";
$retour .= '<select id="eflore_rang" name="eflore_rang">'."\n";
$retour .= $this->leBlock->afficherPattern('FORMULAIRE_TAXONOMIQUE','afficherRang');
$retour .= '</select>'."\n";
$retour .= '<input type="submit" value="'.'OK'.'" />'."\n";
$retour .= '</select></li>'."\n";
$retour .= '<li><input type="submit" value="'.'OK'.'" /></li>'."\n";
$retour .= $this->leBlock->afficherPattern('FORMULAIRE_TAXONOMIQUE>TAXON_RECHERCHE','creerAlphabetTaxon');
$retour .= afficherAlphabetTaxon();
$retour .= '</p>'."\n";
$retour .= '</ul>'."\n";
$retour .= '</fieldset>'."\n";
$retour .= '</form>'."\n";
$retour .= '<!-- END corps -->'."\n";