ohif-viewer/LesionTracker/client/components/viewer/viewer.html
2017-03-21 10:16:47 -03:00

18 lines
525 B
HTML

<template name="viewer">
<div class="viewerDialogs">
{{#if and Template.subscriptionsReady dataSourcesReady}}
{{>confirmDeleteDialog}}
{{>measurementTableHUD (clone this)}}
{{>cineDialog}}
{{/if}}
</div>
<div id="viewer">
{{#if and Template.subscriptionsReady dataSourcesReady}}
{{>toolbarSection (clone this)}}
{{>viewerSection (clone this)}}
{{else}}
{{>loadingText}}
{{/if}}
</div>
</template>