From 3643cd3551b5ae7a3949c416e0e0253b31ee8a66 Mon Sep 17 00:00:00 2001 From: David Renner Date: Fri, 5 Jun 2020 12:33:08 +0200 Subject: [PATCH 1/2] scss implemented --- index.html | 8 ++++---- scss/main.scss | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b446fc3..aceb69e 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,11 @@ Bücherwurm WebInterface - - - + + + - +

Bücherwurm Bibliotheksverwaltung

diff --git a/scss/main.scss b/scss/main.scss index e69de29..3a02ffe 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -0,0 +1,3 @@ +.theme-1 { + background-color: #ddd333; +} \ No newline at end of file From a7b851a02d1802598c9dc7346ab62cbbb413901a Mon Sep 17 00:00:00 2001 From: David Renner Date: Fri, 5 Jun 2020 14:58:12 +0200 Subject: [PATCH 2/2] Eingabe zu ner Form gemacht --- Katalog.htm | 45 ++++++++++++++++++++++++++++++++------------- index.html | 24 ++++++++++++------------ katalog/change.html | 12 ------------ 3 files changed, 44 insertions(+), 37 deletions(-) delete mode 100644 katalog/change.html diff --git a/Katalog.htm b/Katalog.htm index 0865708..ddfe427 100644 --- a/Katalog.htm +++ b/Katalog.htm @@ -10,22 +10,41 @@

Katalog

+

Eingabe

- - - - - - - - - - - - - +
+ + + + + + + + + + + + +

Ausgabe

diff --git a/index.html b/index.html index 62740fa..f4c2c79 100644 --- a/index.html +++ b/index.html @@ -21,10 +21,10 @@ Buch im Katalog
@@ -34,10 +34,10 @@ Buch im Inventar
@@ -47,10 +47,10 @@ Verleihvorgang diff --git a/katalog/change.html b/katalog/change.html deleted file mode 100644 index 04419a6..0000000 --- a/katalog/change.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Katalogeintrag ändern - - - hier ändert man später mal einen Katalogeintrag. - zurück - - \ No newline at end of file