Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3233 Rev 3235
Line 145... Line 145...
145
                  <?= $logo_img; ?>
145
                  <?= $logo_img; ?>
146
                </div>
146
                </div>
Line 147... Line 147...
147
 
147
 
148
 
148
 
149
                <div class="input-file-container">
149
                <div class="input-file-container">
150
                    <input type="file" class="input-file" name="fond" id="fond" value="<?= $widget['titre']; ?>" accept="image/*">
150
                    <input type="file" class="input-file" name="image_fond" id="image_fond" value="<?= $widget['titre']; ?>" accept="image/*">
151
                    <label for="fond" class="label-file"><i class="fas fa-download"></i> Image de fond</label>
151
                    <label for="image_fond" class="label-file"><i class="fas fa-download"></i> Image de fond</label>
152
                </div>
152
                </div>
Line 153... Line 153...
153
                <div class="remove-file button" name="remove-file" title="Supprimer le fichier"><i class="fas fa-times" aria-hidden="true"></i></div>
153
                <div class="remove-file button" name="remove-file" title="Supprimer le fichier"><i class="fas fa-times" aria-hidden="true"></i></div>
Line 154... Line 154...
154
                <div class="file-return fond hidden"></div>
154
                <div class="file-return image_fond hidden"></div>
155
 
155