mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
minor changes to Text
This commit is contained in:
@@ -110,7 +110,7 @@
|
|||||||
<label id="labelType">Select type:</label>
|
<label id="labelType">Select type:</label>
|
||||||
<select name="output_type" id="output_type">
|
<select name="output_type" id="output_type">
|
||||||
<option value="pdf">.pdf</option>
|
<option value="pdf">.pdf</option>
|
||||||
<option value="word">.word</option>
|
<option value="word">.docx</option>
|
||||||
<option value="txt">.txt</option>
|
<option value="txt">.txt</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
|
|
||||||
<!-- Here starts code from step 4-->
|
<!-- Here starts code from step 4-->
|
||||||
<div class="step" id="step4" style="display:none;">
|
<div class="step" id="step4" style="display:none;">
|
||||||
<h2 class="h2">Klick to submit:</h2>
|
<h2 class="h2">Click to submit:</h2>
|
||||||
<button class="submit-btn" id="submitButton" onclick="checkBoxes()" disabled>Submit</button>
|
<button class="submit-btn" id="submitButton" onclick="checkBoxes()" disabled>Submit</button>
|
||||||
|
|
||||||
<div class="testy" id="testy">
|
<div class="testy" id="testy">
|
||||||
|
|||||||
@@ -264,7 +264,7 @@ Functions used in Step 4
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//function to check if one checkbox is at least klicked. Final controll function before sending the input to the generation
|
//function to check if one checkbox is at least clicked. Final controll function before sending the input to the generation
|
||||||
function checkBoxes() {
|
function checkBoxes() {
|
||||||
try {
|
try {
|
||||||
const checkboxes = document.querySelectorAll('input[name="docFormat"]');
|
const checkboxes = document.querySelectorAll('input[name="docFormat"]');
|
||||||
|
|||||||
Reference in New Issue
Block a user