From fe3a4f69bf3e7e86298be735870632c201d79d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20L=C3=BCcke?= Date: Wed, 7 Apr 2021 21:28:10 +0200 Subject: [PATCH] =?UTF-8?q?Die=20Struktur=20=20der=20Oberfl=C3=A4che=20f?= =?UTF-8?q?=C3=BCr=20die=20Eintragungen=20wurde=20skizziert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/salt/add-update-record.puml | 11 ++++++++++ .../salt/add-update-records-for-week.puml | 20 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 resources/salt/add-update-record.puml create mode 100644 resources/salt/add-update-records-for-week.puml diff --git a/resources/salt/add-update-record.puml b/resources/salt/add-update-record.puml new file mode 100644 index 0000000..9928f80 --- /dev/null +++ b/resources/salt/add-update-record.puml @@ -0,0 +1,11 @@ +@startuml +'https://plantuml.com/salt + +salt +{ + Datum |"Datum <&calendar>" + Uhrzeit | "Uhrzeit <&clock>" + [Übernehmen <&plus>] + [Abbrechen <&action-undo>] +} +@enduml \ No newline at end of file diff --git a/resources/salt/add-update-records-for-week.puml b/resources/salt/add-update-records-for-week.puml new file mode 100644 index 0000000..d1829db --- /dev/null +++ b/resources/salt/add-update-records-for-week.puml @@ -0,0 +1,20 @@ +@startuml +'https://plantuml.com/salt + +salt +{ + Woche vom <&calendar> bis zum <&calendar> + [<&chevron-left> Woche zurück] | [Woche vor <&chevron-right>] + {! + Montag | "00:00:00 <&clock>" + Dienstag | "00:00:00 <&clock>" + Mittwoch | "00:00:00 <&clock>" + Donnerstag | "00:00:00 <&clock>" + Freitag | "00:00:00 <&clock>" + Samstag | "00:00:00 <&clock>" + Sontag | "00:00:00 <&clock>" + } + [Übernehmen <&plus>] + [Abbrechen <&action-undo>] +} +@enduml \ No newline at end of file