mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-16 02:11:52 +02:00
Chechboxes and submit button
This commit is contained in:
@@ -19,13 +19,20 @@
|
||||
<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 class="checkbox-group">
|
||||
<label for="checkbox-group">Choose prefered document style:</label>
|
||||
<div class="checkbox-container">
|
||||
<input type="checkbox" id="docFormat">
|
||||
<label for "docFormat">Meeting report and summary with timestamps</label>
|
||||
</div>
|
||||
|
||||
<div class="checkbox-container">
|
||||
<input type="checkbox" id="docFormatCustom">
|
||||
<label for "docFormatCustom">Custom</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="submit-btn" id="submitButton">Submit Video</button>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user