Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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