ohif-viewer/OHIFViewer/client/components/viewer/viewer.html

14 lines
339 B
HTML

<template name="viewer">
{{#if Template.subscriptionsReady}}
<div class="viewerDialogs">
{{> cineDialog}}
{{> layoutChooser }}
</div>
<div id="viewer">
{{> toolbarSection (clone this)}}
{{> flexboxLayout (clone this)}}
</div>
{{else}}
{{>loadingText}}
{{/if}}
</template>