comparison Applications/StoneWebViewer/WebApplication/index.html @ 1712:fb57536fcc5f

documentation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Nov 2020 16:49:04 +0100
parents 673c163e1b3e
children 9a1f79d21a3f
comparison
equal deleted inserted replaced
1711:a4207b4f560b 1712:fb57536fcc5f
671 <pdf-viewer v-bind:prefix="canvasId + '-pdf'" ref="pdfViewer"></pdf-viewer> 671 <pdf-viewer v-bind:prefix="canvasId + '-pdf'" ref="pdfViewer"></pdf-viewer>
672 </div> 672 </div>
673 673
674 <div v-if="status == 'video'" class="wvPaneOverlay"> 674 <div v-if="status == 'video'" class="wvPaneOverlay">
675 <div v-if="!('OrthancApiRoot' in globalConfiguration) || videoUri.length == 0"> 675 <div v-if="!('OrthancApiRoot' in globalConfiguration) || videoUri.length == 0">
676 [ cannot play videos using only DICOMweb yet ] 676 [ cannot play videos using DICOMweb yet ]
677 </div> 677 </div>
678 <div v-if="'OrthancApiRoot' in globalConfiguration && videoUri.length > 0"> 678 <div v-if="'OrthancApiRoot' in globalConfiguration && videoUri.length > 0">
679 <video class="wvVideo" autoplay="" loop="" controls="" preload="auto" type="video/mp4" 679 <video class="wvVideo" autoplay="" loop="" controls="" preload="auto" type="video/mp4"
680 v-bind:src="videoUri"> 680 v-bind:src="videoUri">
681 </video> 681 </video>