updated html page
This commit is contained in:
parent
7ee615cedf
commit
69e15b6243
|
@ -119,6 +119,12 @@ public class HTML_Page {
|
|||
+ " text-align: center;\n"
|
||||
+ " }\n"
|
||||
+ "\n"
|
||||
+ " #title-geo {\n"
|
||||
+ " font-weight: bold;\n"
|
||||
+ " color: black;\n"
|
||||
+ " font-size: 26px;\n"
|
||||
+ " }\n"
|
||||
+ "\n"
|
||||
+ " #message {\n"
|
||||
+ " color: gray;\n"
|
||||
+ " font-size: 24px;\n"
|
||||
|
@ -130,6 +136,7 @@ public class 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 += "<p id=\"title-geo\">Geoportal Exporter</p><br />";
|
||||
newHTML += "<p style=\"font-size: 18px;\">" + action + "</p>";
|
||||
newHTML += "<br/><p id=\"message\">" + message + "</p>";
|
||||
newHTML += "</div></body></html>";
|
||||
|
|
|
@ -215,7 +215,7 @@ public class GeoportalExporter {
|
|||
throws WebApplicationException {
|
||||
|
||||
LOG.info(this.getClass().getSimpleName() + " viewPDF - GET starts...");
|
||||
LOG.info("param is: pdfCode: {}", pdfCode);
|
||||
LOG.info("param "+PDF_CODE+": {}", pdfCode);
|
||||
|
||||
FetchPDF fetchedPDF = map.get(pdfCode);
|
||||
LOG.info("FileReference at code {} is {}", pdfCode, fetchedPDF);
|
||||
|
|
Loading…
Reference in New Issue