mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Fixed and expanded the change language function. fixed custome document creation visibility
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
|
||||
<!-- Here starts code from step 1-->
|
||||
<div class="step" id="step1">
|
||||
<h2 class="h2">Upload your video here:</h2>
|
||||
<h2 class="h2" id="step1_h2">Upload your video here:</h2>
|
||||
<div class="upload-container" id="uploadContainer">
|
||||
<p id="p1">Drag and drop video file</p>
|
||||
<video id="previewThumbnail" autoplay="false"></video>
|
||||
@@ -109,7 +109,7 @@
|
||||
|
||||
<!-- Here starts code from step 2-->
|
||||
<div class="step" id="step2" style="display: none">
|
||||
<h2 class="h2">Choose your preferences:</h2>
|
||||
<h2 class="h2" id="step2_h2">Choose your preferences:</h2>
|
||||
<div class="step2-form">
|
||||
<div class="KI-wrapper">
|
||||
<label id="labelKI">Select ki:</label>
|
||||
@@ -146,7 +146,7 @@
|
||||
<!-- Hover Effekt für Dokumentenvorschau, Fragezeichen hinter Text, drüber hoven zeigt Beispieldokument -->
|
||||
<div class="step" id="step3" style="display: none">
|
||||
<div class="checkbox-group">
|
||||
<h2 class="h2">Choose prefered document style:</h2>
|
||||
<h2 class="h2" id="step3_h2">Choose prefered document style:</h2>
|
||||
<div class="checkbox-container">
|
||||
<input
|
||||
type="checkbox"
|
||||
@@ -241,7 +241,7 @@
|
||||
|
||||
<!-- Here starts code from step 4-->
|
||||
<div class="step" id="step4" style="display: none">
|
||||
<h2 class="h2">Click to submit:</h2>
|
||||
<h2 class="h2" id="step4_h2">Click to submit:</h2>
|
||||
<button
|
||||
class="submit-btn"
|
||||
id="submitButton"
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<!-- Here starts code from step 5-->
|
||||
<div class="step" id="step5" style="display: none">
|
||||
<h2 class="h2">Change names of the speakers:</h2>
|
||||
<h2 class="h2" id="step5_h2">Change names of the speakers:</h2>
|
||||
|
||||
<div class="speaker-container">
|
||||
<table class="speaker-table">
|
||||
@@ -319,7 +319,7 @@
|
||||
|
||||
<!-- Here starts code from step 6-->
|
||||
<div class="step" id="step6" style="display: none">
|
||||
<h2 class="h2">Click to download your document:</h2>
|
||||
<h2 class="h2" id="step6_h2">Click to download your document:</h2>
|
||||
<button
|
||||
class="download-btn"
|
||||
id="downloadButton"
|
||||
|
||||
Reference in New Issue
Block a user