Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 74 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74 Rev 86
1
<!-- DEBUT FORM_NOM -->
1
<!-- DEBUT FORM_NOM -->
2
<form id="ef-form-nomenclature" name="ef-form-nomenclature" action="<?=$url_form;?>" method="get">
2
<form id="ef-form-nomenclature" name="ef-form-nomenclature" action="<?=$url_form;?>" method="get">
3
	<fieldset>
3
	<fieldset>
4
		<legend><?=$i18n['legende'];?></legend>
4
		<legend><?=$i18n['legende'];?></legend>
5
		<table>
5
		<table>
6
			<tr>
6
			<tr>
7
				<td>
7
				<td>
8
					<label for="nom"><?=$i18n['nom'];?></label>
8
					<label for="nom"><?=$i18n['nom'];?></label>
9
				</td><td>
9
				</td><td>
-
 
10
					<?php if (isset($nom_verna)) { ?>
10
					<ul>
11
						<ul>
11
						<li>
12
							<li>
12
							<input id="type_nom_scientifique" name="type_nom" value="nom_scientifique" type="radio" <?=($type_nom == 'nom_scientifique') ? 'checked="checked"': '';?> />
13
								<input id="type_nom_scientifique" name="type_nom" value="nom_scientifique" type="radio" <?=($type_nom == 'nom_scientifique') ? 'checked="checked"': '';?> />
13
							<label for="type_nom_scientifique"><?=$i18n['ns'];?></label>
14
								<label for="type_nom_scientifique"><?=$i18n['ns'];?></label>
14
						</li>
15
							</li>
15
						<li>
16
							<li>
16
							<input id="type_nom_vernaculaire" name="type_nom" value="nom_vernaculaire" type="radio" <?=($type_nom == 'nom_vernaculaire') ? 'checked="checked"': '';?> />
17
								<input id="type_nom_vernaculaire" name="type_nom" value="nom_vernaculaire" type="radio" <?=($type_nom == 'nom_vernaculaire') ? 'checked="checked"': '';?> />
17
							<label for="type_nom_vernaculaire" title="(en fran�ais, allemand, anglais, catalan, espagnol, italien ou n�erlandais)"><?=$i18n['nv'];?></label>
18
								<label for="type_nom_vernaculaire" title="(en français, allemand, anglais, catalan, espagnol, italien ou néerlandais)"><?=$i18n['nv'];?></label>
18
						</li>
19
							</li>
19
					</ul>
20
						</ul>
-
 
21
					<?php } else {?>
-
 
22
						<input id="type_nom_scientifique" name="type_nom" type="hidden" value="nom_scientifique" />
-
 
23
						<?=$i18n['ns'];?>
-
 
24
					<?php } ?>
20
				</td><td>
25
				</td><td>
21
					<input id="nom" name="nom" class="champ" size="30" maxlength="255" type="text" autocomplete="off" <?php if(isset($nom)) echo 'value="'.$nom.'"';?> />
26
					<input id="nom" name="nom" class="champ" size="30" maxlength="255" type="text" autocomplete="off" <?php if(isset($nom)) echo 'value="'.$nom.'"';?> />
22
				</td>
27
				</td>
23
 
28
 
24
				<td>
29
				<td>
25
					<input id="referentiel" name="referentiel" type="hidden" value="<?=Registre::get('parametres.referentiel')?>" />
30
					<input id="referentiel" name="referentiel" type="hidden" value="<?=Registre::get('parametres.referentiel')?>" />
26
					<input id="module" name="module" type="hidden" value="recherche" />
31
					<input id="module" name="module" type="hidden" value="recherche" />
27
					<input id="action" name="action" type="hidden" value="rechercheSimple" />
32
					<input id="action" name="action" type="hidden" value="rechercheSimple" />
28
					<input id="eflore_nomenclature_submit" name="submit" type="submit" value="<?=$i18n['recherche'];?>" />
33
					<input id="eflore_nomenclature_submit" name="submit" type="submit" value="<?=$i18n['recherche'];?>" />
29
					<input id="eflore_nomenclature_fiche" name="submit" type="submit" value="<?=$i18n['fiche'];?>" />
34
					<input id="eflore_nomenclature_fiche" name="submit" type="submit" value="<?=$i18n['fiche'];?>" />
30
				</td>
35
				</td>
31
			</tr>
36
			</tr>
32
		</table>
37
		</table>
33
	</fieldset>
38
	</fieldset>
34
</form>
39
</form>
35
 
40
 
36
<?php if (isset($nom_approche)) : ?>
41
<?php if (isset($nom_approche)) : ?>
37
	<p id="efr-ortho-approche"> <span class="erreur"><?=$i18n['orthographe'];?></span><a href="<?=$url_nom_approche;?>"><?=$nom_approche;?></a></p>
42
	<p id="efr-ortho-approche"> <span class="erreur"><?=$i18n['orthographe'];?></span><a href="<?=$url_nom_approche;?>"><?=$nom_approche;?></a></p>
38
<?php endif; ?>
43
<?php endif; ?>
39
<?php if (isset($information)) : ?>
44
<?php if (isset($information)) : ?>
40
	<p id="information"><?=$information?></p>
45
	<p id="information"><?=$information?></p>
41
<?php endif; ?>
46
<?php endif; ?>
42
<!-- FIN FORM_NOM -->
47
<!-- FIN FORM_NOM -->