diff --git a/build.properties.d/00_default.properties b/build.properties.d/00_default.properties index 3707c68318588fcd7fdddb57d551eeb9aff9ef12..e6a6731121305173fea5b7b543ca55a1e261f25c 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 257be1957c937971273ff86cb0795bea2b15066f..0000000000000000000000000000000000000000 --- 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