From 59d3e823dcc0639040a6d62dec251d0f7558b8fe Mon Sep 17 00:00:00 2001 From: christian-rli Date: Tue, 18 Jun 2019 16:12:57 +0200 Subject: [PATCH 1/4] Add logos of involved institutions and project #38 --- static/WAM_APP_FRED/img/bmwi.svg | 70 ++++++++++++++++ static/WAM_APP_FRED/img/open_fred.svg | 43 ++++++++++ static/WAM_APP_FRED/img/ovgu.svg | 107 ++++++++++++++++++++++++ static/WAM_APP_FRED/img/rli.svg | 115 ++++++++++++++++++++++++++ 4 files changed, 335 insertions(+) create mode 100644 static/WAM_APP_FRED/img/bmwi.svg create mode 100644 static/WAM_APP_FRED/img/open_fred.svg create mode 100644 static/WAM_APP_FRED/img/ovgu.svg create mode 100644 static/WAM_APP_FRED/img/rli.svg diff --git a/static/WAM_APP_FRED/img/bmwi.svg b/static/WAM_APP_FRED/img/bmwi.svg new file mode 100644 index 0000000..aa4c665 --- /dev/null +++ b/static/WAM_APP_FRED/img/bmwi.svg @@ -0,0 +1,70 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + GEFÖRDERT VOM + + diff --git a/static/WAM_APP_FRED/img/open_fred.svg b/static/WAM_APP_FRED/img/open_fred.svg new file mode 100644 index 0000000..1084130 --- /dev/null +++ b/static/WAM_APP_FRED/img/open_fred.svg @@ -0,0 +1,43 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/static/WAM_APP_FRED/img/ovgu.svg b/static/WAM_APP_FRED/img/ovgu.svg new file mode 100644 index 0000000..4e2d983 --- /dev/null +++ b/static/WAM_APP_FRED/img/ovgu.svg @@ -0,0 +1,107 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/WAM_APP_FRED/img/rli.svg b/static/WAM_APP_FRED/img/rli.svg new file mode 100644 index 0000000..68a0950 --- /dev/null +++ b/static/WAM_APP_FRED/img/rli.svg @@ -0,0 +1,115 @@ + +image/svg+xml \ No newline at end of file From 39c08e4aca34f170007b2343dc4a8d8f8e8c6678 Mon Sep 17 00:00:00 2001 From: christian-rli Date: Tue, 18 Jun 2019 16:15:23 +0200 Subject: [PATCH 2/4] Reference logos in bottom panel and add links #38 --- templates/WAM_APP_FRED/test_map_layout.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/WAM_APP_FRED/test_map_layout.html b/templates/WAM_APP_FRED/test_map_layout.html index 908c98f..b4ab88d 100644 --- a/templates/WAM_APP_FRED/test_map_layout.html +++ b/templates/WAM_APP_FRED/test_map_layout.html @@ -221,23 +221,23 @@

Feedin-Time Series

@@ -336,4 +336,4 @@

Feedin-Time Series

- \ No newline at end of file + From 67e3308d6ea91594a29d40e82ab8194915f2949a Mon Sep 17 00:00:00 2001 From: christian-rli Date: Thu, 20 Jun 2019 15:41:34 +0200 Subject: [PATCH 3/4] Add icons for tabs #38 --- static/WAM_APP_FRED/img/tab_icons/feedin.svg | 106 ++++++++ .../img/tab_icons/powerplants.svg | 80 +++++++ static/WAM_APP_FRED/img/tab_icons/weather.svg | 226 ++++++++++++++++++ 3 files changed, 412 insertions(+) create mode 100644 static/WAM_APP_FRED/img/tab_icons/feedin.svg create mode 100644 static/WAM_APP_FRED/img/tab_icons/powerplants.svg create mode 100644 static/WAM_APP_FRED/img/tab_icons/weather.svg diff --git a/static/WAM_APP_FRED/img/tab_icons/feedin.svg b/static/WAM_APP_FRED/img/tab_icons/feedin.svg new file mode 100644 index 0000000..dcfa9fa --- /dev/null +++ b/static/WAM_APP_FRED/img/tab_icons/feedin.svg @@ -0,0 +1,106 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/WAM_APP_FRED/img/tab_icons/powerplants.svg b/static/WAM_APP_FRED/img/tab_icons/powerplants.svg new file mode 100644 index 0000000..2752535 --- /dev/null +++ b/static/WAM_APP_FRED/img/tab_icons/powerplants.svg @@ -0,0 +1,80 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/static/WAM_APP_FRED/img/tab_icons/weather.svg b/static/WAM_APP_FRED/img/tab_icons/weather.svg new file mode 100644 index 0000000..4d6207d --- /dev/null +++ b/static/WAM_APP_FRED/img/tab_icons/weather.svg @@ -0,0 +1,226 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 688919fb6a6993b48edb2293899769e944898f5f Mon Sep 17 00:00:00 2001 From: christian-rli Date: Thu, 20 Jun 2019 15:41:57 +0200 Subject: [PATCH 4/4] Link tab icons in html #38 --- templates/WAM_APP_FRED/test_map_layout.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/WAM_APP_FRED/test_map_layout.html b/templates/WAM_APP_FRED/test_map_layout.html index b4ab88d..660709b 100644 --- a/templates/WAM_APP_FRED/test_map_layout.html +++ b/templates/WAM_APP_FRED/test_map_layout.html @@ -69,19 +69,19 @@