Subversion Repositories Applications.annuaire

Rev

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

Rev 103 Rev 154
Line 1... Line 1...
1
<h2>Modification d'un champ</h2>
1
<h2>Modification d'un champ</h2>
2
<form method="post" action="<?php $url_form = clone($base_url); 
2
<form method="post" action="<?php $url_form = clone($base_url); 
3
				$url_form->setVariableRequete('m','metadonnee_modification'); 
3
				$url_form->setVariableRequete('m','metadonnee_modification'); 
4
				echo $url_form; ?>">
4
				echo $url_form; ?>">
5
	<label for="amo_nom">Nom du champ</label>
5
	<label for="amo_nom">Nom du champ</label>
6
  	<input type="text" name="amc_nom" id="amc_nom" value="<?=$valeur['amc_nom'] ?>"/>
6
  	<textarea class="champ_nom" name="amc_nom" id="amc_nom"><?=$valeur['amc_nom'] ?></textarea>
7
  	<br />
7
  	<br />
8
  	<label for="amc_ce_type_affichage">Type du champ</label>
8
  	<label for="amc_ce_type_affichage">Type du champ</label>
9
  	<select id="amc_ce_type_affichage" name="amc_ce_type_affichage">
9
  	<select id="amc_ce_type_affichage" name="amc_ce_type_affichage">
10
  		<option value="0"> Aucun </option>
10
  		<option value="0"> Aucun </option>
11
  	<?php foreach($types as $type) : ?>
11
  	<?php foreach($types as $type) : ?>