This commit is contained in:
arussac
2025-02-12 07:55:47 +01:00
parent 3b694ff751
commit b46d60a685
3 changed files with 19 additions and 21 deletions

View File

@@ -33,16 +33,16 @@
<option value="1280x720">1280x720</option>
</select>
<br><br>
<label for="duration">Durée (en minutes) :</label>
<label for="duration">Durée (en secondes) :</label>
<div class="duration-input">
<button type="button" id="decrement-button">-</button>
<input type="number" id="duration" name="duration" value="0" min="0" required>
<button type="button" id="increment-button">+</button>
</div>
<label for="choice">Choose Option:</label>
<label for="choice">Options :</label>
<select id="choice" name="choice">
<option value="firstLast">First and Last</option>
<option value="oneByOne">One by One</option>
<option value="firstLast">première et dernière image</option>
<option value="oneByOne">sélectionner les images une par une</option>
</select>
<br><br>
<div id="first-last-container" style="display: block;">
@@ -114,9 +114,6 @@
See all images
</button>
</th>
<th><button class="btn btn-primary">
sort images
</button></th>
<th><button class="btn btn-primary">
export images
</button></th>
@@ -130,7 +127,7 @@
</div>
<footer>
<p>&copy; 2024 Timelapse. All rights reserved.</p>
<p>&copy; 2025 Timelapse. All rights reserved.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>