comparison 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
comparison
equal deleted inserted replaced
1843:251d7f7a6c4e 1844:58049bdebdc3
297 </div> 297 </div>
298 </div> 298 </div>
299 299
300 </div> 300 </div>
301 <div class="wvLayoutLeft__contentBottom"> 301 <div class="wvLayoutLeft__contentBottom">
302 <div style="width:100%;padding:10px;text-align:center;"
303 v-if="globalConfiguration.InstitutionLogo != ''">
304 <img style="max-width:100%" v-bind:src="globalConfiguration.InstitutionLogo" />
305 </div>
302 </div> 306 </div>
303 </div> 307 </div>
304 </div> 308 </div>
305 <div class="wvLayout__main" 309 <div class="wvLayout__main"
306 v-bind:class="{ 'wvLayout__main--smallleftpadding': leftVisible && leftMode == 'small', 'wvLayout__main--leftpadding': leftVisible && leftMode != 'small' }" 310 v-bind:class="{ 'wvLayout__main--smallleftpadding': leftVisible && leftMode == 'small', 'wvLayout__main--leftpadding': leftVisible && leftMode != 'small' }"