mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
dropdown menu base
This commit is contained in:
@@ -19,7 +19,13 @@
|
||||
<button class="custom-btn" id="manualUploadBtn">Search video</button>
|
||||
<input type="file" id="videoUpload" accept="video/*">
|
||||
|
||||
|
||||
<div class="dropdown-container">
|
||||
<label for="docFormat">Choose prefered document style:</label>
|
||||
<select name="docFormat" id="docFormat">
|
||||
<option value"bericht-inhalt-zeitmarken">Meeting report and summary with timestamps</option>
|
||||
<option value"custom">custom</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user