diff --git a/src/components/Ausweis/AusweisPreviewContainer.svelte b/src/components/Ausweis/AusweisPreviewContainer.svelte index 6c9fab18..5b0720fe 100644 --- a/src/components/Ausweis/AusweisPreviewContainer.svelte +++ b/src/components/Ausweis/AusweisPreviewContainer.svelte @@ -1,7 +1,8 @@ + + +
+ + + +
+ + + + + + +
\ No newline at end of file diff --git a/src/components/Ausweis/Pruefung.svelte b/src/components/Ausweis/Pruefung.svelte new file mode 100644 index 00000000..09e388d8 --- /dev/null +++ b/src/components/Ausweis/Pruefung.svelte @@ -0,0 +1,27 @@ + + +
+ {bereich} - {title} +
+ + {#each bullets as [bullet, check]} +
+ {@html bullet} +
{check ? "✔" : "✘"}
+
+ {/each} + +
+
+ + + \ No newline at end of file diff --git a/src/components/UploadImages.svelte b/src/components/UploadImages.svelte index bd8ed340..fe44eafe 100644 --- a/src/components/UploadImages.svelte +++ b/src/components/UploadImages.svelte @@ -90,7 +90,7 @@ {#if images.filter((image) => image.kategorie === kategorie).length === max} Maximale Anzahl Bilder wurde erreicht. {:else if max > 1} - + {:else} - + {/if} \ No newline at end of file diff --git a/src/components/design/content/WidgetCardTemplate.svelte b/src/components/design/content/WidgetCardTemplate.svelte index a2a5e26f..350b20a5 100644 --- a/src/components/design/content/WidgetCardTemplate.svelte +++ b/src/components/design/content/WidgetCardTemplate.svelte @@ -104,4 +104,5 @@ .check-no { @apply justify-self-end font-bold text-red-700; } + diff --git a/src/layouts/AusweisLayout.astro b/src/layouts/AusweisLayoutDaten.astro similarity index 96% rename from src/layouts/AusweisLayout.astro rename to src/layouts/AusweisLayoutDaten.astro index 37067262..4780549c 100644 --- a/src/layouts/AusweisLayout.astro +++ b/src/layouts/AusweisLayoutDaten.astro @@ -32,7 +32,7 @@ console.log(scroll); document.getElementById('performance-box').style.maxWidth = "688.5px"; document.getElementById('progress-box').style.maxWidth = "688.5px"; - document.getElementById('formInput')?.classList.add('2xl:mt-[370px]'); + document.getElementById('formInput-1')?.classList.add('2xl:mt-[370px]'); @@ -44,7 +44,7 @@ console.log(scroll); document.getElementById('skala').style.borderBottom = "none"; - document.getElementById('formInput')?.classList.remove('2xl:mt-[370px]'); + document.getElementById('formInput-1')?.classList.remove('2xl:mt-[370px]'); diff --git a/src/layouts/AusweisLayoutPruefung.astro b/src/layouts/AusweisLayoutPruefung.astro new file mode 100644 index 00000000..b763b588 --- /dev/null +++ b/src/layouts/AusweisLayoutPruefung.astro @@ -0,0 +1,120 @@ +--- +import "../style/global.css"; +import "../style/formular.css"; +import "../../svelte-dialogs.config" +import Header from "#header/AusweisHeader.astro"; +import Footer from "#footer/Footer.astro"; +import SidebarLeft from "#sidebarLeft/SidebarLeft.astro"; +import { NotificationWrapper } from "@ibcornelsen/ui"; + +export interface Props { + title: string; +} + +const { title } = Astro.props; +--- + + + + + + + + + + + + + + + + + + + + + + + + + {title || 'Energieausweis online erstellen - Online Energieausweis'} + + + + + +
+ +
+ + + +
+ +
+ +
+ +