Subversion Repositories Applications.annuaire

Rev

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

Rev 154 Rev 255
Line 14... Line 14...
14
					$url_upload_image->setVariableRequete('id_utilisateur',$id_utilisateur); 
14
					$url_upload_image->setVariableRequete('id_utilisateur',$id_utilisateur); 
15
				}
15
				}
Line 16... Line 16...
16
 
16
 
17
				echo $url_upload_image;
17
				echo $url_upload_image;
18
	 ?>" method="post"  enctype="multipart/form-data">
18
	 ?>" method="post"  enctype="multipart/form-data">
19
	<label style="display:inline;"> <?= $amc_nom ?> : </label>
19
	<label class="label_champ_annuaire"> <?= $amc_nom ?> : </label>
20
	<input name="image_<?=$amc_id_champ?>" id="image_<?=$amc_id_champ?>" type="file" size="50" maxlength="<?php if(isset($taille_max)) { echo $taille_max; } else { echo '10000000'; } ?>" accept="image/*" />
20
	<input name="image_<?=$amc_id_champ?>" id="image_<?=$amc_id_champ?>" type="file" size="50" maxlength="<?php if(isset($taille_max)) { echo $taille_max; } else { echo '10000000'; } ?>" accept="image/*" />
21
	<input type="submit" value="OK" />
21
	<input type="submit" value="OK" />
22
	<?php if(isset($erreurs[$amc_id_champ])) { ?>
22
	<?php if(isset($erreurs[$amc_id_champ])) { ?>
23
		<div style="color:#FF0000"> <?= $erreurs[$amc_id_champ] ?> </div>
23
		<div style="color:#FF0000"> <?= $erreurs[$amc_id_champ] ?> </div>