From 6a3a9190c8fac4ac5bee260924572e8340f4520d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Mon, 18 Sep 2023 21:15:26 +0200 Subject: [PATCH] theme --- build.properties.d/00_default.properties | 21 ++++++---- build.properties.d/50.linkahead.conf | 53 ------------------------ src/{core => ext}/css/linkahead.css | 0 3 files changed, 14 insertions(+), 60 deletions(-) delete mode 100644 build.properties.d/50.linkahead.conf rename src/{core => ext}/css/linkahead.css (100%) diff --git a/build.properties.d/00_default.properties b/build.properties.d/00_default.properties index 3707c683..e6a67311 100644 --- a/build.properties.d/00_default.properties +++ b/build.properties.d/00_default.properties @@ -78,11 +78,19 @@ BUILD_LONG_TEXT_PROPERTY_THRESHOLD_SINGLE=140 # relative file path in the webui to the logo. The actual files resides in # `./src/core/pics/linkahead_logo_medium.png`, relative to the build directory. -BUILD_NAVBAR_LOGO=pics/linkahead_logo_medium.png +BUILD_NAVBAR_LOGO="pics/logo_linkahead_no_subtitle_144x25.png" # The name LinkAhead is shown to the right of the logo image. -BUILD_NAVBAR_BRAND_NAME=LinkAhead -BUILD_TITLE_BRAND_NAME=LinkAhead -BUILD_FAVICON=pics/linkahead_logo_42.png +BUILD_NAVBAR_BRAND_NAME="​" +BUILD_TITLE_BRAND_NAME="LinkAhead" +BUILD_FAVICON="pics/linkahead_icon_64.png" + +############################################################################## +# Background properties +############################################################################## +BUILD_WELCOME_BACKGROUND_1="pics/bg_kCrrUx7US04.jpg" +BUILD_WELCOME_BACKGROUND_2="pics/bg_OxHPDs4WV8Y.jpg" +BUILD_WELCOME_BACKGROUND_3="pics/bg_txQT60OPSwA.jpg" +BUILD_WELCOME_BACKGROUND_4="pics/bg_WDbuusPOnkM.jpg" ############################################################################## # queryForm properties @@ -131,9 +139,8 @@ BUILD_FOOTER_LICENCE_HREF="https://www.gnu.org/licenses/agpl-3.0.en.html" # Custom footer elements can be placed here (will be placed inside a <div> # element). -BUILD_FOOTER_CUSTOM_ELEMENT_ONE= -# BUILD_FOOTER_CUSTOM_ELEMENT_ONE='<p>Some content <img -# src="/webinterface/${BUILD_NUMBER}/pics/some_image.png"/>' +BUILD_FOOTER_CUSTOM_ELEMENT_ONE='<a href="https://getlinkahead.com">LinkAhead</a> +thinking data management ahead.' # Files from the `build.properties.files` directory can also be included here # These files will also have a second step of variable substitution with diff --git a/build.properties.d/50.linkahead.conf b/build.properties.d/50.linkahead.conf deleted file mode 100644 index 257be195..00000000 --- a/build.properties.d/50.linkahead.conf +++ /dev/null @@ -1,53 +0,0 @@ -# -# ** header v3.0 -# This file is a part of the CaosDB Project. -# -# Copyright (C) 2019 Timm Fitschen (t.fitschen@indiscale.com) -# Copyright (C) 2019 IndiScale GmbH (info@indiscale.com) -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <https://www.gnu.org/licenses/>. -# -# ** end header -# - -# Custom footer elements can be placed here (will be placed inside a <div> -# element). - -BUILD_NAVBAR_LOGO="pics/logo_linkahead_no_subtitle_144x25.png" -BUILD_NAVBAR_BRAND_NAME="​" -BUILD_FAVICON="pics/linkahead_icon_64.png" -BUILD_TITLE_BRAND_NAME="LinkAhead" -BUILD_WELCOME_BACKGROUND_1="pics/bg_kCrrUx7US04.jpg" -BUILD_WELCOME_BACKGROUND_2="pics/bg_OxHPDs4WV8Y.jpg" -BUILD_WELCOME_BACKGROUND_3="pics/bg_txQT60OPSwA.jpg" -BUILD_WELCOME_BACKGROUND_4="pics/bg_WDbuusPOnkM.jpg" - -BUILD_FOOTER_CUSTOM_ELEMENT_ONE='<a href="https://linkahead.org">LinkAhead</a> -is your data management solution by - <a href="https://indiscale.com">IndiScale</a>, proudly powered by CaosDB.' - -BUILD_FOOTER_CUSTOM_ELEMENT_TWO='<p class="caosdb-footer-element"> -<a href="https://indiscale.com"><img -src="/webinterface/pics/logo_linkahead_no_subtitle_dark_bg_144x25.png" -style="vertical-align: -7px; margin-right: 6px"/> -</a> – Thinking data management ahead. -</p> -<p class="caosdb-footer-element"> <a href="https://indiscale.com"><img -src="/webinterface/pics/logo_indiscale_no_subtitle_dark_bg_156x25.png" -style="vertical-align: -5px; margin-right: 3px;"/> -</a> – We make individual data management scalable. -</p>' - -BUILD_CUSTOM_IMPRINT='<p>The entity responsible for running this service is:</p> -<p>Please contact the system administrator and ask them to enter the correct information here.</p>' diff --git a/src/core/css/linkahead.css b/src/ext/css/linkahead.css similarity index 100% rename from src/core/css/linkahead.css rename to src/ext/css/linkahead.css -- GitLab