changeset 1389:d872b0a6567a

client: Add general info to identify dialog. * Add a brief version of the right holders, engineering and license infos into the identify dialog. May later be moved to a seperate about dialog.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 27 Nov 2018 16:58:15 +0100
parents df30521b2c0b
children 69e0b75c0cc8
files client/src/components/map/Identify.vue
diffstat 1 files changed, 13 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/map/Identify.vue	Tue Nov 27 16:41:07 2018 +0100
+++ b/client/src/components/map/Identify.vue	Tue Nov 27 16:58:15 2018 +0100
@@ -34,11 +34,18 @@
                 </div>
             </div>
             <div class="versioninfo border-top p-3 text-left">
-                gemma
-                <a href="https://hg.intevation.de/gemma/file/tip">source-code</a>
-                {{ versionStr }}
-                <br>Some data ©
-                <a href="https://www.openstreetmap.org/copyright">OpenSteetMap</a>contributors
+              This app uses <i>gemma</i>, which is Free Software under
+              <br>
+              AGPL-3.0-or-later
+              without warranty, see docs for details.<br>
+
+              <a href="https://hg.intevation.de/gemma/file/tip">source-code</a>
+              {{ versionStr }}
+              <br>
+              © via donau. &#x24D4; Intevation.
+              <br>Some data ©
+              <a href="https://www.openstreetmap.org/copyright">OpenSteetMap</a>
+              contributors.
             </div>
         </div>
     </div>
@@ -51,6 +58,7 @@
 
 .versioninfo
   font-size: 60%
+  white-space:normal
 </style>
 
 <script>