Subversion Repositories Applications.annuaire

Rev

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

Rev 24 Rev 47
Line 11... Line 11...
11
 
11
 
12
				echo $url_upload_image;
12
				echo $url_upload_image;
13
	 ?>" method="post"  enctype="multipart/form-data">
13
	 ?>" method="post"  enctype="multipart/form-data">
14
	<label style="display:inline;"> <?= $amc_nom ?> : </label>
14
	<label style="display:inline;"> <?= $amc_nom ?> : </label>
-
 
15
	<input name="image_<?=$amc_id_champ?>" id="image_<?=$amc_id_champ?>" type="file" size="50" maxlength="100000" accept="image/*" />
15
	<input name="image_<?=$amc_id_champ?>" id="image_<?=$amc_id_champ?>" type="file" size="50" maxlength="100000" accept="image/*" />
16
	<input type="submit" value="OK" />
16
	<?php if(isset($erreurs[$amc_id_champ])) { ?>
17
	<?php if(isset($erreurs[$amc_id_champ])) { ?>
17
		<div style="color:#FF0000"> <?= $erreurs[$amc_id_champ] ?> </div>
18
		<div style="color:#FF0000"> <?= $erreurs[$amc_id_champ] ?> </div>
18
	<?php } ?>
-
 
19
	<input type="submit" value="OK" />
19
	<?php } ?>
20
	</form>
20
	</form>
21
</div>
21
</div>