mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Fixes in language.js and script.js
This commit is contained in:
+371
-421
@@ -1,447 +1,397 @@
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title id="title">Video to document</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/lc-select@1.3.0/themes/light.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="h1-wrapper">
|
||||
<section class="p-menu1">
|
||||
<nav id="navbar" class="navigation" role="navigation">
|
||||
<input id="toggle1" type="checkbox" />
|
||||
<label class="hamburger1" for="toggle1">
|
||||
<div class="top"></div>
|
||||
<div class="meat"></div>
|
||||
<div class="bottom"></div>
|
||||
</label>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title id="title">Video to document</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lc-select@1.3.0/themes/light.css" />
|
||||
</head>
|
||||
|
||||
<nav class="menu1">
|
||||
<button id="customDocBtn" onclick="showCD()">
|
||||
Manage document types
|
||||
</button>
|
||||
<button id="helpBtn" onclick="showHelp()">
|
||||
Help
|
||||
</button>
|
||||
</nav>
|
||||
<body>
|
||||
<div id="h1-wrapper">
|
||||
<section class="p-menu1">
|
||||
<nav id="navbar" class="navigation" role="navigation">
|
||||
<input id="toggle1" type="checkbox" />
|
||||
<label class="hamburger1" for="toggle1">
|
||||
<div class="top"></div>
|
||||
<div class="meat"></div>
|
||||
<div class="bottom"></div>
|
||||
</label>
|
||||
|
||||
<nav class="menu1">
|
||||
<button id="customDocBtn" onclick="showCD()">
|
||||
Manage document types
|
||||
</button>
|
||||
<button id="helpBtn" onclick="showHelp()">
|
||||
Help
|
||||
</button>
|
||||
</nav>
|
||||
</section>
|
||||
<div class="main_h1">
|
||||
</nav>
|
||||
</section>
|
||||
<div class="main_h1">
|
||||
<h1 id="h1">Video to document</h1>
|
||||
</div>
|
||||
|
||||
<div class="gui-language">
|
||||
<select name="language_option" id="language_option"></select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="step-nav">
|
||||
<div class="step-item active" data-step="1" id="step_nav1">1. Step</div>
|
||||
<div class="step-item" data-step="2" id="step_nav2">2. Step</div>
|
||||
<div class="step-item" data-step="3" id="step_nav3">3. Step</div>
|
||||
<div class="step-item" data-step="4" id="step_nav4">4. Step</div>
|
||||
<div class="step-item" data-step="5" id="step_nav5">5. Step</div>
|
||||
<div class="step-item" data-step="6" id="step_nav6">6. Step</div>
|
||||
<div class="gui-language">
|
||||
<select name="language_option" id="language_option"></select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="middleContainerWrapper" class="middle-container-wrapper">
|
||||
<button id="prevBtn" class="navBtn" disabled>←</button>
|
||||
<div class="step-nav">
|
||||
<div class="step-item active" data-step="1" id="step_nav1">1. Step</div>
|
||||
<div class="step-item" data-step="2" id="step_nav2">2. Step</div>
|
||||
<div class="step-item" data-step="3" id="step_nav3">3. Step</div>
|
||||
<div class="step-item" data-step="4" id="step_nav4">4. Step</div>
|
||||
<div class="step-item" data-step="5" id="step_nav5">5. Step</div>
|
||||
<div class="step-item" data-step="6" id="step_nav6">6. Step</div>
|
||||
</div>
|
||||
|
||||
<!-- Visible middle part-->
|
||||
<div class="mitte" id="mitte">
|
||||
<!--Costum document section-->
|
||||
<div class="container" id="cdContainer" style="display: none">
|
||||
<h1 id="cd_h1">Manage document types</h1>
|
||||
<div id="middleContainerWrapper" class="middle-container-wrapper">
|
||||
<button id="prevBtn" class="navBtn" disabled>←</button>
|
||||
|
||||
<label for="existingDocs" id="cd_existingDocs"
|
||||
>Select existing documents (optional):</label
|
||||
>
|
||||
<!--Drop Down-->
|
||||
<select name="existingDocs" id="existingDocs">
|
||||
<option value="newDoc" id="newDoc">
|
||||
-- Create new document --
|
||||
</option>
|
||||
</select>
|
||||
<!-- Visible middle part-->
|
||||
<div class="mitte" id="mitte">
|
||||
<!--Costum document section-->
|
||||
<div class="container" id="cdContainer" style="display: none">
|
||||
<h1 id="cd_h1">Manage document types</h1>
|
||||
|
||||
<div id="docNameWrapper">
|
||||
<label for="docName" id="cd_docName">Document name:</label>
|
||||
<input
|
||||
type="text"
|
||||
id="docName"
|
||||
placeholder="Enter the document name here"
|
||||
/>
|
||||
</div>
|
||||
<label for="existingDocs" id="cd_existingDocs">Select existing documents (optional):</label>
|
||||
<!--Drop Down-->
|
||||
<select name="existingDocs" id="existingDocs">
|
||||
<option value="newDoc" id="newDoc">
|
||||
-- Create new document --
|
||||
</option>
|
||||
</select>
|
||||
|
||||
<label for="prompt" id="cd_promt">Your prompt:</label>
|
||||
<textarea
|
||||
id="prompt"
|
||||
placeholder="Type the prompt for your document here..."
|
||||
></textarea>
|
||||
|
||||
<div class="buttons">
|
||||
<button id="goBackBtn">Return</button>
|
||||
<button id="deleteBtn">Delete document</button>
|
||||
<button id="generateBtn">Save document</button>
|
||||
</div>
|
||||
|
||||
<div id="result"></div>
|
||||
<div id="docNameWrapper">
|
||||
<label for="docName" id="cd_docName">Document name:</label>
|
||||
<input type="text" id="docName" placeholder="Enter the document name here" />
|
||||
</div>
|
||||
|
||||
<!-- Here starts code from the helppage -->
|
||||
|
||||
<div class="containerHelp" id="helpContainer"style="display: none">
|
||||
<!-- FIXER OBERER TEIL -->
|
||||
<div class="top-bar" id="top_bar_help">
|
||||
<button class="back-btn" id="back_btn" onclick="showHelp()">Return</button>
|
||||
|
||||
<h1 id="help_page_h1">Programm tutorial</h1>
|
||||
|
||||
|
||||
<div class="toc-wrapper">
|
||||
<button class="toc-toggle" id="help_page_tableofcontents" onclick="toggleTOC()">Table of contents</button>
|
||||
<div class="toc" id="toc">
|
||||
<a href="#convertVid" id='hp_convertVid' onclick="closeTOC()">Convert video to document</a>
|
||||
<a href="#firstStep" id='hp_firstStep' onclick="closeTOC()">Step 1 - Select video</a>
|
||||
<a href="#secondStep" id='hp_secondStep' onclick="closeTOC()">Step 2 - Configuration</a>
|
||||
<a href="#thirdStep" id='hp_thirdStep' onclick="closeTOC()">Step 3 - Select document type</a>
|
||||
<a href="#fourthStep" id='hp_fourthStep' onclick="closeTOC()">Step 4 - Confirm</a>
|
||||
<a href="#fifthStep" id='hp_fifthStep' onclick="closeTOC()">Step 5 - Identify speakers</a>
|
||||
<a href="#sixthStep" id='hp_sixthStep' onclick="closeTOC()">Step 6 - Save document</a>
|
||||
<a href="#createDoc" id='hp_createDoc' onclick="closeTOC()">Create document type</a>
|
||||
<a href="#editDoc" id='hp_editDoc' onclick="closeTOC()">Edit document type</a>
|
||||
<a href="#deleteDoc" id='hp_deleteDoc' onclick="closeTOC()">Delete document type</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- NUR DIESER TEIL SCROLLT -->
|
||||
<div class="content" id="content">
|
||||
|
||||
<div class="step_hp" id="convertVid">
|
||||
<h2 id="hp_convertVid_h2">Convert video to document.</h2>
|
||||
|
||||
<div class="step_hp" id="firstStep">
|
||||
<h3 id="hp_firstStep_h3">Step 1 - Select video</h3>
|
||||
<p id="hp_firstStep_p">
|
||||
- Drag a video file into the drag-and-drop field or click <strong>“Search video”</strong>,<br>to select a file using your file browser.<br>- Then click <strong>Step 2</strong> or the blue arrow on the right to continue.
|
||||
</p>
|
||||
</div>
|
||||
<div class="step_hp" id="secondStep">
|
||||
<h3 id="hp_secondStep_h3">Step 2 - Configuration</h3>
|
||||
<p id="hp_secondStep_p">
|
||||
- Select the <strong>AI</strong> to be used in the first dropdown menu.<br>- Select the <strong>transcription tool</strong> to be used in the second dropdown menu.<br>- Select the <strong>file format</strong> of the document to be created in the third dropdown menu.<br>- Select the <strong>language</strong> of the document to be created in the fourth dropdown menu.<br>- Then click <strong>Step 3</strong> or the blue arrow on the right to continue.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="step_hp" id="thirdStep">
|
||||
<h3 id="hp_thirdStep_h3">Step 3 - Select document type</h3>
|
||||
<p id="hp_thirdStep_p">
|
||||
Select a document type using the checkbox or choose a previously created document type from the dropdown menu.<br>- Then click <strong>Step 4</strong> or the blue arrow on the right to continue.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="step_hp" id="fourthStep">
|
||||
<h3 id="hp_fourthStep_h3">Step 4 - Confirm</h3>
|
||||
<p id="hp_fourthStep_p">
|
||||
Click <strong>“Submit”</strong> to start the document generation.<br>During processing, four status indicators are displayed that gradually change from red to green and show the current progress:<br><br>Indicator 1: Upload and preparation of the video file.<br>Indicator 2: Transcription of the video content.<br>Indicator 3: AI-based processing and document creation.<br>Indicator 4: Completion of generation and provision of the document.<br><br>After successful completion, click <strong>Step 5</strong> or the blue arrow on the right to continue.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="step_hp" id="fifthStep">
|
||||
<h3 id="hp_fifthStep_h3">Step 5 - Identify speakers</h3>
|
||||
<p id="hp_fifthStep_p">
|
||||
In the dropdown menu, you can select a recognized speaker.<br>Using the play button, you can listen to a spoken sentence to clearly identify the speaker.<br>With the speaker icon, you can adjust the volume.<br>Using the three-dot menu, you can set the playback speed.<br><br>In the text field <strong>“Write name”</strong>, enter the actual name of the speaker so that it is displayed in the document instead of placeholders such as “Speaker A”.<br>Confirm the entry with <strong>“Rename Speaker”</strong>.<br><br>With the <strong>“Rewrite Document”</strong> button, all speaker labels in the document are then replaced.<br><br>After that, click <strong>Step 6</strong> or the blue arrow on the right to continue.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="step_hp" id="sixthStep">
|
||||
<h3 id="hp_sixthStep_h3">Step 6 - Save document</h3>
|
||||
<p id="hp_sixthStep_p">
|
||||
Click <strong>“Download”</strong> to save the document.<br>A file explorer will then open, where you can select the desired storage location.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="step_hp" id="createDoc">
|
||||
<h2 id="hp_createDoc_h2">Create document type</h2>
|
||||
<p id="hp_createDoc_p">
|
||||
- Open the burger menu at the top left and select <strong>“Manage document types”</strong>.<br>- Then select the option <strong>“-- Create new document type --”</strong> from the dropdown menu.<br>- Enter a descriptive name for the new document type.<br>- Carefully formulate the prompt for the AI-based processing.<br>- Click <strong>Save document type</strong>.<br><br><strong>Note:</strong><br>The entered prompt is transmitted unchanged to an AI service. Therefore, make sure to comply with applicable data protection regulations and do not enter any sensitive or personal data.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="step_hp" id="editDoc">
|
||||
<h2 id="hp_editDoc_h2">Edit document type</h2>
|
||||
<p id="hp_editDoc_p">
|
||||
- Open the burger menu at the top left and select <strong>“Manage document types”</strong>.<br>- Then select the document type to be edited from the dropdown menu.<br>- Revise the existing AI prompt or formulate a new prompt.<br>- Finally, click <strong>“Save document type”</strong>.<br><br><strong>Note:</strong><br>The entered prompt is transmitted unchanged to an AI service. Therefore, make sure to comply with applicable data protection regulations and do not enter any sensitive or personal data.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="step_hp" id="deleteDoc">
|
||||
<h2 id="hp_deleteDoc_h2">Delete document type</h2>
|
||||
<p id="hp_deleteDoc_p">
|
||||
- Open the burger menu at the top left and select <strong>“Manage document types”</strong>.<br>- Then select the document type to be deleted from the dropdown menu.<br>- Finally, click <strong>“Delete document type”</strong>.<br><br><strong>Note:</strong><br>After confirming the deletion process, the document type cannot be restored.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<label for="prompt" id="cd_promt">Your prompt:</label>
|
||||
<textarea id="prompt" placeholder="Type the prompt for your document here..."></textarea>
|
||||
|
||||
<div class="buttons">
|
||||
<button id="goBackBtn">Return</button>
|
||||
<button id="deleteBtn">Delete document</button>
|
||||
<button id="generateBtn">Save document</button>
|
||||
</div>
|
||||
|
||||
<!-- Here starts code from step 1-->
|
||||
<div class="step" id="step1">
|
||||
<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>
|
||||
<div class="file-name" id="fileName">No video chosen</div>
|
||||
<div id="thumbnailContainer">
|
||||
<img id="thumbnailImage" style="display: none" />
|
||||
<div id="result"></div>
|
||||
</div>
|
||||
|
||||
<!-- Here starts code from the helppage -->
|
||||
|
||||
<div class="containerHelp" id="helpContainer" style="display: none">
|
||||
<!-- FIXER OBERER TEIL -->
|
||||
<div class="top-bar" id="top_bar_help">
|
||||
<button class="back-btn" id="back_btn" onclick="showHelp()">Return</button>
|
||||
|
||||
<h1 id="help_page_h1">Programm tutorial</h1>
|
||||
|
||||
|
||||
<div class="toc-wrapper">
|
||||
<button class="toc-toggle" id="help_page_tableofcontents" onclick="toggleTOC()">Table of contents</button>
|
||||
<div class="toc" id="toc">
|
||||
<a href="#convertVid" id='hp_convertVid' onclick="closeTOC()">Convert video to document</a>
|
||||
<a href="#firstStep" id='hp_firstStep' onclick="closeTOC()">Step 1 - Select video</a>
|
||||
<a href="#secondStep" id='hp_secondStep' onclick="closeTOC()">Step 2 - Configuration</a>
|
||||
<a href="#thirdStep" id='hp_thirdStep' onclick="closeTOC()">Step 3 - Select document type</a>
|
||||
<a href="#fourthStep" id='hp_fourthStep' onclick="closeTOC()">Step 4 - Confirm</a>
|
||||
<a href="#fifthStep" id='hp_fifthStep' onclick="closeTOC()">Step 5 - Identify speakers</a>
|
||||
<a href="#sixthStep" id='hp_sixthStep' onclick="closeTOC()">Step 6 - Save document</a>
|
||||
<a href="#createDoc" id='hp_createDoc' onclick="closeTOC()">Create document type</a>
|
||||
<a href="#editDoc" id='hp_editDoc' onclick="closeTOC()">Edit document type</a>
|
||||
<a href="#deleteDoc" id='hp_deleteDoc' onclick="closeTOC()">Delete document type</a>
|
||||
</div>
|
||||
<button class="custom-btn" id="manualUploadBtn">
|
||||
Search video
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- NUR DIESER TEIL SCROLLT -->
|
||||
<div class="content" id="content">
|
||||
|
||||
<div class="step_hp" id="convertVid">
|
||||
<h2 id="hp_convertVid_h2">Convert video to document.</h2>
|
||||
|
||||
<div class="step_hp" id="firstStep">
|
||||
<h3 id="hp_firstStep_h3">Step 1 - Select video</h3>
|
||||
<p id="hp_firstStep_p">
|
||||
- Drag a video file into the drag-and-drop field or click <strong>“Search video”</strong>,<br>to select
|
||||
a file using your file browser.<br>- Then click <strong>Step 2</strong> or the blue arrow on the right
|
||||
to continue.
|
||||
</p>
|
||||
</div>
|
||||
<div class="step_hp" id="secondStep">
|
||||
<h3 id="hp_secondStep_h3">Step 2 - Configuration</h3>
|
||||
<p id="hp_secondStep_p">
|
||||
- Select the <strong>AI</strong> to be used in the first dropdown menu.<br>- Select the
|
||||
<strong>transcription tool</strong> to be used in the second dropdown menu.<br>- Select the <strong>file
|
||||
format</strong> of the document to be created in the third dropdown menu.<br>- Select the
|
||||
<strong>language</strong> of the document to be created in the fourth dropdown menu.<br>- Then click
|
||||
<strong>Step 3</strong> or the blue arrow on the right to continue.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="step_hp" id="thirdStep">
|
||||
<h3 id="hp_thirdStep_h3">Step 3 - Select document type</h3>
|
||||
<p id="hp_thirdStep_p">
|
||||
Select a document type using the checkbox or choose a previously created document type from the dropdown
|
||||
menu.<br>- Then click <strong>Step 4</strong> or the blue arrow on the right to continue.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="step_hp" id="fourthStep">
|
||||
<h3 id="hp_fourthStep_h3">Step 4 - Confirm</h3>
|
||||
<p id="hp_fourthStep_p">
|
||||
Click <strong>“Submit”</strong> to start the document generation.<br>During processing, four status
|
||||
indicators are displayed that gradually change from red to green and show the current
|
||||
progress:<br><br>Indicator 1: Upload and preparation of the video file.<br>Indicator 2: Transcription of
|
||||
the video content.<br>Indicator 3: AI-based processing and document creation.<br>Indicator 4: Completion
|
||||
of generation and provision of the document.<br><br>After successful completion, click <strong>Step
|
||||
5</strong> or the blue arrow on the right to continue.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="step_hp" id="fifthStep">
|
||||
<h3 id="hp_fifthStep_h3">Step 5 - Identify speakers</h3>
|
||||
<p id="hp_fifthStep_p">
|
||||
In the dropdown menu, you can select a recognized speaker.<br>Using the play button, you can listen to a
|
||||
spoken sentence to clearly identify the speaker.<br>With the speaker icon, you can adjust the
|
||||
volume.<br>Using the three-dot menu, you can set the playback speed.<br><br>In the text field
|
||||
<strong>“Write name”</strong>, enter the actual name of the speaker so that it is displayed in the
|
||||
document instead of placeholders such as “Speaker A”.<br>Confirm the entry with <strong>“Rename
|
||||
Speaker”</strong>.<br><br>With the <strong>“Rewrite Document”</strong> button, all speaker labels in
|
||||
the document are then replaced.<br><br>After that, click <strong>Step 6</strong> or the blue arrow on
|
||||
the right to continue.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="step_hp" id="sixthStep">
|
||||
<h3 id="hp_sixthStep_h3">Step 6 - Save document</h3>
|
||||
<p id="hp_sixthStep_p">
|
||||
Click <strong>“Download”</strong> to save the document.<br>A file explorer will then open, where you can
|
||||
select the desired storage location.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="step_hp" id="createDoc">
|
||||
<h2 id="hp_createDoc_h2">Create document type</h2>
|
||||
<p id="hp_createDoc_p">
|
||||
- Open the burger menu at the top left and select <strong>“Manage document types”</strong>.<br>- Then
|
||||
select the option <strong>“-- Create new document type --”</strong> from the dropdown menu.<br>- Enter a
|
||||
descriptive name for the new document type.<br>- Carefully formulate the prompt for the AI-based
|
||||
processing.<br>- Click <strong>Save document type</strong>.<br><br><strong>Note:</strong><br>The entered
|
||||
prompt is transmitted unchanged to an AI service. Therefore, make sure to comply with applicable data
|
||||
protection regulations and do not enter any sensitive or personal data.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="step_hp" id="editDoc">
|
||||
<h2 id="hp_editDoc_h2">Edit document type</h2>
|
||||
<p id="hp_editDoc_p">
|
||||
- Open the burger menu at the top left and select <strong>“Manage document types”</strong>.<br>- Then
|
||||
select the document type to be edited from the dropdown menu.<br>- Revise the existing AI prompt or
|
||||
formulate a new prompt.<br>- Finally, click <strong>“Save document
|
||||
type”</strong>.<br><br><strong>Note:</strong><br>The entered prompt is transmitted unchanged to an AI
|
||||
service. Therefore, make sure to comply with applicable data protection regulations and do not enter any
|
||||
sensitive or personal data.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="step_hp" id="deleteDoc">
|
||||
<h2 id="hp_deleteDoc_h2">Delete document type</h2>
|
||||
<p id="hp_deleteDoc_p">
|
||||
- Open the burger menu at the top left and select <strong>“Manage document types”</strong>.<br>- Then
|
||||
select the document type to be deleted from the dropdown menu.<br>- Finally, click <strong>“Delete
|
||||
document type”</strong>.<br><br><strong>Note:</strong><br>After confirming the deletion process, the
|
||||
document type cannot be restored.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Here starts code from step 1-->
|
||||
<div class="step" id="step1">
|
||||
<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>
|
||||
<div class="file-name" id="fileName">No video chosen</div>
|
||||
<div id="thumbnailContainer">
|
||||
<img id="thumbnailImage" style="display: none" />
|
||||
</div>
|
||||
<button class="custom-btn" id="manualUploadBtn">
|
||||
Search video
|
||||
</button>
|
||||
<input type="file" id="videoUpload" accept="video/*" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Here starts code from step 2-->
|
||||
<div class="step" id="step2" style="display: none">
|
||||
<h2 class="h2" id="step2_h2">Choose your preferences:</h2>
|
||||
<div class="step2-form">
|
||||
<div class="KI-wrapper">
|
||||
<label id="labelKI">Select ki:</label>
|
||||
<select name="ai_type" id="ai_type"></select>
|
||||
</div>
|
||||
|
||||
<div class="transcript-wrap">
|
||||
<label id="labelTranscription">Select transcription:</label>
|
||||
<select name="transkript_type" id="transkript_type"></select>
|
||||
</div>
|
||||
|
||||
<div class="type-wrapper">
|
||||
<label id="labelType">Select type:</label>
|
||||
<select name="output_type" id="output_type">
|
||||
<option value="pdf">.pdf</option>
|
||||
<option value="docx">.docx</option>
|
||||
<option value="txt">.txt</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="language-wrapper">
|
||||
<label id="labelLanguage">Select language:</label>
|
||||
|
||||
<select name="document_language_option" id="document_language_option"></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Here starts code from step 3-->
|
||||
|
||||
<!-- 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" id="step3_h2">Choose prefered document style:</h2>
|
||||
<div class="checkbox-container">
|
||||
<input type="checkbox" name="docFormat" id="docFormat" value="followup-report" />
|
||||
<label id="label_format" for="docFormat">Follow-up Report</label>
|
||||
<div class="figure1">
|
||||
<img class="img-icon" src="icons/question-mark-button-icon--free-clip-art-30.png" />
|
||||
<img class="img-hover1" src="icons/follow_up_report_example.png" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="checkbox-container">
|
||||
<input type="checkbox" name="docFormat" id="docFormatSummary1" value="agenda" />
|
||||
<label id="label_summary" for="docFormatSummary">Agenda</label>
|
||||
<div class="figure2">
|
||||
<img class="img-icon" src="icons/question-mark-button-icon--free-clip-art-30.png" />
|
||||
<img class="img-hover2" src="icons/agenda_example.png" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="checkbox-container">
|
||||
<input type="checkbox" name="docFormat" id="docFormatSummary2" value="result-protocol" />
|
||||
<label id="label_summary_result" for="docFormatSummary">Resultprotocol</label>
|
||||
<div class="figure3">
|
||||
<img class="img-icon" src="icons/question-mark-button-icon--free-clip-art-30.png" />
|
||||
<img class="img-hover3" src="icons/result_protocol_example.png" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="checkbox-container">
|
||||
<input type="checkbox" name="docFormat" id="docFormatSummary3" value="sprint-planning" />
|
||||
<label id="label_summary_note" for="docFormatSummary">Sprint Planning Note</label>
|
||||
<div class="figure4">
|
||||
<img class="img-icon" src="icons/question-mark-button-icon--free-clip-art-30.png" />
|
||||
<img class="img-hover4" src="icons/sprint_planning_note_example.png" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="checkbox-container">
|
||||
<input type="checkbox" name="docFormat" id="docFormatCustom" value="custom" />
|
||||
<select name="customDocumentTypes" id="customDocumentTypes"></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Here starts code from step 4-->
|
||||
<div class="step" id="step4" style="display: none">
|
||||
<h2 class="h2" id="step4_h2">Click to submit:</h2>
|
||||
<button class="submit-btn" id="submitButton" onclick="checkBoxes()" disabled>
|
||||
Submit
|
||||
</button>
|
||||
|
||||
<div class="testy" id="testy">
|
||||
<div class="box2" id="box1"></div>
|
||||
<p id="box1_p1">---Starting---</p>
|
||||
<div class="box2" id="box2"></div>
|
||||
<p id="box2_p2">---Transkribing---</p>
|
||||
<div class="box2" id="box3"></div>
|
||||
<p id="box3_p3">---Document creation---</p>
|
||||
<div class="box2" id="box4"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Here starts code from step 5-->
|
||||
<div class="step" id="step5" style="display: none">
|
||||
<h2 class="h2" id="step5_h2">Change names of the speakers:</h2>
|
||||
|
||||
<div class="speaker-container">
|
||||
<table class="speaker-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="label-cell">
|
||||
<label id="labelSpeaker" for="cur_speaker">Select Speaker:</label>
|
||||
</td>
|
||||
<td class="input-cell">
|
||||
<select name="cur_speaker" id="cur_speaker"></select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label-cell">
|
||||
<label id="labelSpeakerAudio">Speaker Audio:</label>
|
||||
</td>
|
||||
<td class="input-cell">
|
||||
<audio controls id="speakerAudioViewer">
|
||||
Currently there is no audio file here.
|
||||
</audio>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label-cell">
|
||||
<label id="labelSpeakerWriter" for="newSpeaker">New Name:</label>
|
||||
</td>
|
||||
<td class="input-cell">
|
||||
<input type="text" id="newSpeaker" placeholder="Enter new speaker name" />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="speaker-button-group">
|
||||
<button id="speakerLocker" onclick="rewriteSpeakerName()">
|
||||
Rename Speaker
|
||||
</button>
|
||||
<button id="speakerResender" onclick="sendSpeakerPackages()">
|
||||
Rewrite Document
|
||||
</button>
|
||||
<input type="file" id="videoUpload" accept="video/*" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Here starts code from step 2-->
|
||||
<div class="step" id="step2" style="display: none">
|
||||
<h2 class="h2" id="step2_h2">Choose your preferences:</h2>
|
||||
<div class="step2-form">
|
||||
<div class="KI-wrapper">
|
||||
<label id="labelKI">Select ki:</label>
|
||||
<select name="ai_type" id="ai_type"></select>
|
||||
</div>
|
||||
|
||||
<div class="transcript-wrap">
|
||||
<label id="labelTranscription">Select transcription:</label>
|
||||
<select name="transkript_type" id="transkript_type"></select>
|
||||
</div>
|
||||
|
||||
<div class="type-wrapper">
|
||||
<label id="labelType">Select type:</label>
|
||||
<select name="output_type" id="output_type">
|
||||
<option value="pdf">.pdf</option>
|
||||
<option value="docx">.docx</option>
|
||||
<option value="txt">.txt</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="language-wrapper">
|
||||
<label id="labelLanguage">Select language:</label>
|
||||
|
||||
<select
|
||||
name="document_language_option"
|
||||
id="document_language_option"
|
||||
></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Here starts code from step 3-->
|
||||
|
||||
<!-- 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" id="step3_h2">Choose prefered document style:</h2>
|
||||
<div class="checkbox-container">
|
||||
<input
|
||||
type="checkbox"
|
||||
name="docFormat"
|
||||
id="docFormat"
|
||||
value="followup-report"
|
||||
/>
|
||||
<label id="label_format" for="docFormat">Follow-up Report</label>
|
||||
<div class="figure1">
|
||||
<img
|
||||
class="img-icon"
|
||||
src="icons/question-mark-button-icon--free-clip-art-30.png"
|
||||
/>
|
||||
<img
|
||||
class="img-hover1"
|
||||
src="icons/follow_up_report_example.png"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="checkbox-container">
|
||||
<input
|
||||
type="checkbox"
|
||||
name="docFormat"
|
||||
id="docFormatSummary1"
|
||||
value="agenda"
|
||||
/>
|
||||
<label id="label_summary" for="docFormatSummary">Agenda</label>
|
||||
<div class="figure2">
|
||||
<img
|
||||
class="img-icon"
|
||||
src="icons/question-mark-button-icon--free-clip-art-30.png"
|
||||
/>
|
||||
<img class="img-hover2" src="icons/agenda_example.png" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="checkbox-container">
|
||||
<input
|
||||
type="checkbox"
|
||||
name="docFormat"
|
||||
id="docFormatSummary2"
|
||||
value="result-protocol"
|
||||
/>
|
||||
<label id="label_summary" for="docFormatSummary"
|
||||
>Resultprotocol</label
|
||||
>
|
||||
<div class="figure3">
|
||||
<img
|
||||
class="img-icon"
|
||||
src="icons/question-mark-button-icon--free-clip-art-30.png"
|
||||
/>
|
||||
<img
|
||||
class="img-hover3"
|
||||
src="icons/result_protocol_example.png"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="checkbox-container">
|
||||
<input
|
||||
type="checkbox"
|
||||
name="docFormat"
|
||||
id="docFormatSummary3"
|
||||
value="sprint-planning"
|
||||
/>
|
||||
<label id="label_summary" for="docFormatSummary"
|
||||
>Sprint Planning Note</label
|
||||
>
|
||||
<div class="figure4">
|
||||
<img
|
||||
class="img-icon"
|
||||
src="icons/question-mark-button-icon--free-clip-art-30.png"
|
||||
/>
|
||||
<img
|
||||
class="img-hover4"
|
||||
src="icons/sprint_planning_note_example.png"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="checkbox-container">
|
||||
<input
|
||||
type="checkbox"
|
||||
name="docFormat"
|
||||
id="docFormatCustom"
|
||||
value="custom"
|
||||
/>
|
||||
<select
|
||||
name="customDocumentTypes"
|
||||
id="customDocumentTypes"
|
||||
></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Here starts code from step 4-->
|
||||
<div class="step" id="step4" style="display: none">
|
||||
<h2 class="h2" id="step4_h2">Click to submit:</h2>
|
||||
<button
|
||||
class="submit-btn"
|
||||
id="submitButton"
|
||||
onclick="checkBoxes()"
|
||||
disabled
|
||||
>
|
||||
Submit
|
||||
</button>
|
||||
|
||||
<div class="testy" id="testy">
|
||||
<div class="box2" id="box1"></div>
|
||||
<p id="box1_p1">---Starting---</p>
|
||||
<div class="box2" id="box2"></div>
|
||||
<p id="box2_p2">---Transkribing---</p>
|
||||
<div class="box2" id="box3"></div>
|
||||
<p id="box3_p3">---Document creation---</p>
|
||||
<div class="box2" id="box4"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Here starts code from step 5-->
|
||||
<div class="step" id="step5" style="display: none">
|
||||
<h2 class="h2" id="step5_h2">Change names of the speakers:</h2>
|
||||
|
||||
<div class="speaker-container">
|
||||
<table class="speaker-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="label-cell">
|
||||
<label id="labelSpeaker" for="cur_speaker"
|
||||
>Select Speaker:</label
|
||||
>
|
||||
</td>
|
||||
<td class="input-cell">
|
||||
<select name="cur_speaker" id="cur_speaker"></select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label-cell">
|
||||
<label id="labelSpeakerAudio">Speaker Audio:</label>
|
||||
</td>
|
||||
<td class="input-cell">
|
||||
<audio controls id="speakerAudioViewer">
|
||||
Currently there is no audio file here.
|
||||
</audio>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label-cell">
|
||||
<label id="labelSpeakerWriter" for="newSpeaker"
|
||||
>New Name:</label
|
||||
>
|
||||
</td>
|
||||
<td class="input-cell">
|
||||
<input
|
||||
type="text"
|
||||
id="newSpeaker"
|
||||
placeholder="Enter new speaker name"
|
||||
/>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="speaker-button-group">
|
||||
<button id="speakerLocker" onclick="rewriteSpeakerName()">
|
||||
Rename Speaker
|
||||
</button>
|
||||
<button id="speakerResender" onclick="sendSpeakerPackages()">
|
||||
Rewrite Document
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Here starts code from step 6-->
|
||||
<div class="step" id="step6" style="display: none">
|
||||
<h2 class="h2" id="step6_h2">Click to download your document:</h2>
|
||||
<button
|
||||
class="download-btn"
|
||||
id="downloadButton"
|
||||
onclick="fileDownload()"
|
||||
>
|
||||
Download
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button id="nextBtn" class="navBtn">→</button>
|
||||
<!-- Here starts code from step 6-->
|
||||
<div class="step" id="step6" style="display: none">
|
||||
<h2 class="h2" id="step6_h2">Click to download your document:</h2>
|
||||
<button class="download-btn" id="downloadButton" onclick="fileDownload()">
|
||||
Download
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://cdn.jsdelivr.net/npm/lc-select@1.3.0/lc_select.min.js"></script>
|
||||
<script src="languages.js"></script>
|
||||
<script src="script.js"></script>
|
||||
<script src="./renderer.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<button id="nextBtn" class="navBtn">→</button>
|
||||
</div>
|
||||
<script src="https://cdn.jsdelivr.net/npm/lc-select@1.3.0/lc_select.min.js"></script>
|
||||
<script src="languages.js"></script>
|
||||
<script src="script.js"></script>
|
||||
<script src="./renderer.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -10,8 +10,10 @@ var languageOptions = {
|
||||
"fileName": "No video chosen",
|
||||
"manualUploadBtn": "Search video",
|
||||
"checkbox_group": "Choose preferred document style:",
|
||||
"label_format": "Meeting report",
|
||||
"label_summary": "Summary with timestamps",
|
||||
"label_format": "Follow-up Report",
|
||||
"label_summary": "Agenda",
|
||||
"label_summary_result": "Resultprotocol",
|
||||
"label_summary_note" : "Sprint Planning Note",
|
||||
"submitButton": "Submit",
|
||||
"step_nav1": "Step 1",
|
||||
"step_nav2": "Step 2",
|
||||
@@ -100,8 +102,10 @@ var languageOptions = {
|
||||
"fileName": "Kein Video ausgewählt",
|
||||
"manualUploadBtn": "Video suchen",
|
||||
"checkbox_group": "Bevorzugte Dokumentvarianten:",
|
||||
"label_format": "Meeting Bericht",
|
||||
"label_summary": "Zusammenfassung mit Zeitstempeln",
|
||||
"label_format": "Folgebericht",
|
||||
"label_summary": "Agenda",
|
||||
"label_summary_result": "Ergebnisprotokoll",
|
||||
"label_summary_note" : "Sprint-Planungshinweis",
|
||||
"submitButton": "Absenden",
|
||||
"step_nav1": "Schritt 1",
|
||||
"step_nav2": "Schritt 2",
|
||||
@@ -189,8 +193,10 @@ var languageOptions = {
|
||||
"fileName": "कोई वीडियो नहीं चुना गया",
|
||||
"manualUploadBtn": "वीडियो खोजें",
|
||||
"checkbox_group": "पसंदीदा दस्तावेज़ शैली चुनें:",
|
||||
"label_format": "बैठक रिपोर्ट",
|
||||
"label_summary": "टाइमस्टैम्प के साथ सारांश",
|
||||
"label_format": "अनुवर्ती रिपोर्ट",
|
||||
"label_summary": "कार्यसूची",
|
||||
"label_summary_result": "परिणाम प्रोटोकॉल",
|
||||
"label_summary_note" : "स्प्रिंट योजना नोट",
|
||||
"submitButton": "जमा करें",
|
||||
"step_nav1": "स्टेप 1",
|
||||
"step_nav2": "स्टेप 2",
|
||||
@@ -267,7 +273,7 @@ var languageOptions = {
|
||||
"hp_deleteDoc_p" : "- ऊपर बाएँ कोने में बर्गर मेनू खोलें और <strong>“दस्तावेज़ प्रकार प्रबंधित करें”</strong> चुनें।<br>- फिर ड्रॉपडाउन मेनू से हटाए जाने वाले दस्तावेज़ प्रकार को चुनें।<br>- अंत में <strong>“दस्तावेज़ प्रकार हटाएँ”</strong> पर क्लिक करें।<br><br><strong>नोट:</strong><br>हटाने की प्रक्रिया की पुष्टि करने के बाद, दस्तावेज़ प्रकार को पुनर्स्थापित नहीं किया जा सकता।"
|
||||
|
||||
|
||||
},
|
||||
}/*,
|
||||
"cz":{
|
||||
"flagPath": "flags/czechia-flag-png-large.png",
|
||||
"labelKI": "Vyberte AI:",
|
||||
@@ -441,5 +447,5 @@ var languageOptions = {
|
||||
"hp_editDoc_p" : "- Откройте меню-бургер в левом верхнем углу и выберите пункт <strong>«Управление типами документов»</strong>.<br>- Затем в выпадающем меню выберите тип документа для редактирования.<br>- Измените существующий запрос ИИ или сформулируйте новый запрос.<br>- В конце нажмите <strong>«Сохранить тип документа»</strong>.<br><br><strong>Примечание:</strong><br>Введенный запрос без изменений передается службе ИИ. Поэтому обязательно соблюдайте действующие правила защиты данных и не вводите никакие чувствительные или персональные данные.",
|
||||
"hp_deleteDoc_p" : "- Откройте меню-бургер в левом верхнем углу и выберите пункт <strong>«Управление типами документов»</strong>.<br>- Затем в выпадающем меню выберите тип документа для удаления.<br>- В конце нажмите <strong>«Удалить тип документа»</strong>.<br><br><strong>Примечание:</strong><br>После подтверждения процесса удаления тип документа не может быть восстановлен."
|
||||
}
|
||||
|
||||
*/
|
||||
};
|
||||
+44
-32
@@ -8,44 +8,54 @@ Functions used in the setup or affect most of the gui
|
||||
//For managing the displaying of the costum document section
|
||||
var showCDValue = 0;
|
||||
function showCD() {
|
||||
if(showCDValue == 0){
|
||||
document.getElementById('cdContainer').style.display = "block";
|
||||
document.getElementById('helpContainer').style.display = "none";
|
||||
document.getElementById('step1').style.display ="none";
|
||||
document.getElementById('step2').style.display ="none";
|
||||
document.getElementById('step3').style.display ="none";
|
||||
document.getElementById('step4').style.display ="none";
|
||||
document.getElementById('step5').style.display ="none";
|
||||
document.getElementById('step6').style.display ="none";
|
||||
showCDValue = 1;
|
||||
showHelpValue = 0;
|
||||
} else {
|
||||
currentStep = 1;
|
||||
showCDValue = 0;
|
||||
document.getElementById('cdContainer').style.display = "none";
|
||||
showStep(1);
|
||||
try {
|
||||
if(showCDValue == 0){
|
||||
document.getElementById('cdContainer').style.display = "block";
|
||||
document.getElementById('helpContainer').style.display = "none";
|
||||
document.getElementById('step1').style.display ="none";
|
||||
document.getElementById('step2').style.display ="none";
|
||||
document.getElementById('step3').style.display ="none";
|
||||
document.getElementById('step4').style.display ="none";
|
||||
document.getElementById('step5').style.display ="none";
|
||||
document.getElementById('step6').style.display ="none";
|
||||
showCDValue = 1;
|
||||
showHelpValue = 0;
|
||||
} else {
|
||||
currentStep = 1;
|
||||
showCDValue = 0;
|
||||
document.getElementById('cdContainer').style.display = "none";
|
||||
showStep(1);
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
var showHelpValue = 0;
|
||||
function showHelp() {
|
||||
if(showHelpValue == 0){
|
||||
document.getElementById('helpContainer').style.display = "flex";
|
||||
document.getElementById('cdContainer').style.display = "none";
|
||||
document.getElementById('step1').style.display ="none";
|
||||
document.getElementById('step2').style.display ="none";
|
||||
document.getElementById('step3').style.display ="none";
|
||||
document.getElementById('step4').style.display ="none";
|
||||
document.getElementById('step5').style.display ="none";
|
||||
document.getElementById('step6').style.display ="none";
|
||||
showHelpValue = 1;
|
||||
} else {
|
||||
currentStep = 1;
|
||||
showHelpValue = 0;
|
||||
showCDValue = 0;
|
||||
document.getElementById('helpContainer').style.display = "none";
|
||||
showStep(1);
|
||||
try {
|
||||
if(showHelpValue == 0){
|
||||
document.getElementById('helpContainer').style.display = "flex";
|
||||
document.getElementById('cdContainer').style.display = "none";
|
||||
document.getElementById('step1').style.display ="none";
|
||||
document.getElementById('step2').style.display ="none";
|
||||
document.getElementById('step3').style.display ="none";
|
||||
document.getElementById('step4').style.display ="none";
|
||||
document.getElementById('step5').style.display ="none";
|
||||
document.getElementById('step6').style.display ="none";
|
||||
showHelpValue = 1;
|
||||
} else {
|
||||
currentStep = 1;
|
||||
showHelpValue = 0;
|
||||
showCDValue = 0;
|
||||
document.getElementById('helpContainer').style.display = "none";
|
||||
showStep(1);
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//language changing feature => changes the language of every displayed text
|
||||
@@ -61,6 +71,8 @@ function changeLanguage(language) {
|
||||
document.getElementById('manualUploadBtn').textContent = languageOptions[language].manualUploadBtn;
|
||||
document.getElementById('label_format').textContent = languageOptions[language].label_format;
|
||||
document.getElementById('label_summary').textContent = languageOptions[language].label_summary;
|
||||
document.getElementById('label_summary_result').textContent = languageOptions[language].label_summary_result;
|
||||
document.getElementById('label_summary_note').textContent = languageOptions[language].label_summary_note;
|
||||
document.getElementById('submitButton').textContent = languageOptions[language].submitButton;
|
||||
document.getElementById('step_nav1').textContent = languageOptions[language].step_nav1;
|
||||
document.getElementById('step_nav2').textContent = languageOptions[language].step_nav2;
|
||||
|
||||
Reference in New Issue
Block a user