From edce3ca5a32e6d97948cc39dce9669eef87c9645 Mon Sep 17 00:00:00 2001 From: Robert Jagtiani Date: Thu, 3 Apr 2025 22:44:05 +0200 Subject: [PATCH] . --- .../widgets/WelcherAusweisWidget_IBC.svelte | 426 ------------------ .../widgets/WidgetCardTemplate_IBC.svelte | 103 ----- 2 files changed, 529 deletions(-) delete mode 100644 src/components/widgets/WelcherAusweisWidget_IBC.svelte delete mode 100644 src/components/widgets/WidgetCardTemplate_IBC.svelte diff --git a/src/components/widgets/WelcherAusweisWidget_IBC.svelte b/src/components/widgets/WelcherAusweisWidget_IBC.svelte deleted file mode 100644 index 39ad53bc..00000000 --- a/src/components/widgets/WelcherAusweisWidget_IBC.svelte +++ /dev/null @@ -1,426 +0,0 @@ - - -
- - -
- - -
- -
-
Anlass
- -
- -
-
Gebäudetyp
- -
- - {#if twoBoxReason.includes(anlass)} -
-
Sanierungsstand
- -
- {/if} - -
- - {#if twoBoxReason.includes(anlass)} -
-
-
Baujahr
- -
- -
-
Heizungsalter
- -
- -
-
Wohneinheiten
- -
- -
-
Leerstand
- -
-
- {/if} - -
- {#if twoBoxReason.includes(anlass) && (gebaeudetyp != "Gewerbegebäude") && (ausnahme === false)} - -
- -
- {/if} - - {#if twoBoxReason.includes(anlass) && (gebaeudetyp != "Gewerbegebäude")} -
- -
- {/if} - - {#if twoBoxReason.includes(anlass) && gewerbeHouse.includes(gebaeudetyp) && (leerStand != "mehr als 30")} -
- - -
- {/if} - - {#if twoBoxReason.includes(anlass) && gewerbeHouse.includes(gebaeudetyp)} -
- -
- {/if} - - {#if (anlass != "bitte auswählen") && !twoBoxReason.includes(anlass) && (gebaeudetyp != "Gewerbegebäude")} -
- - -
- {/if} - - {#if (anlass != "bitte auswählen") && !twoBoxReason.includes(anlass) && gewerbeHouse.includes(gebaeudetyp)} -
- - -
- {/if} - -
-
-
- - diff --git a/src/components/widgets/WidgetCardTemplate_IBC.svelte b/src/components/widgets/WidgetCardTemplate_IBC.svelte deleted file mode 100644 index d47b482c..00000000 --- a/src/components/widgets/WidgetCardTemplate_IBC.svelte +++ /dev/null @@ -1,103 +0,0 @@ - - - -{#if empfehlung=="ja"} -
Empfehlung
-{/if} -

{name}

- - -
-
{variant}
- -
-

- ab {price} € -

-
- -
- -
- {cta} - - Produkt-Übersicht - -
- -
- - {#each services as [service, check]} -
- {@html service} -
{check ? "✔" : "✘"}
-
- {/each} - -
- - -