From c7e97d8044c6b4a8cbbec7e6ae2087eb3cb9a8f7 Mon Sep 17 00:00:00 2001
From: Leonardo Vannucci <leonardo.vannucci@grupposistematica.it>
Date: Mon, 28 Jan 2019 11:49:31 +0100
Subject: [PATCH] Restiling grafico pagina URP
---
dg1cloud-core/src/main/resources/templates/startURP.html | 4 ++--
dg1cloud-core/src/main/resources/static/images/Logo-Estar Trasparente.png | 0
dg1cloud-core/src/main/resources/application.properties | 10 ++++++++++
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/dg1cloud-core/src/main/resources/application.properties b/dg1cloud-core/src/main/resources/application.properties
index 4c94d37..5d487d4 100644
--- a/dg1cloud-core/src/main/resources/application.properties
+++ b/dg1cloud-core/src/main/resources/application.properties
@@ -17,3 +17,13 @@
server.error.include-stacktrace=always
logging.config=file:/etc/digione/dg1cloud/logback.xml
+
+spring.mail.host=smtp.grupposistematica.it
+spring.mail.username=formazione.isharedoc
+spring.mail.password=4Fi6RKnAs053
+spring.mail.properties.mail.smtp.auth = true
+spring.mail.properties.mail.smtp.socketFactory.port = 465
+spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
+spring.mail.properties.mail.smtp.socketFactory.fallback = false
+
+isharedoc.ws.notification-from=Dg1Cloud notifiche sviluppo <formazione.isharedoc@grupposistematica.it>
\ No newline at end of file
diff --git a/dg1cloud-core/src/main/resources/static/images/Logo-Estar Trasparente.png b/dg1cloud-core/src/main/resources/static/images/Logo-Estar Trasparente.png
new file mode 100644
index 0000000..bc47a11
--- /dev/null
+++ b/dg1cloud-core/src/main/resources/static/images/Logo-Estar Trasparente.png
Binary files differ
diff --git a/dg1cloud-core/src/main/resources/templates/startURP.html b/dg1cloud-core/src/main/resources/templates/startURP.html
index 1d814e8..e8f03ac 100644
--- a/dg1cloud-core/src/main/resources/templates/startURP.html
+++ b/dg1cloud-core/src/main/resources/templates/startURP.html
@@ -10,14 +10,14 @@
<title>Avvia istanza URP</title>
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
- <body>
+ <body style="background-color: #114681">
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4">
<div class="panel panel-default">
<div class="panel-body">
<div class="text-center">
- <h3><i class="glyphicon glyphicon-inbox" style="font-size:2em;"></i></h3>
+ <h3><img th:src="@{/images/Logo-Estar Trasparente.png}" /></h3>
<h2 class="text-center" style="word-wrap: break-word;" th:text="'Avvia istanza URP'"></h2>
<div class="panel-body">
<form data-toggle="validator" action="#"
--
Gitblit v1.6.2