updated geoportal logo

This commit is contained in:
Francesco Mangiacrapa 2024-05-02 16:23:20 +02:00
parent 6341a80404
commit 7fa079901d
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ public class Geoportal_HTML_Page {
*/
public static String entityHTMLMessage(String action, String message, boolean waiting, String viewPdfURL) {
//NB the images are located at https://data.d4science.net/qLix
String newHTML = "<html>\n"
+ "\n"
+ " <head>\n"
@ -95,7 +96,7 @@ public class Geoportal_HTML_Page {
newHTML += "<img alt=\"D4Science Logo\" src=\"https://services.d4science.org/image/layout_set_logo?img_id=32727\"><br />";
newHTML += "<div id=\"content\">";
newHTML += "<img alt=\"Geoportal Icon\" src=\"https://data.d4science.org/shub/E_c2taUnBRRXRpSHF3Y0IzeHQ1K0QzTzlhUzVyT01WbTBFY2hiNWlkb1pVK2x0Z3hzM2VXbVk5VU9ESWMxdnVmcw==\"><br />";
newHTML += "<img alt=\"Geoportal Logo\" src=\"https://data.d4science.org/shub/E_M3ZFYUNBZG4yWDFWem55WU5lZTBGZ1NmQTVVeGNPc0VjS2oyRERyRlFybTIybTBTWGJ6Q2hRNC9aK3dib25Gbg==\"><br />";
newHTML += "<p id=\"title-geo\">Geoportal</p><br />";
newHTML += "<div id=\"inner-content\">";
newHTML += "<p style=\"font-size: 18px;\">" + action + "</p>";