Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 647 → Rev 648

/trunk/papyrus/applettes/recherche_evenements/squelettes/defaut.tpl.html
5,7 → 5,7
<form name="fEvenements" id="fEvenements" action="http://www.tela-botanica.org/page:evenements?vue=1&action=1" method="post">
<a href="javascript:afficherLaCarte()" id="afficherLaCarte"><span class="notext">Afficher la carte</span></a>
<select id="liste31">
<select name="liste31">
<?php foreach ($types as $id=>$type) : ?>
<option value="<?=$id?>"><?=$type?></option>
<?php endforeach;?>