Subversion Repositories Applications.annuaire

Rev

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

Rev 8 Rev 103
Line 1... Line 1...
1
<h2>Modification d'un champ</h2>
1
<h2>Modification d'un champ</h2>
2
<form method="post" action="<?=$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
  	<input type="text" name="amc_nom" id="amc_nom" value="<?=$valeur['amc_nom'] ?>"/>
7
  	<br />
7
  	<br />