From 753072c0745a0ccc5c87ee09fc3535f75bdf3e22 Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:15:47 +0100 Subject: [PATCH] Formularseiten Immowelt --- public/images/header/logo_immowelt.svg | 7 + src/astro-typesafe-api-caller.ts | 2 +- .../design/header/AusweisHeaderImmowelt.astro | 86 ++++++++++ .../header/AusweisHeaderImmowelt2.astro | 86 ++++++++++ src/layouts/AusweisLayoutDatenImmowelt.astro | 156 ++++++++++++++++++ src/layouts/AusweisLayoutDatenImmowelt2.astro | 156 ++++++++++++++++++ src/pages/immowelt/index.astro | 80 +++++++++ .../verbrauchsausweis-erstellen/index.astro | 80 +++++++++ tailwind.config.cjs | 2 + 9 files changed, 654 insertions(+), 1 deletion(-) create mode 100644 public/images/header/logo_immowelt.svg create mode 100644 src/components/design/header/AusweisHeaderImmowelt.astro create mode 100644 src/components/design/header/AusweisHeaderImmowelt2.astro create mode 100644 src/layouts/AusweisLayoutDatenImmowelt.astro create mode 100644 src/layouts/AusweisLayoutDatenImmowelt2.astro create mode 100644 src/pages/immowelt/index.astro create mode 100644 src/pages/immowelt/verbrauchsausweis-erstellen/index.astro diff --git a/public/images/header/logo_immowelt.svg b/public/images/header/logo_immowelt.svg new file mode 100644 index 00000000..7937a005 --- /dev/null +++ b/public/images/header/logo_immowelt.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/astro-typesafe-api-caller.ts b/src/astro-typesafe-api-caller.ts index c12f37e9..d0eba2c3 100644 --- a/src/astro-typesafe-api-caller.ts +++ b/src/astro-typesafe-api-caller.ts @@ -5,10 +5,10 @@ export const createCaller = createCallerFactory({ "postleitzahlen": await import("../src/pages/api/postleitzahlen.ts"), "aufnahme/[uid]": await import("../src/pages/api/aufnahme/[uid].ts"), "aufnahme": await import("../src/pages/api/aufnahme/index.ts"), - "bedarfsausweis-wohnen": await import("../src/pages/api/bedarfsausweis-wohnen/index.ts"), "auth/access-token": await import("../src/pages/api/auth/access-token.ts"), "auth/forgot-password": await import("../src/pages/api/auth/forgot-password.ts"), "auth/refresh-token": await import("../src/pages/api/auth/refresh-token.ts"), + "bedarfsausweis-wohnen": await import("../src/pages/api/bedarfsausweis-wohnen/index.ts"), "bilder/[uid]": await import("../src/pages/api/bilder/[uid].ts"), "objekt": await import("../src/pages/api/objekt/index.ts"), "rechnung": await import("../src/pages/api/rechnung/index.ts"), diff --git a/src/components/design/header/AusweisHeaderImmowelt.astro b/src/components/design/header/AusweisHeaderImmowelt.astro new file mode 100644 index 00000000..190b0b74 --- /dev/null +++ b/src/components/design/header/AusweisHeaderImmowelt.astro @@ -0,0 +1,86 @@ +--- +import HeaderLogin from "#components/design/header/HeaderLogin.svelte"; +--- + + + + \ No newline at end of file diff --git a/src/components/design/header/AusweisHeaderImmowelt2.astro b/src/components/design/header/AusweisHeaderImmowelt2.astro new file mode 100644 index 00000000..5fe4051b --- /dev/null +++ b/src/components/design/header/AusweisHeaderImmowelt2.astro @@ -0,0 +1,86 @@ +--- +import HeaderLogin from "#components/design/header/HeaderLogin.svelte"; +--- + + + + \ No newline at end of file diff --git a/src/layouts/AusweisLayoutDatenImmowelt.astro b/src/layouts/AusweisLayoutDatenImmowelt.astro new file mode 100644 index 00000000..95fd7914 --- /dev/null +++ b/src/layouts/AusweisLayoutDatenImmowelt.astro @@ -0,0 +1,156 @@ +--- +import "../style/global.css"; +import "../style/formular.css"; +import "../../svelte-dialogs.config" +import Header from "#components/design/header/AusweisHeaderImmowelt.astro"; +import Footer from "#components/design/footer/Footer.astro"; +import { NotificationWrapper } from "@ibcornelsen/ui"; + +export interface Props { + title: string; +} + +const { title } = Astro.props; +--- + + + + + + + + + + + + + + + + + + + + + + + + + {title || 'Energieausweis online erstellen - Online Energieausweis'} + + + + + +
+ +
+ + +
+ +
+ +
+ +