comparison Applications/StoneWebViewer/WebApplication/index.html @ 2031:a56f7ed0cdf9 deep-learning

integration mainline->deep-learning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Dec 2022 17:51:07 +0100
parents 04148de691a7 f36de3ba43c8
children
comparison
equal deleted inserted replaced
2029:0cb8796c2a9b 2031:a56f7ed0cdf9
484 <ul class="wvToolbar__windowingPresetList"> 484 <ul class="wvToolbar__windowingPresetList">
485 <li v-for="preset in windowingPresets" 485 <li v-for="preset in windowingPresets"
486 class="wvToolbar__windowingPresetListItem"> 486 class="wvToolbar__windowingPresetListItem">
487 <a href="#" v-on:click="SetWindowing(preset.center, preset.width)"> 487 <a href="#" v-on:click="SetWindowing(preset.center, preset.width)">
488 {{ preset.name }} <small>({{ preset.info }})</small> 488 {{ preset.name }} <small>({{ preset.info }})</small>
489 </a>
490 </li>
491 <li class="wvToolbar__windowingPresetListItem">
492 <a href="#" v-on:click="StretchWindowing()">
493 Stretch to whole range
489 </a> 494 </a>
490 </li> 495 </li>
491 <li v-for="preset in globalConfiguration.WindowingPresets" 496 <li v-for="preset in globalConfiguration.WindowingPresets"
492 class="wvToolbar__windowingPresetListItem"> 497 class="wvToolbar__windowingPresetListItem">
493 <a href="#" v-on:click="SetWindowing(preset.WindowCenter, preset.WindowWidth)"> 498 <a href="#" v-on:click="SetWindowing(preset.WindowCenter, preset.WindowWidth)">