Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 43 Rev 53
Line 19... Line 19...
19
							<label for="eflore_type_nom_vernaculaire" title="(en fran�ais, allemand, anglais, catalan, espagnol, italien ou n�erlandais)"><?=$i18n['nv'];?></label>
19
							<label for="eflore_type_nom_vernaculaire" title="(en fran�ais, allemand, anglais, catalan, espagnol, italien ou n�erlandais)"><?=$i18n['nv'];?></label>
20
						</li>
20
						</li>
21
					</ul>
21
					</ul>
22
				</td>
22
				</td>
23
				<td>
23
				<td>
-
 
24
					<input id="referentiel" name="referentiel" type="hidden" value="<?=Registre::get('parametres.referentiel')?>" />
24
					<input id="module" name="module" type="hidden" value="recherche-simple" />
25
					<input id="module" name="module" type="hidden" value="recherche-simple" />
25
					<input id="action" name="action" type="hidden" value="rechercheNom" />					
26
					<input id="action" name="action" type="hidden" value="rechercheNom" />					
26
					<input id="eflore_nomenclature_submit" type="submit" value="<?=$i18n['recherche'];?>" />
27
					<input id="eflore_nomenclature_submit" type="submit" value="<?=$i18n['recherche'];?>" />
27
				</td>
28
				</td>
28
			</tr>
29
			</tr>
29
		</table>
30
		</table>
30
	</fieldset>
31
	</fieldset>
31
</form>
32
</form>
Line 32... Line 33...
32
 
33
 
33
<?php if (isset($nom_approche)) : ?>
34
<?php if (isset($nom_approche)) : ?>
34
	<p id="efr-ortho-approche"> <span class="erreur"><?=$i18n['orthographe'];?></span><a href="<?=$nom_approche_url;?>"><?=$nom_approche;?></a></p>
35
	<p id="efr-ortho-approche"> <span class="erreur"><?=$i18n['orthographe'];?></span><a href="<?=$nom_approche_url;?>"><?php print_r($nom_approche);?></a></p>
35
<?php endif; ?>
36
<?php endif; ?>
36
<?php if (isset($information)) : ?>
37
<?php if (isset($information)) : ?>
37
	<p id="information"><?=$information?></p>
38
	<p id="information"><?=$information?></p>
38
<?php endif; ?>
39
<?php endif; ?>
39
<!-- FIN FORM_NOM -->
40
<!-- FIN FORM_NOM -->