Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3425 Rev 3428
Line 654... Line 654...
654
					<form id="form-upload" class="form-horizontal bloc-top" action="<?php echo $url_ws_upload ?>" method="post" enctype="multipart/form-data">
654
					<form id="form-upload" class="form-horizontal bloc-top" action="<?php echo $url_ws_upload ?>" method="post" enctype="multipart/form-data">
655
						<h2><?php echo $image['titre']; ?></h2>
655
						<h2><?php echo $image['titre']; ?></h2>
656
						<p id="miniature-info">
656
						<p id="miniature-info">
657
							<?php echo $image['aide']; ?>
657
							<?php echo $image['aide']; ?>
658
						</p>
658
						</p>
659
						<div id ="photos-conteneur" class="control-group">
659
						<div id ="photos-conteneur" class="control-group col-sm-12">
660
							<div>
660
							<div>
661
								<label for="fichier" class="label-file btn btn-large btn-info mb-3">
661
								<label for="fichier" class="label-file btn btn-large btn-info mb-3">
662
									<span class="label-text"><i class="fas fa-download"></i> <?php echo $image['ajouter']; ?></span>
662
									<span class="label-text"><i class="fas fa-download"></i> <?php echo $image['ajouter']; ?></span>
663
									<input type="file" id="fichier" name="fichier" class="input-file" accept="image/jpeg" multiple>
663
									<input type="file" id="fichier" name="fichier" class="input-file" accept="image/jpeg" multiple>
664
									<input type="hidden" name="MAX_FILE_SIZE" value="5242880">
664
									<input type="hidden" name="MAX_FILE_SIZE" value="5242880">