Subversion Repositories Applications.annuaire

Rev

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

Rev 103 Rev 154
Line 11... Line 11...
11
	<label for="amo_nom">Nom <?php if($amo_ce_parent == 0) { ?> 
11
	<label for="amo_nom">Nom <?php if($amo_ce_parent == 0) { ?> 
12
								de la liste </label>
12
								de la liste </label>
13
							 <?php } else { ?>
13
							 <?php } else { ?>
14
								de l'élement</label>
14
								de l'élement</label>
15
							 <?php } ?>	
15
							 <?php } ?>	
16
  	<input type="text" name="amo_nom" id="amo_nom" value="<?=$amo_nom ?>"/>
16
  	<textarea class="champ_nom" name="amo_nom" id="amo_nom"><?= $amo_nom ?></textarea>
17
  	<br />
17
  	<br />
18
  	<label for="amo_abreviation">Abr&eacute;viation</label>
18
  	<label for="amo_abreviation">Abr&eacute;viation</label>
19
  	<input type="text" name="amo_abreviation" id="amo_abreviation" value="<?=$amo_abreviation ?>" />
19
  	<input type="text" name="amo_abreviation" id="amo_abreviation" value="<?=$amo_abreviation ?>" />
20
  	<br />
20
  	<br />
21
  	<label for="amo_description">Description</label>
21
  	<label for="amo_description">Description</label>