diff Applications/StoneWebViewer/WebApplication/index.html @ 1844:58049bdebdc3

new option "InstitutionLogo" to display the logo of your institution in the viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Jun 2021 14:48:22 +0200
parents 9568082ee013
children 023cce3d7844
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/index.html	Thu Jun 24 14:30:00 2021 +0200
+++ b/Applications/StoneWebViewer/WebApplication/index.html	Thu Jun 24 14:48:22 2021 +0200
@@ -299,6 +299,10 @@
 
             </div>        
             <div class="wvLayoutLeft__contentBottom">
+              <div style="width:100%;padding:10px;text-align:center;"
+                   v-if="globalConfiguration.InstitutionLogo != ''">
+                <img style="max-width:100%" v-bind:src="globalConfiguration.InstitutionLogo" />
+              </div>
             </div>        
           </div>
         </div>