From 470ce72b6a2da833a7798e60dbe82b6d137db48d Mon Sep 17 00:00:00 2001 From: Witkopawel
Brak wydarzeń do wyświetlenia.
"; + return; + } + + for (const ev of events) { + const card = document.createElement("div"); + card.className = "col"; + card.innerHTML = ` +
+ Miejsce: ${ev.location}
+ Data: ${new Date(ev.eventDate).toLocaleString()}
+ Organizacja ID: ${ev.organisationId}
+
Błąd ładowania danych.
`; + console.error(err); + } +}); diff --git a/WebApp/wwwroot/create.html b/WebApp/wwwroot/create.html new file mode 100644 index 0000000..3ab5d52 --- /dev/null +++ b/WebApp/wwwroot/create.html @@ -0,0 +1,51 @@ + + + + +Brak wydarzeń do wyświetlenia.
"; + return; + } + for (const ev of events) { + const card = document.createElement("div"); + card.className = "col"; + card.innerHTML = ` +
+ Miejsce: ${ev.location}
+ Data: ${new Date(ev.eventDate).toLocaleString()}
+ Organizacja ID: ${ev.organisationId}
+
Błąd ładowania danych.
`; + console.error(err); + } +}));